IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27754


Ignore:
Timestamp:
Apr 23, 2010, 11:35:22 AM (16 years ago)
Author:
bills
Message:

change the argument from --magicked to --set_magicked

File:
1 edited

Legend:

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

    r27718 r27754  
    300300            $command .= " -tess_id $tess_dir";
    301301            $command .= " -path_base $outroot"; # needed for logfile lookups
    302             $command .= " -magicked $magicked" if $magicked;
     302            $command .= " -set_magicked $magicked" if $magicked;
    303303
    304304            $command .= " -uri $outputImage" if !$quality;
     
    322322            $command .= " -warp_id $warp_id";
    323323            $command .= " -skycell_id $skycell_id";
     324            $command .= " -set_magicked $magicked" if $magicked;
    324325            $command .= " -dbname $dbname"   if defined $dbname;
    325326
Note: See TracChangeset for help on using the changeset viewer.