IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2023, 11:00:58 AM (3 years ago)
Author:
eugene
Message:

fix little issues

File:
1 edited

Legend:

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

    r42446 r42447  
    195195                my $NcullTotal = @$cull_list_r;
    196196                foreach my $instance (@$cull_list_r) {
     197                    print "state $state : checking instance $instance ... ";
    197198                    my ($volname) = $instance =~ m|file:///data/([0-9a-zA-Z]*\.[0-9])/\S*|;
     199                    print "volname $volname\n";
    198200                    unless (defined $vol_good{$volname}) { die "ERROR: invalid volume name $volname\n"; }
    199201                    # print STDERR "neb-cull $state: $ext_id $volname ($main_keep $back_keep)\n";
     
    321323        if (($xattr == 1) && ($back_keep eq "")) { $back_keep = $instance; next; }
    322324
     325        if ($xattr > 1) { print "ignore lost instance $instance\n"; next; }
     326
    323327        # if we make it here, we already have an instance at this location
    324328        push (@cull_list, $instance);
Note: See TracChangeset for help on using the changeset viewer.