ssec / polar2grid

Tools for reading, remapping, and writing satellite instrument data.
http://www.ssec.wisc.edu/software/polar2grid/
GNU General Public License v3.0
71 stars 33 forks source link

G2G FCI 3.8 micron band missing from defaults #689

Closed kathys closed 2 months ago

kathys commented 2 months ago

The Geo2Grid reader for the FCI instrument has a bug in that it does not produce the 3.8 micron IR band image as part of the list of defaults. The problem is in the fci_l1c_nc.py routine, which just has a simple typo on line 94, ir_23 should ir_38:

94c94 < "ir_23",

"ir_38",

Sorry, I cannot get this to display correctly, but you get the idea.