IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2009, 11:06:52 AM (17 years ago)
Author:
bills
Message:

add --duplicates to the command line

File:
1 edited

Legend:

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

    r23966 r24166  
    208208            $command .= " --images $image_list --masks $mask_list --weights $weight_list" ;
    209209            $command .= " --inputstreaks $streaks_list";
     210            # new option to "merge duplicate streaks into unique streaks"
     211            $command .= " --duplicates";
    210212        };
    211213        if ($@) {
Note: See TracChangeset for help on using the changeset viewer.