If your question regards running l2gen, then setting "maskhilt=1" (which is the default and really doesn't need to be set if your suite is "OC") will result in a level-2 file with HILT flagged pixels masked out.
If your question regards using a math expression based SeaDAS tool with an input level2 file (for instance MathBand) then the math expression to only include chlor_a band values where HILT is not flagged would be:
"if (! l2_flags.HILT) then chlor_a else NaN"
Danny
If your question regards using a math expression based SeaDAS tool with an input level2 file (for instance MathBand) then the math expression to only include chlor_a band values where HILT is not flagged would be:
"if (! l2_flags.HILT) then chlor_a else NaN"
Danny
Statistics: Posted by OB SeaDAS - knowles — Fri Apr 26, 2024 12:10 pm America/New_York