Changeset 12873 for trunk/DataCheck


Ignore:
Timestamp:
02/08/12 13:12:49 (13 years ago)
Author:
lyard
Message:
improved readme
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Archive/README

    r12871 r12873  
    22
    33In order to ingest data, use either auxIngest.sh or rawIngest.sh appropriately.
     4Raw 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
     12Aux 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       
     23Checked 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
    436
    537It 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.