ramjet.photometric_database.derived.moa_survey_light_curve_collection¶
Module Contents¶
Classes¶
MoaSurveyLightCurveCollection |
A collection of light curves based on the MOA 9-year survey. |
-
class
MoaSurveyLightCurveCollection(survey_tags: List[str], dataset_splits: Union[List[int], None] = None, label: Union[float, List[float], np.ndarray, None] = None)[source]¶ Bases:
ramjet.photometric_database.lightcurve_collection.LightcurveCollectionA collection of light curves based on the MOA 9-year survey.
-
moa_data_interface¶
-
__init__(self, survey_tags: List[str], dataset_splits: Union[List[int], None] = None, label: Union[float, List[float], np.ndarray, None] = None)[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.
-