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.light_curve_collection.LightCurveCollectionA 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.
-