Changes between Version 113 and Version 114 of Procedures/NewDataArrival
- Timestamp:
- Aug 13, 2010, 2:42:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival
v113 v114 51 51 * prune empty directories (check these aren't stubs for later data first) (use `rmdir *` in the project directory) 52 52 * rename any capitalised subdirectories 53 * move DCALM* files to applanix/raw 53 54 * remove any spaces, brackets or other Unix-upsetting characters in filenames 54 55 * use `find -regex '.*[^-0-9a-zA-Z/._].*' | ~arsf/usr/bin/fix_naughty_chars.py` … … 56 57 * remove executable bit on all files 57 58 * use `find -type f -exec chmod a-x {} \;` 58 * move DCALM* files to applanix/raw59 * bzip lidar files60 * `bzip lidar/*`61 59 * remove group & other write permission 62 60 * `chmod go-w . -R`