Changes between Version 30 and Version 31 of Processing/proj_tidy


Ignore:
Timestamp:
Dec 4, 2014, 3:32:24 PM (9 years ago)
Author:
dap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/proj_tidy

    v30 v31  
    4343
    4444== Improvements/fixes ==
    45 * SERIOUS BUG - although it's set up to check pre-2011 delivies (as outlined above), it currently can't do this if that flight has been converted to the layout. Since ALL flights have now been converted to the new layout, this needs fixing before we can archive older flights. (dap, ask someone what about the change in 2011, reprocessing, and conversion of structures).
     45* SERIOUS BUG - although it's set up to check pre-2011 delivies (as outlined above), it currently can't do this if that flight has been converted to the layout. Since ALL flights have now been converted to the new layout, this needs fixing before we can archive older flights. (dap, ask someone what about the change in 2011, reprocessing, and conversion of structures).
     46  * I've investigated this "problem" and if the project is pre-2011, it runs proj_tidy_old.sh unless it has processing and logfiles directories, in which case it assumes the project has already been converted to the new structure. I've tested proj_tidy.sh (the new one) on the older projects and the results don't seem abnormal, other than some unrecognised files.
    4647* ~~Currently it determines if raw data for a sensor exists by looking if there is e.g. hyperspectral/fenix/ dir. This should be changed so it actually looks for data files e.g. FENIX*.raw~~
    4748* ~~Check if we have .hdr file and a .log file for every .raw file, and do something similar for other sensors. So basically check, if we do have a sensor as determined above, that all expected files are present.~~