Changes between Version 32 and Version 33 of Procedures/NewDataArrival


Ignore:
Timestamp:
Jul 29, 2008, 12:45:34 PM (16 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival

    v32 v33  
    1313=== Scripting  method ===
    1414  * when copying from the source media, preserve timestamps with `cp -a` or `rsync -av`
    15   * in the directory above the new project directories (eg '../flight_data/unpacking/') run 'folder_structure.py --dry-run'
     15  * in the directory above the new project directories (eg '../flight_data/unpacking/') run 'unpack_folder_structure.py --dry-run'
    1616    * using --dry-run will output the commands it will run to the terminal to check it looks ok
    1717    * if happy, either re-run without --dry-run or cut/paste commands
    1818    * Each project directory should be re-formatted to the current standard
    19   * in each project directory run 'file_check.py -l <admin/logsheet.doc(.txt)>'
     19  * in each project directory run 'unpack_file_check.py -l <admin/logsheet.doc(.txt)>'
    2020    * This will convert .doc logsheet to .txt, or use the .txt if one available
    2121    * Will then do various checks of data against logsheet as listed below. Information will be output to terminal. Important (error) messages are printed again at the end.