hermpy.data.timeseries ====================== .. py:module:: hermpy.data.timeseries Functions --------- .. autoapisummary:: hermpy.data.timeseries.add_field_magnitude hermpy.data.timeseries.rotate_to_aberrated_coordinates hermpy.data.timeseries.parse_messenger_mag Module Contents --------------- .. py:function:: add_field_magnitude(table: astropy.table.QTable) -> astropy.table.QTable A function to add magnetic field magnitude to any QTable with columns 'Bx', 'By', and 'Bz'. Column '|B|' is added to the table. .. py:function:: rotate_to_aberrated_coordinates(table: astropy.table.QTable, time_column='UTC') -> astropy.table.QTable Add aberrated terms to a timeseries table, rotating around the Z axis by the aberration angle (updated daily). Caching of the aberration angle is used for quick computation. We assume an average solar wind speed of 400 km/s. .. py:function:: parse_messenger_mag(file_paths: list[pathlib.Path], time_range: sunpy.time.TimeRange) -> astropy.table.QTable