Changes between Version 27 and Version 28 of Processing/proj_tidy
- Timestamp:
- Dec 2, 2014, 3:57:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/proj_tidy
v27 v28 52 52 * [FUTURE] Check the database to get number of lines for a sensor, and check there are indeed this number 53 53 * This can't be done yet, as there are often test lines flown by ops, which are not always entered in to the database. 54 * If can't find raw data, don't search for files pertaining to those sensors54 * ~~If can't find raw data, don't search for files pertaining to those sensors~~ 55 55 * ~~In the {{{Check for missing directories}}} section, hyperspectral/owl is looked for. This should be thermal/owl. This ties in with the point listed below when the project layout is built. This is due to incorrect key list in the folder_structure module.~~ 56 56 * ~~Currently, {{{proj_tidy.missing_directories}}} calls {{{folder_structure.FolderStructure}}}'s constructor, which returns a full list of the directories that are expected to be in the project directory. This could be changed by either adding another function to proj_tidy.py that looks for regex instead or changing the FolderStructure constructor so that it can just return the relevant directories if necessary.~~