IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2023, 2:32:14 PM (3 years ago)
Author:
eugene
Message:

more updates to rawfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/get_md5s_instances.pl

    r42400 r42404  
    2727
    2828if ($output eq $input) { die "output file ($output) matches input file ($input)\n"; }
     29if (-e $output) {
     30    # check that all instances are in the output file?
     31    print "$output exists, skipping\n";
     32    exit 0;
     33}
     34
    2935open (OUTFILE, ">$output");
    3036
Note: See TracChangeset for help on using the changeset viewer.