ML4GW / aframe

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

Generalize framework to arbitrary IFOs #175

Closed EthanMarx closed 4 months ago

EthanMarx commented 5 months 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 4 months ago

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

EthanMarx commented 4 months ago

Successfully ran all the way through inference

wbenoit26 commented 4 months ago

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

EthanMarx commented 4 months ago

@wbenoit26 I think I addressed most comments