Skip to content

Tweaks to the generation script

Gregory Ashton requested to merge minor-tweaks-to-generation into master
  1. If the PSD data is not downloaded, print a logging message and return rather than downloading it: if the PSD itself is given (hence we don't download the PSD data) then the PSD data isn't determined.
  2. Add the 'cached' flag to the get() command This was removed from this MR due to issues with fetch open data
  3. Improve the -gwpy_read() method: allow for gwf, txt, and hdf5 in different ways.
  4. Add read method tests for gwf, txt and hdf5 files
Edited by Gregory Ashton

Merge request reports