Changes between Version 27 and Version 28 of Processing/proj_tidy


Ignore:
Timestamp:
Dec 2, 2014, 3:57:59 PM (9 years ago)
Author:
dap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/proj_tidy

    v27 v28  
    5252* [FUTURE] Check the database to get number of lines for a sensor, and check there are indeed this number
    5353  * 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 sensors
     54* ~~If can't find raw data, don't search for files pertaining to those sensors~~
    5555  * ~~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.~~
    5656  * ~~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.~~