IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2023, 12:02:11 PM (3 years ago)
Author:
eugene
Message:

new instances from fix_chip_locations need to go to unique files by chip; get_md5s_instances needs to load the additional instance lists

File:
1 edited

Legend:

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

    r42450 r42451  
    145145            my ($newfile, $newhost, $newxattr) = &get_new_instance ($ext_id);
    146146            unless ($newxattr == 1) { die "new instance is not at ATRC? $ext_id : $newfile : $newhost : $newxattr\n"; }
    147             open (OUTFILE, ">>$topdir/$dateword/$newhost.inst.$stage.txt");
     147            open (OUTFILE, ">>$topdir/$dateword/$newhost.$chip_id.inst.$stage.txt");
    148148            print OUTFILE "$newfile $datast $md5sum\n";
    149149            close (OUTFILE);
     
    160160            my ($newfile, $newhost, $newxattr) = &get_new_instance ($ext_id);
    161161            unless ($newxattr == 0) { die "new instance is not at ITC? $ext_id : $newfile : $newhost : $newxattr\n"; }
    162             open (OUTFILE, ">>$topdir/$dateword/$newhost.inst.$stage.txt");
     162            open (OUTFILE, ">>$topdir/$dateword/$newhost.$chip_id.inst.$stage.txt");
    163163            print OUTFILE "$newfile $datast $md5sum\n";
    164164            close (OUTFILE);
     
    175175                my ($newfile, $newhost, $newxattr) = &get_new_instance ($ext_id);
    176176                unless ($newxattr == 1) { die "new instance is not at ATRC? $ext_id : $newfile : $newhost : $newxattr\n"; }
    177                 open (OUTFILE, ">>$topdir/$dateword/$newhost.inst.$stage.txt");
     177                open (OUTFILE, ">>$topdir/$dateword/$newhost.$chip_id.inst.$stage.txt");
    178178                print OUTFILE "$newfile $datast $md5sum\n";
    179179                close (OUTFILE);
     
    197197                my ($newfile, $newhost, $newxattr) = &get_new_instance ($ext_id);
    198198                unless ($newxattr == 0) { die "new instance is not at ITC? $ext_id : $newfile : $newhost : $newxattr\n"; }
    199                 open (OUTFILE, ">>$topdir/$dateword/$newhost.inst.$stage.txt");
     199                open (OUTFILE, ">>$topdir/$dateword/$newhost.$chip_id.inst.$stage.txt");
    200200                print OUTFILE "$newfile $datast $md5sum\n";
    201201                close (OUTFILE);
Note: See TracChangeset for help on using the changeset viewer.