Skip to content

Commit 5d13fd4

Browse files
committed
Update default MA table number in romanisim-make-image.
1 parent 72f0084 commit 5d13fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/romanisim-make-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if __name__ == '__main__':
8282
help=('UTC Date and Time of observation to simulate in ISOT format.'))
8383
parser.add_argument('--level', type=int, default=2,
8484
help='1 or 2, for L1 or L2 output')
85-
parser.add_argument('--ma_table_number', type=int, default=1)
85+
parser.add_argument('--ma_table_number', type=int, default=4)
8686
parser.add_argument('--nobj', type=int, default=1000)
8787
parser.add_argument('--previous', default=None, type=str,
8888
help=('previous simulated file in chronological order '

0 commit comments

Comments
 (0)