SETIatHCRO / gr-ata

6 stars 6 forks source link

Update antenna list and alarm #12

Closed daniestevez closed 3 years ago

daniestevez commented 3 years ago

This updates the list of antennas available in the IF switch and also also disables the alarm, since it is no longer used.

As a future work, to replace the alarm, the antennas should be reserved by doing ac.move_ant_group(antennas, 'none', 'atagr') and freed by doing ac.move_ant_group(antennas, 'atagr', 'none'). However, some work needs to be done to integrate these changes, since the control block does not currently have access to the list of antennas to use when it is instanced.