pint.toa.save_pickle
- pint.toa.save_pickle(toas: TOAs, picklefilename: str | None = None) None[source]
Write the TOAs to a
.pickle.gzfile.- 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.