Changeset 12873 for trunk/DataCheck
- Timestamp:
- 02/08/12 13:12:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Archive/README
r12871 r12873 2 2 3 3 In order to ingest data, use either auxIngest.sh or rawIngest.sh appropriately. 4 Raw Ingest: 5 - if file is corrupted, a tentative repair is done 6 - add missing END tag 7 - reduce file size so that it re-become compliant to fits 8 - Keywords are checked and added or updated if required. 9 - checksum is added to the file 10 - if file has been repaired successfully, then it is moved to the archive 11 12 Aux Ingest: 13 - if file is corrupted, a tentative repair is done 14 - add missing END tag 15 - reduce file size so that it re-become compliant to fits 16 - if more rows seem to be present, restore extra rows while the time value seems correct (i.e. around the expected value) 17 - If mjdref was not substracted to Time column, Time column is updated accordingly 18 - Keywords are checked and added or updated if required. 19 - checksum is added to the file 20 - if file has been repaired successfully, then it is moved to the archive 21 22 23 Checked keywords: 24 - TSTARTI 25 - TSTARTF 26 - TSTOPI 27 - TSTOPF 28 - DATE-OBS 29 - DATE-END 30 - TELESCOP 31 - PACKAGE 32 - ORIGIN 33 - TIMEUNIT 34 - MJDREF 35 - TIMESYS 4 36 5 37 It takes source and dest folders as argument, the last arg being the string to append to log filenames.
Note:
See TracChangeset
for help on using the changeset viewer.