Multi-Target Analysis#

As with plotting, analysis can be performed in exactly the same way as with a single target - apply() will apply all data methods across all containers in the DataSet:

from ATK import query

targets = [5346631922949364864, 6050296829033196032]
asassn_query = query("lightcurve", targets=targets, survey="asassn", path="multiple_lightcurves.fits.gz")
folded_data = asassn_query.apply("fold", fmin=0, fmax=60, samples=100000, inplace=False)
folded_data.open()
Bokeh Figure





Download this Tutorial

Total running time of the script: (0 minutes 21.698 seconds)

Gallery generated by Sphinx-Gallery