ramjet.photometric_database.derived.moa_microlensing_light_curve_collection¶
Code for a light curve collection of the MOA data.
Module Contents¶
Classes¶
MOAPositiveMicrolensingLightCurveCollection |
A light curve collection of the MOA data with previously detected microlensing events. |
MOANegativeMicrolensingLightCurveCollection |
A light curve collection of the MOA data with no microlensing event. |
MicrolensingSyntheticPSPLSignalCollection |
A class representing a collection of light curves. Used to define how to find, load, and label a set of light |
MicrolensingSyntheticGeneratedDuringRunningSignalCollection |
A class representing a collection of light curves. Used to define how to find, load, and label a set of light |
-
class
MOAPositiveMicrolensingLightCurveCollection(dataset_splits=None, split_pieces=5)[source]¶ Bases:
ramjet.photometric_database.light_curve_collection.LightCurveCollectionA light curve collection of the MOA data with previously detected microlensing events.
-
__init__(self, dataset_splits=None, split_pieces=5)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
-
class
MOANegativeMicrolensingLightCurveCollection(dataset_splits=None, split_pieces=5)[source]¶ Bases:
ramjet.photometric_database.light_curve_collection.LightCurveCollectionA light curve collection of the MOA data with no microlensing event.
-
__init__(self, dataset_splits=None, split_pieces=5)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
-
class
MicrolensingSyntheticPSPLSignalCollection[source]¶ Bases:
ramjet.photometric_database.light_curve_collection.LightCurveCollectionA class representing a collection of light curves. Used to define how to find, load, and label a set of light curves.
Variables: - label – The default label to be used if the load_label_from_path method is not overridden.
- paths – The default list of paths to be used if the get_paths method is not overridden.
-
class
MicrolensingSyntheticGeneratedDuringRunningSignalCollection[source]¶ Bases:
ramjet.photometric_database.light_curve_collection.LightCurveCollectionA class representing a collection of light curves. Used to define how to find, load, and label a set of light curves.
Variables: - label – The default label to be used if the load_label_from_path method is not overridden.
- paths – The default list of paths to be used if the get_paths method is not overridden.