From 244858c64df06f59ee9f54e84ad6405716a1d58d Mon Sep 17 00:00:00 2001 From: Jonathan Eisenhamer Date: Tue, 3 Dec 2024 11:24:05 -0500 Subject: [PATCH] change command line default to use calculated velocity --- scripts/romanisim-make-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/romanisim-make-image b/scripts/romanisim-make-image index dadb2bb..3250162 100755 --- a/scripts/romanisim-make-image +++ b/scripts/romanisim-make-image @@ -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()