Skip to content

Add bayestar_skymap consumer.

Luke Davis requested to merge feature/bayestar_consumer into dev

Follows the logic of the bayestar-localize-coincs tool.
I'm not sure if we want to upload bayestar to gracedb anymore, though this is useful for testing bypass.

Old command:
bayestar-localize-coincs $coinc $coinc --output results/${coinc}_out
This will create a file called 1.fits in the directory results/${coinc}_out

New command: spiir-consumer --save-dir-path results --coinc-file $coinc --event-id ${coinc}_out bayestar-skymap
This will create a file called bayestar.fits in the directory results/${coinc}_out

Merge request reports