Changeset 19780
- Timestamp:
- Sep 28, 2008, 11:39:37 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid_exp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid_exp.pl
r19663 r19780 25 25 26 26 use PS::IPP::Metadata::Config; # tools to parse the psMetadataConfig files 27 28 # XXX drop: moved to ppStatsFromMetadata29 # use PS::IPP::Metadata::Stats;30 27 31 28 use PS::IPP::Metadata::List qw( parse_md_list ); # tools to parse a metadata into a hash list … … 135 132 unless ($success) { 136 133 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 137 warn("Unable to perform ppS TatsFromMetadata: $error_code\n");134 warn("Unable to perform ppStatsFromMetadata: $error_code\n"); 138 135 exit($error_code); 139 136 } … … 509 506 $command .= ' -reject' if $reject; 510 507 $command .= " -dbname $dbname" if defined $dbname; 511 $command .= $cmdflags;508 $command .= " $cmdflags"; 512 509 513 510 unless ($no_update) {
Note:
See TracChangeset
for help on using the changeset viewer.
