FIDUCEO / FCDR_HIRS

Other
1 stars 2 forks source link

Filename bug, extra Level 1 filtering and new self emission model (linear in time) #386

Closed jmittaz closed 4 years ago

jmittaz commented 4 years ago

Modified call sequence for FCDR filename creation from

outside store_piece_debug and store_piece_easy to make sure that filename times are consistent with stored time in file Relevant code around store_piece function

Also added in new code to do self emission with a simple linear model (zero self emission at start of calibration cycle linear interpolation to self emission estimated at next cycle. Also updated uncertainty based on how good this model seems to be. Actual uncertainty model can estimate uncertainty scanline by scanline but HRIS code is expecting a single number at the moment so take mean value.

Note also typhon has been modified to do more filtering of Level 1 data with associated updates to Allan deviation calculation.