ML4GW / aframev2

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

Generalize framework to arbitrary IFOs #175

Closed EthanMarx closed 1 month ago

EthanMarx commented 1 month ago

Adds a factory function to the ledger for constructing dataclasses that contain waveform fields for arbitrary combinations of ifos.

Uses law config inheritance so that Tune and Sandbox can pull from a single config file for most of their shared configuration, with the option to override those defaults

EthanMarx commented 1 month ago

Ran data generation through training with HLV and worked fine. Need to confirm that inference isn't broken.

EthanMarx commented 1 month ago

Successfully ran all the way through inference

wbenoit26 commented 1 month ago

Sweet, I'll start taking a look through this then

EthanMarx commented 1 month ago

@wbenoit26 I think I addressed most comments