IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2010, 2:07:51 PM (16 years ago)
Author:
bills
Message:

Make update processing compatible with magic. Fix some bugs in update for the warp stage
Make script changes to implement update for diff stage.
Change value of 'magicked' in the various runs and files to contain the value
the magic_id of the magicRun that corresponds to the streaks file used for desreaking.

File:
1 edited

Legend:

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

    r25555 r26567  
    5353    'reduction=s'       => \$reduction, # Reduction class
    5454    'run-state=s'       => \$run_state, # current state of the run (new, update)
    55     'magicked        => \$magicked,  # magicked state of input file
     55    'magicked=s'        => \$magicked,  # magicked state of input file
    5656    'deburned=s'        => \$deburned,  # does deburned image exist?
    5757    'threads=s'         => \$threads,   # Number of threads to use for ppImage
     
    411411    $command .= " -uri $outputImage";
    412412    $command .= " -path_base $outroot";
    413     $command .= " -magicked" if $magicked;
     413    $command .= " -magicked $magicked" if $magicked;
    414414    $command .= " -hostname $host" if defined $host;
    415415    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.