Skip to content

Commit 908c574

Browse files
committed
fixed OPTION_MJD in command line
1 parent 8bf855a commit 908c574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/fr/jmmc/oitools/OIFitsProcessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ private static List<String> getInputFiles(String[] args) {
376376
|| OPTION_STAINDEX.equals(args[i])
377377
|| OPTION_STACONF.equals(args[i])
378378
|| OPTION_MJD_RANGES.equals(args[i])
379+
|| OPTION_MJD.equals(args[i])
379380
|| OPTION_WL_RANGES.equals(args[i])
380381
|| OPTION_EFFWAVE.equals(args[i])
381382
|| OPTION_EFFBAND.equals(args[i])) {

0 commit comments

Comments
 (0)