Updating priors
Compare changes
Files
16@@ -45,21 +45,18 @@ IFOs = [tupak.gw.detector.get_interferometer_with_fake_noise_and_injection(
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.
Make core.prior
completely independent of all gw.prior
, continuing from https://git.ligo.org/Monash/tupak/merge_requests/56.
core
, this method can be overwritten in gw
.binary_black_holes.prior
from core
to gw
?PriorSet.test_redundancy
which just does nothing which can be overwritten by whichever prior set you like, this will naturally be done by defining a subclass of PriorSet
in gw/prior.py
.create_default_prior
require the second argument.core/prior_files
to gw/prior_files
(or something similar). We'd also need to fix the setup.py
file to see this, but its all gw-specific.