GPS

Module for analyzing GPS and pressure data from the SIP

class gripspy.housekeeping.gps.GPSData(telemetry_file=None, save_file=None)[source]

Class for analyzing GPS and pressure data from the SIP

Parameters:
  • telemetry_file (str) – The name of the telemetry file to analyze. If None is specified, a save file must be specified.
  • save_file (str) – The name of a save file from a telemetry file that was previously parsed.

Notes

Trusts the “user” GPS information Averages the SIP1 and SIP2 pressure information

save(save_file=None)[source]

Save the parsed data for future reloading. The data is stored in gzip-compressed binary pickle format.

Parameters:save_file (str) – The name of the save file to create. If none is provided, the default is the name of the telemetry file with the extension ”.gps.pgz” appended.

Notes

Save files may not be compatible between Python 2 and 3