I will appreciate an urgent help on the matter.
For the VI Algorithm, we are getting AOT IP as an optional input. Therefore, we will need to Audit the existence of the AOT IP input and if it is not available, the following reading in portion of the code will be bypassed, and the aeroQuality should be FILLVALUE:
Code: Select all
/New, additional QF bits being copied from Aerosol IP
aeroQuality = viData->aot->qf1[modRow][modCol] &
PRO_AEROS_AOT_QUALITY_MASK;