IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2011, 11:12:39 AM (15 years ago)
Author:
bills
Message:

from last tag don't require magic for get_image jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_get_image_job.pl

    r32785 r33015  
    126126    $command .= " --results_file $results_file";
    127127    $command .= " --component $component --path_base $path_base --outroot $outroot";
    128     #    XXX: we need to do some work if we want to support muggle bundles
    129     #    $command .= " --no_magic if $no_magic";
    130     $command .= " --magicked" if $magicked;
     128    # DING DONG ....
     129    $command .= " --no_magic";
    131130    $command .= " --dbname $imagedbname" if $imagedbname;
    132131    $command .= " --verbose" if $verbose;
Note: See TracChangeset for help on using the changeset viewer.