ORAC-CC / orac

Optimal Retrieval of Aerosol and Cloud
GNU General Public License v3.0
28 stars 19 forks source link

Ignore pixel-type filter when Ctrl%NTypes_to_process == 0 #75

Closed adamcpovey closed 1 year ago

adamcpovey commented 1 year ago

When testing, ORAC will skip processing an entire scene because the SPixel%Type was 0 because I hadn't passed enough channels to the pre-processor. I consider this unintuitive, considering there's no output explaining why the pixel was skipped. At the very least, I'd like to be able to circumvent this bit of code.

However, I basically ignore this pixel filtering entirely so I thought I'd ask for a second opinion before making the change.