You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
The text was updated successfully, but these errors were encountered:
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 )
The text was updated successfully, but these errors were encountered: