IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26725


Ignore:
Timestamp:
Jan 29, 2010, 10:53:42 AM (16 years ago)
Author:
eugene
Message:

magic state as string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippScripts/scripts/warp_skycell.pl

    r25518 r26725  
    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.