ML4GW / aframe

Detecting binary black hole mergers in LIGO with neural networks
MIT License
18 stars 17 forks source link

Correct Gaussian and Lognormal Priors #405

Closed wbenoit26 closed 1 year ago

wbenoit26 commented 1 year ago

The gaussian_masses and log_normal_masses priors both use a UniformSourceFrame prior on redshift and are both specified as being a detector-frame prior. We want them to have UniformComovingVolume prior on redshift and to be defined as source-frame priors. As they're currently used in main, this doesn't affect anything, but they should still be corrected.