IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2010, 5:06:44 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Summary images for warpStageExp, stackSummary and diffSummary. generate script can now use OP values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/scripts/generate

    r28601 r28654  
    162162    }
    163163
     164    foreach $opword (@opwords) {
     165        &parse_opwords ($opword);
     166    }
     167
    164168    foreach $imagedef (@imagedefs) {
    165169        &parse_imagedef ($imagedef);
    166     }
    167 
    168     foreach $opword (@opwords) {
    169         &parse_opwords ($opword);
    170170    }
    171171
     
    446446            next;
    447447        }
     448
    448449    }
    449450}
     
    625626    ($var, $name, $rule, $camera, $class) = split (" ", $value);
    626627    $name   = &parse_fieldname ($name);
     628    if (exists $ops{$name}) {
     629        #if OPx was defined, replace it by its value
     630        $name = $ops{$name};
     631        $name =~ s/\s+//g;
     632    }
    627633    $camera = &parse_fieldname ($camera);
    628634    $class  = &parse_fieldname ($class);
Note: See TracChangeset for help on using the changeset viewer.