IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12360


Ignore:
Timestamp:
Mar 8, 2007, 4:22:25 PM (19 years ago)
Author:
Paul Price
Message:

Adding file level information to registration.

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r12245 r12360  
    6161# These values should be constant for all components
    6262use constant CONSTANTS => [
     63                           "filelevel", # File level
    6364                           "object", # Object
    6465                           "exp_type", # Exposure type
  • trunk/ippScripts/scripts/register_imfile.pl

    r12282 r12360  
    6969# The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
    7070use constant CONSTANTS => {
     71    "FILE.LEVEL"   => "-filelevel", # File level
    7172    "FPA.OBJECT"   => "-object", # Object
    7273    "FPA.OBSTYPE"  => "-exp_type", # Exposure type
     
    114115my $stats;
    115116{
    116     my $command = "$ppStats $uri -recipe PPSTATS $RECIPE"; # Command to run ppStats
     117    my $command = "$ppStats $uri -recipe PPSTATS $RECIPE -level"; # Command to run ppStats
    117118    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    118119        cache_run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.