Changeset 42570
- Timestamp:
- Dec 24, 2023, 9:42:50 AM (3 years ago)
- Location:
- branches/eam_branches/ipp-20230313/ippTasks
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
xcstack.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippTasks/Makefile.am
r42385 r42570 51 51 remote.pro \ 52 52 fpcamera.pro \ 53 xcstack.pro \ 53 54 fullforce.pro 54 55 -
branches/eam_branches/ipp-20230313/ippTasks/xcstack.pro
r42544 r42570 92 92 task.exec 93 93 if ($LABEL:n == 0) break 94 $run = xcstacktool -tosum 94 95 if ($DB:n == 0) 95 96 option DEFAULT … … 180 181 stderr $LOGDIR/xcstack.skycell.log 181 182 182 $run = xcstack_skycell.pl --threads @MAX_THREADS@ --xcstack_id $XCSTACK_ID --outroot $outroot --redirect-output --run-state $RUN_STATE 183 # XXX unclear how to set the camera here. needs to match an entry in ippconfig/system.conf 184 $run = xcstack_skycell.pl --camera GPC1 --threads @MAX_THREADS@ --xcstack_id $XCSTACK_ID --outroot $outroot --redirect-output --run-state $RUN_STATE 183 185 if ("$REDUCTION" != "NULL") 184 186 $run = $run --reduction $REDUCTION
Note:
See TracChangeset
for help on using the changeset viewer.
