FIDUCEO / MMD_HARM

Code for comparison of FIDUCEO L1C harmonisation and CCI OE-based harmonisation using SST matchups
Other
0 stars 1 forks source link

calc_radiance.py error in the case nch = 12 #2

Closed cjmerchant closed 5 years ago

cjmerchant commented 5 years ago

The coefficients read in seem to be the same as when nch = 11, which can't be right

patternizer commented 5 years ago

The coefficients are read in from Ralf's harmonisaiton files (one per channel (nch) with:

file_in = "FIDUCEO_HarmonisationData" + str(nch) + ".nc"

For the 3.7 micron channel there are 27 coefficients (9 sensors x 3 coeffs). For the 11 and 12 micron channels there are 36 coefficients (9 sensors x 4 coeffs).