IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21158


Ignore:
Timestamp:
Jan 23, 2009, 3:07:37 PM (17 years ago)
Author:
bills
Message:

changes to command line options requestec by paul sydney

File:
1 edited

Legend:

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

    r20756 r21158  
    106106    $command = "$removestreaks --outroot $outroot";
    107107    $command .= " --verbose" if $verbose;
     108
     109    # added per Paul Sydney's Jan 6, 2009
     110    $command .= " -D 3";
     111
     112
     113    # added per Paul Sydney's Jan 8, 2009 to help solve the STS problem
     114    # removed because it didn't help the STS problem and it quadrupled the number of false streaks for m31
     115    # Paul asked me to remove this parameter Jan 20,2009
     116#    $command .= " -C 0";
     117
    108118
    109119#    $command .= " -u 6";
Note: See TracChangeset for help on using the changeset viewer.