Changes between Version 124 and Version 125 of Procedures/NewDataArrival
- Timestamp:
- Oct 1, 2010, 12:16:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival
v124 v125 35 35 * Check .raw, .nav, .log, .hdr for each Eagle + Hawk line 36 36 * Check for nav-sync issues - THIS IS BASED ON A FALSE ASSUMPTION AND PROBABLY IS USELESS 37 * Copy project structure with sym links to ~arsf/workspace. You can either do this manually or with:38 fastcopy_arsf_proj_dir.sh <source project directory> <target project directory>39 Note: Be logged in airborne when you create the directory and the initial files in the workspace or you won't have write permission.40 * '''Obsolete: Only do this to generate old-style scripts.''' For each project directory run 'generate_qsub.py -d <project directory>'41 * This will generate a qsub command script for use to submit processing of all eagle, hawk, atm and casi flight lines to the grid nodes.42 37 43 38 === Non-scripting method === … … 70 65 == Move to permanent PML data storage == 71 66 72 Move to appropriate location in the repository (~arsf/arsf_data/2009/flight_data/...)73 * ensure the project directory names conform to the standard - '''PROJECTCODE-YYYY_JJJxx_SITENAME''', e.g. ''GB07_07-2007_102a_Inverclyde'', ''boresight-2007_198'', etc67 1. Move to appropriate location in the repository (~arsf/arsf_data/2009/flight_data/...) 68 * ensure the project directory names conform to the standard - '''PROJECTCODE-YYYY_JJJxx_SITENAME''', e.g. ''GB07_07-2007_102a_Inverclyde'', ''boresight-2007_198'', etc 74 69 75 70 ** IMPORTANT ** [[BR]] 76 71 If there is no space in the repository then it will need to go into archive-over-flow temporarily (~arsf/arsf_data/YYYY/flight_data/archive-overflow). Make a note in ticket (once you've created it!) saying that this project is in non-backed up space. 72 73 1. Copy project structure with sym links to ~arsf/workspace. You can either do this manually or with: 74 75 fastcopy_arsf_proj_dir.sh <source project directory> <target project directory> 76 Note: Be logged in airborne when you create the directory and the initial files in the workspace or you won't have write permission. 77 * '''Obsolete: Only do this to generate old-style scripts.''' For each project directory run 'generate_qsub.py -d <project directory>' 78 * This will generate a qsub command script for use to submit processing of all eagle, hawk, atm and casi flight lines to the grid nodes. 77 79 78 80 == Create subsidiary files ==