Skip to content

Commit

Permalink
Merge pull request #95 from BengtRydberg/vgac_cli_bug_fix
Browse files Browse the repository at this point in the history
vgac cli bugfix
  • Loading branch information
BengtRydberg authored Oct 18, 2024
2 parents a274565 + 2755ffc commit 0b7b95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vgac2pps.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
parser.add_argument('-all_ch', '--all_channels', action='store_true',
help="Save all 21 channels to level1c4pps file.")
parser.add_argument('-n19', '--as_noaa19',
options=[version for version in SBAF],
choices=[version for version in SBAF],
default=None,
help=("Save only the AVHRR (1,2, 3B, 4, 5) channels to level1c4pps file. "
"And apply SBAFs to the channels."))
Expand Down

0 comments on commit 0b7b95d

Please sign in to comment.