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

Separate instrument calibration factors from the readers #44

Open
simonrp84 opened this issue Mar 9, 2021 · 0 comments
Open

Separate instrument calibration factors from the readers #44

simonrp84 opened this issue Mar 9, 2021 · 0 comments

Comments

@simonrp84
Copy link
Collaborator

Currently, if an instrument requires calibration coefficients to be applied (multiplying or adding a value to radiances in order to correct them) this is done within the individual reader. An example of this is SLSTR.

Instead, we should have a separate preprocessor routine that corrects the radiances after the reader has loaded the data. We should also include the coefficients in setup.F90. The default being 1 for gain or 0 for offset.

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

Successfully merging a pull request may close this issue.

1 participant