IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2013, 4:05:13 PM (13 years ago)
Author:
bills
Message:

various changes for support of distribution of skycal results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_advancerun.pl

    r31565 r35960  
    115115    $list_mode = "-result";
    116116    $component_key = "skycell_id";
     117} elsif ($stage eq "skycal") {
     118    $tool_cmd = "$staticskytool -skycal_id";
     119    $list_mode = "-skycalresult";
     120    $component_key = "skycell_id";
    117121} elsif ($stage eq "diff") {
    118122    $tool_cmd = "$difftool -diff_id";
     
    134138} elsif ($stage eq 'warp_bg') {
    135139    $exportarg = '-exportwarp';
     140} elsif ($stage eq 'skycal') {
     141    $exportarg = '-exportskycalrun';
    136142}
    137143
Note: See TracChangeset for help on using the changeset viewer.