UCBerkeleySETI / meerkat-backend-interface

Breakthrough Listen's interface to MeerKAT
MIT License
0 stars 0 forks source link

New diagnostic recording mode for specified list of sources #29

Closed danielczech closed 2 years ago

danielczech commented 2 years ago

A mode to record only when the primary user observes sources that are present in a list we specify. This list could contain a selection of calibrators that we'd like recorded when they are observed. An external, editable yaml file could work.

danielczech commented 2 years ago

See 327d930 - the list described above should be stored as a Redis list under the Redis key <array_name>:allowed for the appropriate subarray. This list can be changed during an observation since it is checked each time a new track message is received.