Skip to content

Commit

Permalink
Update default MA table number in romanisim-make-image. (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlafly authored Dec 16, 2024
1 parent 569c9c9 commit ec38b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/romanisim-make-image
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if __name__ == '__main__':
help=('UTC Date and Time of observation to simulate in ISOT format.'))
parser.add_argument('--level', type=int, default=2,
help='1 or 2, for L1 or L2 output')
parser.add_argument('--ma_table_number', type=int, default=1)
parser.add_argument('--ma_table_number', type=int, default=4)
parser.add_argument('--nobj', type=int, default=1000)
parser.add_argument('--previous', default=None, type=str,
help=('previous simulated file in chronological order '
Expand Down

0 comments on commit ec38b29

Please sign in to comment.