actsnclass.SNPCCPhotometry.get_lim_mjds

SNPCCPhotometry.get_lim_mjds(raw_data_dir)

Get minimum and maximum MJD for complete sample.

This function is not necessary if you are working with SNPCC data. The values are hard coded in the class.

Parameters:raw_data_dir (str) – Complete path to raw data directory.
Returns:limits – List of extreme MJDs for entire sample: [min_MJD, max_MJD].
Return type:list