Changeset 8715 for trunk/ippScripts/scripts/detrend_create_resid.pl
- Timestamp:
- Aug 30, 2006, 3:43:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_create_resid.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_create_resid.pl
r8609 r8715 91 91 close $statsFile; 92 92 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 93 my $metadata = $mdcParser->parse(join "", @contents); # Metadata from the stats 93 my $metadata = $mdcParser->parse(join "", @contents) 94 or die "unable to parse metadata config doc"; 94 95 $stats = PS::IPP::Metadata::Stats->new(); # Stats parser 95 96 $stats->parse($metadata) or die "Unable to find all values in statistics output.\n";
Note:
See TracChangeset
for help on using the changeset viewer.
