Changes between Version 106 and Version 107 of Procedures/NewDataArrival
- Timestamp:
- Jul 2, 2010, 12:56:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival
v106 v107 18 18 19 19 == Move to permanent PML data storage == 20 21 Check there is space in the repository for the project (`du -hs ~arsf/arsf_data/YYYY/flight_data` and `du -hs location_of_project_to_unpack`). If not then skip this bit and copy to the workspace instead, but put a comment in the ticket so we can rsync it to the repository later. 20 22 21 23 Move to appropriate location on the filesystem (~arsf/arsf_data/2009/flight_data/...) … … 73 75 Check the filesizes of all data files (Eagle, Hawk, ATM, CASI) to make sure none are zero bytes (or obviously broken in some way). 74 76 77 In the base of the project directory run `proj_tidy.sh .`. This will check that the directory structures look sensible and tell you where they don't. Correct anything significant that gets flagged up. 78 75 79 == Create subsidiary files == 76 80 … … 79 83 Create the calibration sym link. This is done automatically if the unpacking scripts have been run. 80 84 81 Run times4grafnav.py script to create a text file of time stamps and put the output into the applanix directory. May be of use for the GNSS processing.85 (Not necessary any more) Run times4grafnav.py script to create a text file of time stamps and put the output into the applanix directory. May be of use for the GNSS processing. 82 86 83 87 == Tickets and tracking ==