Changeset 12360 for trunk/ippScripts/scripts
- Timestamp:
- Mar 8, 2007, 4:22:25 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
register_exp.pl (modified) (1 diff)
-
register_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_exp.pl
r12245 r12360 61 61 # These values should be constant for all components 62 62 use constant CONSTANTS => [ 63 "filelevel", # File level 63 64 "object", # Object 64 65 "exp_type", # Exposure type -
trunk/ippScripts/scripts/register_imfile.pl
r12282 r12360 69 69 # The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp" 70 70 use constant CONSTANTS => { 71 "FILE.LEVEL" => "-filelevel", # File level 71 72 "FPA.OBJECT" => "-object", # Object 72 73 "FPA.OBSTYPE" => "-exp_type", # Exposure type … … 114 115 my $stats; 115 116 { 116 my $command = "$ppStats $uri -recipe PPSTATS $RECIPE "; # Command to run ppStats117 my $command = "$ppStats $uri -recipe PPSTATS $RECIPE -level"; # Command to run ppStats 117 118 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 118 119 cache_run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
