ramjet.photometric_database.derived.moa_microlensing_lightcurve_collection¶
Code for a lightcurve collection of the MOA data.
Module Contents¶
Classes¶
MOAPositiveMicrolensingLightcurveCollection |
A lightcurve collection of the MOA data with previously detected microlensing events. |
MOANegativeMicrolensingLightcurveCollection |
A lightcurve collection of the MOA data with no microlensing event. |
MicrolensingSyntheticPSPLSignalCollection |
A class representing a collection of lightcurves. Used to define how to find, load, and label a set of lightcurves. |
MicrolensingSyntheticGeneratedDuringRunningSignalCollection |
A class representing a collection of lightcurves. Used to define how to find, load, and label a set of lightcurves. |
-
class
MOAPositiveMicrolensingLightcurveCollection(dataset_splits=None, split_pieces=5)[source]¶ Bases:
ramjet.photometric_database.lightcurve_collection.LightcurveCollectionA lightcurve 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.lightcurve_collection.LightcurveCollectionA lightcurve 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.lightcurve_collection.LightcurveCollectionA class representing a collection of lightcurves. Used to define how to find, load, and label a set of lightcurves.
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.lightcurve_collection.LightcurveCollectionA class representing a collection of lightcurves. Used to define how to find, load, and label a set of lightcurves.
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.