synthpop.modules.post_processing.equatorial_coordinates
Postprocessing module to convert from galactic coordinates to equatorial.
Classes
Postprocessing module to convert from galactic to equatorial coordinates |
Module Contents
- class synthpop.modules.post_processing.equatorial_coordinates.EquatorialCoordinates(model, logger, keep_galactic=False, **kwargs)
Bases:
synthpop.modules.post_processing._post_processing.PostProcessingPostprocessing module to convert from galactic to equatorial coordinates
Attributes
- keep_galacticbool
selection for whether to keep galactic coordinates in data frame or remove
- keep_galactic = False
- do_post_processing(dataframe: pandas.DataFrame) pandas.DataFrame
Perform the magnitude conversions and returns the modified DataFrame.