IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39317 for trunk


Ignore:
Timestamp:
Jan 14, 2016, 1:55:10 PM (11 years ago)
Author:
heather
Message:

delstar hack for script

File:
1 edited

Legend:

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

    r35423 r39317  
    8686        #delstar - first step: are there duplicates, if so remove them
    8787        {
    88             my $command  = "$delstar -update -dup-images ";
     88            my $command  = "$delstar -update -dup-images  -skip-diff-pairs";
    8989            #$command .= " -D CAMERA $camera";
    9090            $command .= " -D CATDIR $minidvodb";
    91             my $mjd_delstar_start = DateTime->now->mjd;   # MJD of starting script
     91                        my $mjd_delstar_start = DateTime->now->mjd;   # MJD of starting script
    9292            print "\n$command\n";
    9393            my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.