Skip to content

Commit

Permalink
Channel 3a is in index 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina.Hakansson committed Jun 10, 2022
1 parent 9554805 commit ea9b102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/readers/aapp_l1b.py
Expand Up @@ -593,7 +593,7 @@ def _vis_calibrate(data,
intercept2 = da.from_array(data["calvis"][:, chn, coeff_idx, 3],
chunks=line_chunks) * 1e-7

if chn == 1 or chn == 3a:
if chn == 1 or chn == 2:
# In the level 1b file, the visible coefficients are stored as 4-byte integers. Scaling factors then convert
# them to real numbers which are applied to the measured counts. The coefficient is different depending on
# whether the counts are less than or greater than the high-gain/low-gain transition value (nominally 500).
Expand Down

0 comments on commit ea9b102

Please sign in to comment.