Skip to content

Commit 7399c55

Browse files
author
Nina.Hakansson
committed
fix help messages for vgac
1 parent da890fd commit 7399c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/vgac2pps.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
required=False, default='h5netcdf',
4444
help="Engine for saving netcdf files netcdf4 or h5netcdf (default).")
4545
parser.add_argument('-all_ch', '--all_channels', action='store_true',
46-
help="Save all 36 channels to level1c4pps file.")
46+
help="Save all 21 channels to level1c4pps file.")
4747
parser.add_argument('-n19', '--as_noaa19', action='store_true',
48-
help="Save all 36 channels to level1c4pps file.")
48+
help="Save only the AVHRR (1,2, 3B, 4, 5) channels to level1c4pps file. And apply SBAFs to the channels.")
4949
parser.add_argument('-pps_ch', '--pps_channels', action='store_true',
5050
help="Save only the necessary (for PPS) channels to level1c4pps file.")
5151
parser.add_argument('-avhrr_ch', '--avhrr_channels', action='store_true',

0 commit comments

Comments
 (0)