lcdata.from_observations

lcdata.from_observations(meta, observations)

Load a dataset from a table of all of the observations.

Parameters
  • meta (Table) – Table containing the metadata with one row for each light curve.

  • observations (Table) – Table containing all of the observations.

Returns

A Dataset of light curves built from these tables.

Return type

Dataset