Changes between Version 113 and Version 114 of Procedures/NewDataArrival


Ignore:
Timestamp:
Aug 13, 2010, 2:42:28 PM (14 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival

    v113 v114  
    5151 * prune empty directories (check these aren't stubs for later data first) (use `rmdir *` in the project directory)
    5252 * rename any capitalised subdirectories
     53 * move DCALM* files to applanix/raw
    5354 * remove any spaces, brackets or other Unix-upsetting characters in filenames
    5455   * use `find -regex '.*[^-0-9a-zA-Z/._].*' | ~arsf/usr/bin/fix_naughty_chars.py`
     
    5657 * remove executable bit on all files
    5758   * use `find -type f -exec chmod a-x {} \;`
    58  * move DCALM* files to applanix/raw
    59  * bzip lidar files
    60    * `bzip lidar/*`
    6159 * remove group & other write permission
    6260   * `chmod go-w . -R`