Changeset 8239
- Timestamp:
- Aug 8, 2006, 3:14:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0exp.pl
r8237 r8239 8 8 use Data::Dumper; 9 9 10 use constant RECIPE => "PPSTATS_PHASE0 "; # Recipe to use for ppStats10 use constant RECIPE => "PPSTATS_PHASE0_EXP"; # Recipe to use for ppStats 11 11 12 12 use constant TYPE => "OBSTYPE"; # Observation type keyword … … 66 66 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 67 67 run(command => $command, verbose => 0); 68 die "Unable to perform p pStatson 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; 69 69 my $parsed = $mdcParser->parse(join "", @$stdout_buf); # Parsed metadata 70 70 $filenames = mdFileInfo($parsed); # Get filenames from the output
Note:
See TracChangeset
for help on using the changeset viewer.
