ML4GW / aframev2

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

Parameterize number of injection shifts by `num_injections` #152

Closed EthanMarx closed 3 months ago

EthanMarx commented 3 months ago

Closes #123 #122

Parameterizes number of injection shifts we do based on num_injections parameter instead of Tb

The inference code will skip over the injection portion for any segment/shift combinations that do not have injections in the injection_set file

EthanMarx commented 3 months ago

@wbenoit26 Did a mini run with this and it seems to be working