pint.toa.save_pickle

pint.toa.save_pickle(toas, picklefilename=None)[source]

Write the TOAs to a .pickle.gz file.

Parameters:
  • toas (pint.toa.TOAs) – The TOAs to pickle.

  • picklefilename (str, optional) – The filename to use for the pickle file; if not specified, construct a filename based on the file the toas object was originally loaded from.