IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2006, 12:16:03 PM (20 years ago)
Author:
Paul Price
Message:

Changing 'exp id' to 'exp tag' throughout, following corresponding change in database.

File:
1 edited

Legend:

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

    r8716 r9097  
    1818        "Usage: $0 EXP_ID CLASS_ID INPUT.fits OUTPUT_ROOT\n\n";
    1919}
    20 my $expId = shift @ARGV;        # Exposure ID
     20my $expTag = shift @ARGV;       # Exposure ID
    2121my $classId = shift @ARGV;      # Class ID
    2222my $input = shift @ARGV;        # Input FITS file
     
    6565    # Command to run dettool
    6666    my $command = "$p2tool -processed";
    67     $command .= " -exp_id $expId";
     67    $command .= " -exp_tag $expTag";
    6868    $command .= " -class_id $classId";
    6969    $command .= " -recip " . RECIPE;
     
    7777    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    7878        run(command => $command, verbose => 1);
    79     die "Unable to perform p2tool -processed for $expId/$classId: $error_code\n"
     79    die "Unable to perform p2tool -processed for $expTag/$classId: $error_code\n"
    8080        if not $success;
    8181}
Note: See TracChangeset for help on using the changeset viewer.