IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2010, 8:39:32 AM (16 years ago)
Author:
bills
Message:

Change the destreak cleanup to preserve the rows in the magicDSFile table

File:
1 edited

Legend:

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

    r27874 r29561  
    105105    $command .= " --prefix $prefix";
    106106    $command .= " --magicked" if $magicked;
     107    # DANGER DANGER do not commit next line
     108#    $command .= " --no_magic";
     109    # DANGER DANGER do not commit last line
    107110    $command .= " --dbname $dbname" if $dbname;
    108111    $command .= " --verbose" if $verbose;
Note: See TracChangeset for help on using the changeset viewer.