obspy.signal.spectral_estimation.PPSD.save

PPSD.save(filename, compress=False)[source]

Saves the PPSD as a pickled file with optional compression.

The resulting file can be restored using PPSD.load(filename).

Parameters:
  • filename (str) Name of output file with pickled PPSD object
  • compress (bool (optional)) Enable/disable file compression.

This Page