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/create.rawfix.sh

    r42445 r42451  
    66
    77# add in the iteration and the state summary
     8
     9mysql -h localhost -u root <<EOF
     10  use $DBNAME;
     11  ALTER TABLE nights MODIFY Ngood INT, MODIFY Ndead INT, MODIFY Ngone INT;
     12  ALTER TABLE nights MODIFY Nsing INT, MODIFY Ndups INT, MODIFY Nsbck INT, MODIFY Nxbck INT, MODIFY Nfail INT;
     13  ALTER TABLE nights MODIFY Ncul1 INT, MODIFY Ncul2 INT, MODIFY Ncul3 INT;
     14EOF
     15
     16exit 0
    817
    918mysql -h localhost -u root <<EOF
Note: See TracChangeset for help on using the changeset viewer.