You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ehthops/hops-b1/7.+apriori/bin/0.launch
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,16 @@ show_help() {
13
13
echo" SET_TOPDIR Top level dir for all stages (default: WRKDIR/..)"
14
14
echo" SET_METADIR Location of preset control files, META tables, ZBL flux estimates for netcal, etc"
15
15
echo" SET_INPUTDIR Data source directory. Starting from this stage, this is the base directory of the previous stage (containing directories named by HOPS expt_no)"
16
+
echo" SET_EHTIMPATH Path to eht-imaging source code"
echo"If these are not set and no command-line options are given, then reasonable defaults are used (not always guaranteed to work!)."
19
21
echo
20
22
echo"Command-line options:"
21
23
echo"====================="
22
24
echo" -y <yyyy> Campaign year"
25
+
echo" -c <campaign-name> Campaign name recognizable by EAT (\"EHT2017\", \"EHT2018\", \"EHT2021\")"
23
26
echo" -S <dir> Set the data source directory. Starting from this stage, this is the base directory of the previous stage (containing directories named by HOPS expt_no)"
24
27
echo" -M <dir> Set the metadata directory (e.g. preset control files, META tables, ZBL flux estimates for netcal)"
25
28
echo" -h, --help Display this help message and exit"
@@ -29,7 +32,7 @@ show_help() {
29
32
echo" - The SET_* environment variables take precedence over the default values."
0 commit comments