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/warp_skycell.pl

    r25518 r26567  
    4848    'threads=s'           => \$threads,   # Number of threads to use for pswarp
    4949    'run-state=s'         => \$run_state,  # 'new' or 'update'
    50     'magicked          => \$magicked,  # input run has been magicked already?
     50    'magicked=s'          => \$magicked,  # input run has been magicked already?
    5151    'verbose'             => \$verbose,   # Print to stdout
    5252    'no-update'           => \$no_update, # Don't update the database?
     
    276276            $command .= " -tess_id $tess_dir";
    277277            $command .= " -path_base $outroot"; # needed for logfile lookups
    278             $command .= " -magicked" if $magicked;
     278            $command .= " -magicked $magicked" if $magicked;
    279279
    280280            $command .= " -uri $outputImage" if !$quality;
Note: See TracChangeset for help on using the changeset viewer.