v1.3.0 release
v1.3.0 2023-11-13
See full MR log here
This release makes some significant changes to the internals of how data generation happens.
More details can be found in the online docs.
In general, when analyzing publicly available data, specifying, e.g., channel-dict={H1: GWOSC} will find the relevant data.
Added
- Pass
HTGETTOKENOPTSin dag file to enable robot/reduced scope credentials. - Allow
bilby_pipe_gracedbto query open data fromGWOSC.
Changes
- Don't require scitokens when they aren't needed by the job.
-
bilby_pipe_gracedbwill now grab enough data to create a PSD when not available fromGraceDb. - Fix passing envrionment variables through the config file.
Removed
- No longer explicitly pass x509 credentials to gracedb. Users should make sure relevant scitoken authentication is set up.
- Remove function to find th default frame type and use gwpy version instead.