We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc06914 commit 6f2f228Copy full SHA for 6f2f228
CTA.runAnalysis.sh
@@ -68,6 +68,8 @@ TDATE="g20200817"
68
ANADATE="${TDATE}"
69
TMVADATE="${TDATE}"
70
EFFDATE="${TDATE}"
71
+EFFDATE="g20221102"
72
+PHYSDATE="g20221112"
73
74
# off-axis binnning (default=FALSE)
75
BFINEBINNING="FALSE"
@@ -341,8 +343,8 @@ NIMAGESMIN=$((SCMST<NIMAGESMIN ? SCMST : NIMAGESMIN))
341
343
OBSTIME=( "50h" "5h" "30m" "10m" "10h" "20h" "100h" "500h" "5m" "1m" "2h" )
342
344
OBSTIME=( "10s" "30s" "300s" "1000s" "3000s" "10000s" "30000s" )
345
OBSTIME=( "50h" "30m" )
-OBSTIME=( "50h" "5h" )
346
OBSTIME=( "50h" "5h" "30m" "100s" )
347
+OBSTIME=( "50h" "5h" )
348
349
echo "$RUN" "$SITE"
350
0 commit comments