ssec/polar2grid

G2G FCI 3.8 micron band missing from defaults

kathys opened this issue · 0 comments

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.