Changeset 39317 for trunk/ippScripts/scripts/minidvodb_premerge.pl
- Timestamp:
- Jan 14, 2016, 1:55:10 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/minidvodb_premerge.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/minidvodb_premerge.pl
r35423 r39317 86 86 #delstar - first step: are there duplicates, if so remove them 87 87 { 88 my $command = "$delstar -update -dup-images ";88 my $command = "$delstar -update -dup-images -skip-diff-pairs"; 89 89 #$command .= " -D CAMERA $camera"; 90 90 $command .= " -D CATDIR $minidvodb"; 91 my $mjd_delstar_start = DateTime->now->mjd; # MJD of starting script91 my $mjd_delstar_start = DateTime->now->mjd; # MJD of starting script 92 92 print "\n$command\n"; 93 93 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
