IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23441


Ignore:
Timestamp:
Mar 19, 2009, 3:20:00 PM (17 years ago)
Author:
bills
Message:

last commit wasn't complete

File:
1 edited

Legend:

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

    r23440 r23441  
    4343
    4444GetOptions(
    45            'dist_id=s'  => \$dist_id,# Magic destreak run identifier
     45           'dist_id=s'      => \$dist_id,    # distribution run identifier
    4646           'camera=s'       => \$camera,     # camera for evaluating file rules
    4747           'stage=s'        => \$stage,      # raw, chip, warp, or diff
     
    5252           'state=s'        => \$run_state,  # state of the run
    5353           'data_state=s'   => \$data_state, # data_state for this component
    54            'magicked=s'     => \$magicked,   # data_state for this component
     54           'magicked'       => \$magicked,   # magicked state for this component
    5555           'outroot=s'      => \$outroot,    # "directory" for outputs
    5656           'clean'          => \$clean,      # create clean distribution
     
    138138
    139139    # Here is where we determine whether or not a GPC1 image can be released.
    140 
    141     if ($magicked and ($magicked eq "F")) {
    142         $magicked = 0;
    143     }
    144140
    145141    if ($camera eq "GPC1" and !$magicked) {
Note: See TracChangeset for help on using the changeset viewer.