IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42570


Ignore:
Timestamp:
Dec 24, 2023, 9:42:50 AM (3 years ago)
Author:
eugene
Message:

add xcstack to Makefile, xcstack.pro works

Location:
branches/eam_branches/ipp-20230313/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippTasks/Makefile.am

    r42385 r42570  
    5151        remote.pro \
    5252        fpcamera.pro \
     53        xcstack.pro \
    5354        fullforce.pro
    5455
  • branches/eam_branches/ipp-20230313/ippTasks/xcstack.pro

    r42544 r42570  
    9292  task.exec
    9393    if ($LABEL:n == 0) break
     94    $run = xcstacktool -tosum
    9495    if ($DB:n == 0)
    9596      option DEFAULT
     
    180181    stderr $LOGDIR/xcstack.skycell.log
    181182
    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
    183185    if ("$REDUCTION" != "NULL")
    184186      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.