TUW-VieVS / VLBI

VLBI module of VieVS
GNU General Public License v3.0
20 stars 18 forks source link

hard coded degradation in SNR due to digital sampling in calc_scan_duration_baseline.m used for satellite scheduling #3

Open osoac opened 5 years ago

osoac commented 5 years ago

The calculation of the observation duration always uses the degradation in SNR due to 1-bit digital sampling anum = (1.75 * min_snr / obsflux(i_band)) ^ 2; The factor for 2-bit sampling is 1.57 (according to sked manual, Gipson 2018 )