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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: