@BenjaminRuston @BenjaminTJohnson
Looking at the compute_scan_angle
|
def compute_scan_angle(instr_scan_ang, sensor_altitude, sensor_zenith, qc_flag=[None]): |
I have a question: with
|
# do we need a missing here |
When sum(good) <= 0, or for non-good indices,ratio never gets assigned, which would bring a random value to scanang calculation.
Is this by design since it does not matter if QC is bad?
@BenjaminRuston @BenjaminTJohnson
Looking at the compute_scan_angle
ioda-converters/src/pyiodaconv/def_jedi_utils.py
Line 77 in ddba910
I have a question: with
ioda-converters/src/pyiodaconv/def_jedi_utils.py
Line 90 in ddba910
When
sum(good) <= 0, or for non-good indices,rationever gets assigned, which would bring a random value toscanangcalculation.Is this by design since it does not matter if QC is bad?