Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
osoac opened this issue Feb 27, 2019 · 0 comments

Comments

@osoac
Copy link

osoac commented Feb 27, 2019

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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant