File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,16 @@ then
128128 ARRAYDIR=( " prod3b" )
129129elif [[ $P2 == " prod3b-S20deg-SCT" ]]
130130then
131- prod3b-paranal20deg_SCT-sq08-LL
132131 SITE=( " prod3b-paranal20deg_SCT" )
133132 ARRAY=" subArray.prod3b.South-SCT.list"
134133 ARRAYDIR=( " prod3b" )
135- EDM=( " -sq08-LL" )
134+ EDM=( " -sq09-LL" )
135+ elif [[ $P2 == " prod3b-S20deg-SCTlin" ]]
136+ then
137+ SITE=( " prod3b-paranal20deg_SCTlin" )
138+ ARRAY=" subArray.prod3b.South-SCT.list"
139+ ARRAYDIR=( " prod3b" )
140+ EDM=( " -sq09-LL" )
136141# ##############################################################
137142# PROD4 Analysis
138143elif [[ $P2 == " prod4-S20deg-MST" ]]
@@ -211,6 +216,8 @@ elif [[ $P2 == "prod5-S"* ]]
211216then
212217 if [[ $P2 == * " moon" * ]]; then
213218 SITE=( " prod5-Paranal-20deg-NSB5x" )
219+ elif [[ $P2 == * " 60deg" * ]]; then
220+ SITE=( " prod5-Paranal-60deg" )
214221 else
215222 SITE=( " prod5-Paranal-20deg" )
216223 fi
@@ -269,8 +276,8 @@ NIMAGESMIN=$((SCMST<NIMAGESMIN ? SCMST : NIMAGESMIN))
269276OBSTIME=( " 50h" " 5h" " 30m" " 10m" " 10h" " 20h" " 100h" " 500h" " 5m" " 1m" " 2h" )
270277OBSTIME=( " 50h" " 5h" " 30m" " 100s" )
271278OBSTIME=( " 5h" " 30m" " 100s" )
272- OBSTIME=( " 50h" )
273279OBSTIME=( " 30m" )
280+ OBSTIME=( " 50h" )
274281
275282echo " $RUN " " $SITE "
276283
You can’t perform that action at this time.
0 commit comments