Skip to content

Commit

Permalink
fixed OPTION_MJD in command line
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Sep 8, 2022
1 parent 8bf855a commit 908c574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/fr/jmmc/oitools/OIFitsProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ private static List<String> getInputFiles(String[] args) {
|| OPTION_STAINDEX.equals(args[i])
|| OPTION_STACONF.equals(args[i])
|| OPTION_MJD_RANGES.equals(args[i])
|| OPTION_MJD.equals(args[i])
|| OPTION_WL_RANGES.equals(args[i])
|| OPTION_EFFWAVE.equals(args[i])
|| OPTION_EFFBAND.equals(args[i])) {
Expand Down

0 comments on commit 908c574

Please sign in to comment.