Skip to content

Commit

Permalink
Correct channel 3 name again
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens committed Sep 11, 2020
1 parent a784d69 commit e215be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygac_fdr/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
DATASET_NAMES = {
'1': 'reflectance_channel_1',
'2': 'reflectance_channel_2',
'3': 'brightness_temperature_3',
'3': 'brightness_temperature_channel_3',
'3a': 'reflectance_channel_3a',
'3b': 'brightness_temperature_channel_3b',
'4': 'brightness_temperature_channel_4',
Expand Down

0 comments on commit e215be3

Please sign in to comment.