Changes between Version 32 and Version 33 of Procedures/NewDataArrival
- Timestamp:
- Jul 29, 2008, 12:45:34 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival
v32 v33 13 13 === Scripting method === 14 14 * 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' 16 16 * using --dry-run will output the commands it will run to the terminal to check it looks ok 17 17 * if happy, either re-run without --dry-run or cut/paste commands 18 18 * 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)>' 20 20 * This will convert .doc logsheet to .txt, or use the .txt if one available 21 21 * 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.