IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2009, 12:01:31 PM (17 years ago)
Author:
bills
Message:

if the input chip run has been magicked set warpSkyfile.magicked to true

File:
1 edited

Legend:

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

    r23295 r23430  
    3636}
    3737
    38 my ($warp_id, $skycell_id, $warp_skyfile_id, $tess_dir, $camera, $dbname, $outroot, $threads, $run_state, $verbose, $no_update, $no_op, $redirect, $save_temps);
     38my ($warp_id, $skycell_id, $warp_skyfile_id, $tess_dir, $camera, $dbname, $outroot, $threads, $run_state, $magicked, $verbose, $no_update, $no_op, $redirect, $save_temps);
    3939GetOptions(
    4040    'warp_id|i=s'         => \$warp_id, # Warp identifier
     
    4747    'threads=s'           => \$threads,   # Number of threads to use for pswarp
    4848    'run-state=s'         => \$run_state,  # 'new' or 'update'
     49    'magicked'            => \$magicked,  # input run has been magicked already?
    4950    'verbose'             => \$verbose,   # Print to stdout
    5051    'no-update'           => \$no_update, # Don't update the database?
     
    246247            $command .= " -tess_id $tess_dir";
    247248            $command .= " -path_base $outroot"; # needed for logfile lookups
     249            $command .= " -magicked" if $magicked;
    248250
    249251            $command .= " -uri $outputImage" if $accept;
Note: See TracChangeset for help on using the changeset viewer.