IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33804 for trunk


Ignore:
Timestamp:
Apr 18, 2012, 3:39:39 PM (14 years ago)
Author:
rhenders
Message:

added staticsky

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/Gpc1Db.pm

    r32567 r33804  
    2424    elsif ($stage eq "warp") {${$joinTable}="warpSkyfile";}
    2525    elsif ($stage eq "stack") {${$joinTable}="stackSumSkyfile";}
     26    elsif ($stage eq "staticsky") {${$id} = "sky_id"; ${$joinTable}="staticskyResult";}
    2627    elsif ($stage eq "diff") {${$joinTable}="diffSkyfile";}
    2728    elsif ($stage eq "magic") {${$joinTable}="magicNodeResult";}
     
    5152    elsif ($stage eq "warp" ) {return "warpRun";}
    5253    elsif ($stage eq "stack" ) {return "stackRun";}
     54    elsif ($stage eq "staticsky" ) {return "staticskyRun";}
    5355    elsif ($stage eq "diff" ) {return "diffRun";}
    5456    elsif ($stage eq "magic" ) {return "magicRun";}
Note: See TracChangeset for help on using the changeset viewer.