IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24053


Ignore:
Timestamp:
May 4, 2009, 7:45:56 AM (17 years ago)
Author:
bills
Message:

$tool_name = ${stage}tool doesn't work for camera stage. Perhaps I should have
named it 'cam' but I didn't

File:
1 edited

Legend:

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

    r24038 r24053  
    6666    if ($stage eq "raw") {
    6767        $tool_name = "regtool";
     68    } elsif ($stage eq "camera") {
     69        $tool_name = "camtool";
    6870    } else {
    6971        $tool_name = "${stage}tool";
Note: See TracChangeset for help on using the changeset viewer.