RAMjET

ramjet.photometric_database.derived.simple_light_curve_collection

Module Contents

Classes

SimpleLightCurveCollection A simple positive and negative directory based light curve collection.
class SimpleLightCurveCollection(collection_directory: Path = Path('data/simple_test_dataset'))[source]

Bases: ramjet.photometric_database.lightcurve_collection.LightcurveCollection

A simple positive and negative directory based light curve collection.

__init__(self, collection_directory: Path = Path('data/simple_test_dataset'))[source]

Initialize self. See help(type(self)) for accurate signature.

get_paths(self)[source]

Gets the paths for the lightcurves in the collection.

Returns:An iterable of the lightcurve paths.
load_times_and_fluxes_from_path(self, path: Path)[source]

Loads the times and fluxes from a given lightcurve path.

Parameters:path – The path to the lightcurve file.
Returns:The times and the fluxes of the lightcurve.