Add new utils functions for bilby pipe
All threads resolved!
All threads resolved!
Compare changes
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
This adds a number of gravitational wave utils functions which are used by scripts in bilby_pipe. For now, I don't intend to expose these to the bilby user interface (though they are of course accessible via the utils).
The function load_data_from_cache_file
was originally written by @colm.talbot in bilby_pipe, I'm moving it here as I can think of this as more of bilby
operation than a bilby_pipe
operation. This may also have some overlap with bilby.gw.utils.read_frame_file
, @colm.talbot what do you think?