ska-sa / astrokat

General observation framework for the MeerKAT telescope
BSD 2-Clause "Simplified" License
2 stars 4 forks source link

Noise diode usage requirements #5

Closed rubyvanrooyen closed 5 years ago

rubyvanrooyen commented 6 years ago

I am trying to get some indication of noise diode implementation in typical observations. I would like to get some requirements for noise diode usage in order to work with CAM to updated the mkat-session.py implementation

Outdated usage instructions

New definition of noise diode usage from meerkat digitiser-cam-icd: ?noise-source time on-fraction cycle-length Current noise diode input option defined in Line 97 of observe.py is to set a noise diode pattern, but this is out of date and has to be updated. Will there be any great objections to setting the default to off with the update?

Sessions functionality updates

Line 1235: def fire_noise_diode (function out of date) Line 1408: def track (affected by noise diode functionality)

Current understanding of noise diode usage

spassmoor commented 6 years ago

I think that the noise diode firing in def track should be removed as this complicates the code and the deterministic nature of the observation, but then allowing a command to def fire_noise_diode in the framework so that it could be specified before and/or after a track length

mserylak commented 6 years ago

Is this change in place now? Will older scripts work (i.e. is CAM backwards compatible)?

I have slightly different opinion that @spassmoor:

spassmoor commented 6 years ago

Just a note about noise diode 'firing ... will that saturate correlator ' This is not an issue for the F & X engines as the noise diode is only adding 3 dB to the signal (doubling the signal power ) . In the B engine, it is a bit different , but even then it is just adding 20 K to a system with a T_sys of ~6K so maybe 6 dB increase.

rubyvanrooyen commented 5 years ago

Noise diode implemented, will be tested and made to work Functionality detail: https://github.com/ska-sa/astrokat/wiki#noise-diode-usage-during-observations