dingo-gw / dingo

Dingo: Deep inference for gravitational-wave observations
MIT License
55 stars 18 forks source link

Add extra polarizations #20

Open stephengreen opened 2 years ago

stephengreen commented 2 years ago

This is not urgent, but we should allow for breathing, longitudinal, x, and y modes in addition to plus and cross. The Bilby Interferometers can provide antenna patterns for all of these, and they would be straightforward to incorporate.

stephengreen commented 2 years ago

FYI as I edit code, I am trying to remove hardcoded '+', 'x' polarization modes whenever possible.

stephengreen commented 2 months ago

More generally, it would be good to revamp the various keys in our data dictionaries (e.g., 'h_plus' -> 'plus') to be consistent with Bilby. Also, replace "waveform" with "strain", etc.