IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38102


Ignore:
Timestamp:
Apr 9, 2015, 2:32:02 PM (11 years ago)
Author:
watersc1
Message:

Change to support diff stage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/remote.pro

    r37835 r38102  
    2727  stack
    2828  staticsky
     29  diff
    2930end
    3031
     
    293294    end
    294295    if ("$STAGE" == "staticsky")
    295       $command = sc_prepare_staticsky.pl --camera GPC1 --sky_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot -dbname $DBNAME
     296      $command = sc_prepare_staticsky.pl --camera GPC1 --sky_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME
     297    end
     298    if ("$STAGE" == "diff")
     299      $command = sc_prepare_diff.pl --camera GPC1 --diff_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME
    296300    end
    297301
Note: See TracChangeset for help on using the changeset viewer.