IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8239


Ignore:
Timestamp:
Aug 8, 2006, 3:14:49 PM (20 years ago)
Author:
Paul Price
Message:

Fixing error message to correspond with problem.

File:
1 edited

Legend:

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

    r8237 r8239  
    88use Data::Dumper;
    99
    10 use constant RECIPE => "PPSTATS_PHASE0"; # Recipe to use for ppStats
     10use constant RECIPE => "PPSTATS_PHASE0_EXP"; # Recipe to use for ppStats
    1111
    1212use constant TYPE => "OBSTYPE"; # Observation type keyword
     
    6666    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    6767        run(command => $command, verbose => 0);
    68     die "Unable to perform ppStats on exposure id $expid: $error_code\n" if not $success;
     68    die "Unable to perform p0search on exposure id $expid: $error_code\n" if not $success;
    6969    my $parsed = $mdcParser->parse(join "", @$stdout_buf); # Parsed metadata
    7070    $filenames = mdFileInfo($parsed); # Get filenames from the output
Note: See TracChangeset for help on using the changeset viewer.