Changes between Version 7 and Version 8 of Processing/proj_tidy
- Timestamp:
- Oct 9, 2014, 3:42:09 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/proj_tidy
v7 v8 21 21 22 22 Some functions are taken care of in the script, some things which are more complicated or are easier in python are called as separate modules. 23 24 Some things, like checking the webcam images take time and only need to be done once, so I've put these under a '-e' (extended) option, which only need to be ran once, when the flight arrives and is being checked for the first time. 25 26 Fixing permissions takes time too, and this is done nightly on a cron, so I also moved this to it's own option '-m'. 23 27 24 28 It decides if directories are missing or not using using folder_structure module that anch originally wrote. This maintains the project structure (somewhere) in a central place, so in theory we only need to update one place when we change structure (e.g. move folders around). Note you'll still have to update proj_tidy's regex file, as files will now be in a different place.