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.
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.