Changes between Version 7 and Version 8 of Processing/proj_tidy


Ignore:
Timestamp:
Oct 9, 2014, 3:42:09 PM (9 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/proj_tidy

    v7 v8  
    2121
    2222Some 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
     24Some 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
     26Fixing permissions takes time too, and this is done nightly on a cron, so I also moved this to it's own option '-m'.
    2327
    2428It 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.