Skip to content

Commit

Permalink
change command line default to use calculated velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
stscieisenhamer committed Dec 3, 2024
1 parent 8b51023 commit 244858c
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 @@ -106,7 +106,7 @@ if __name__ == '__main__':
'are updated to be grism / prism.'))
parser.add_argument('--drop-extra-dq', default=False, action='store_true',
help=('Do not store the optional simulated dq array.'))
parser.add_argument('--scale-factor', type=float, default=1.,
parser.add_argument('--scale-factor', type=float, default=-1.,
help=('Velocity aberration-induced scale factor. If negative, use given time to calculated based on orbit ephemeris.'))

args = parser.parse_args()
Expand Down

0 comments on commit 244858c

Please sign in to comment.