Skip to content

Fix plumbing

Arianna Renzini requested to merge arianna.renzini/pygwb:fix_plumbing into master

As discussed on the MDC call today (06/08/22) I have added a few features to the pygwb_pipe:

  • calc_pt_est : turns on the pipe_calculate_point_estimate flag. This is True by default. If False, only the psds and csds are computed.

  • pickle_out : pickles the baseline used in the analysis. This is True by default.

  • wipe_ifo : wipes interferometer data before pickling the baseline, to save space. This is also True by default.

Merge request reports