Changes between Version 1 and Version 2 of Processing/FilenameConventions


Ignore:
Timestamp:
Nov 26, 2009, 4:09:03 PM (14 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/FilenameConventions

    v1 v2  
    1111
    1212The structure under the project directory should look like:
    13  admin::
    14   contains the flight logsheet and any miscellaneous information (readme's, copies of trac tickets, etc)
    15  applanix::
    16   raw and processed Applanix navigation (raw files in applanix/raw/DCALM*, final processed data in applanix/*sbet or applanix/Proc/sbet*.out)
    17  atm::
    18   raw ATM data files (az???LLL.JJJ, where ??? = disk id, LLL = 3 digit file number (000 typically contains navigation), JJJ = Julian day of capture)
    19  calibration::
    20   typically a symlink to the appropriate calibration directory
    21  casi::
    22   raw CASI data files (ca??LLL.JJJ, where ?? = disk id, LLL = 3 digit file number, JJJ = Julian day of capture)
    23  delivery::
    24   contains copies of data delivered to end users (see below)
    25  dem::
    26   contains azgcorr compatible DEMs
    27  eagle::
    28   raw Eagle data files (.raw = image data, .hdr = ENVI compatible header, .nav = navigation synchronisation data)
    29  hawk::
    30   raw Hawk data files (.raw = image data, .hdr = ENVI compatible header, .nav = navigation synchronisation data)
    31  leica::
    32   raw and processed Leica LIDAR
    33  lev1::
    34   processed level 1 data (note this will be the most current, not necessarily what was delivered), see below for filename info
    35  lev3::
    36   processed level 3 data (note this will be the most current, not necessarily what was delivered), see below for filename info
    37  lidar::
    38   raw and processed ULM LIDAR (raw LIDAR looks like "surveyXXX.range", processed is typically in a strips/ directory)
    39  rinex::
    40   GPS basestation data appropriate to the site
    41  runa::
    42   ATM processing scripts
    43  runc::
    44   CASI processing scripts
    45  rune::
    46   Eagle processing scripts
    47  runh::
    48   Hawk processing scripts
    49  vectors::
    50   may or may not appear - symlink to appropriate vectors
     13|| '''Top level dir''' || '''2nd level dir''' || '''Comments''' ||
     14|| admin       ||         || contains the flight logsheet and any miscellaneous information (readme's, copies of trac tickets, etc) ||
     15|| applanix    ||         || raw and processed Applanix navigation (raw files in applanix/raw/DCALM*, final processed data in applanix/*sbet or applanix/Proc/sbet*.out) ||
     16||             || base    || ||
     17||             || eo      || ||
     18||             || extract || ||
     19||             || gps     || ||
     20||             || proc    || ||
     21|| atm         ||         || raw ATM data files (az???LLL.JJJ, where ??? = disk id, LLL = 3 digit file number (000 typically contains navigation), JJJ = Julian day of capture), pre-2009 only ||
     22|| calibration ||         || typically a symlink to the appropriate calibration directory ||
     23|| casi        ||         || raw CASI data files (ca??LLL.JJJ, where ?? = disk id, LLL = 3 digit file number, JJJ = Julian day of capture), pre-2008 only ||
     24|| delivery    ||         || contains copies of data delivered to end users ||
     25||             || ''(see below)'' || Structure described below ||
     26|| dem         ||         || contains azgcorr compatible DEMs ||
     27|| eagle       ||         || raw Eagle data files (.raw = image data, .hdr = ENVI compatible header, .nav = navigation synchronisation data) ||
     28|| hawk        ||         || raw Hawk data files (.raw = image data, .hdr = ENVI compatible header, .nav = navigation synchronisation data) ||
     29|| leica       ||         || Leica LIDAR data ||
     30||             || ''(see below)'' || Structure described below ||
     31|| lev1        ||         || processed hyperspectral level 1 data (note this will be the most current, not necessarily what was delivered), see below for filename info ||
     32|| lev3        ||         || processed hyperspectral level 3 data (note this will be the most current, not necessarily what was delivered), see below for filename info ||
     33|| lidar       ||         || raw and processed ULM LIDAR (raw LIDAR looks like "surveyXXX.range", processed is typically in a strips/ directory) ||
     34|| rinex       ||         || GPS basestation data appropriate to the site ||
     35|| runa        ||         || ATM processing scripts ||
     36|| runc        ||         || CASI processing scripts ||
     37|| rune        ||         || Eagle processing scripts ||
     38|| runh        ||         || Hawk processing scripts ||
     39|| tabi        ||         || raw TABI data ||
     40|| vectors     ||         || (2007/8 only) - symlink to appropriate vectors ||
     41
     42
    5143
    5244The lev1 and lev3 data filenames are structured as "sdddfnn1b.{hdf|tif}", where:
     
    5648 * nn is the flight line number (note this is not necessarily the same as the flight line identifier as specified by the PI - these numbers are the number of the flight in order of when it was taken, as on the logsheet)
    5749
     50=== Leica LIDAR data ===
     51
     52|| '''subdir of "leica"''' || '''2nd level dir''' || '''Comments''' ||
     53|| aux_files  ||             || contains a copy of the reg file used and any logs produced that we may conceivably want to keep - also if different boresight values used for different lines then report in a text file and store here for future reference) ||
     54|| ipas       ||             || ||
     55||            || base        || ||
     56||            || eo          || ||
     57||            || extract     || ||
     58||            || gps         || ||
     59||            || proc        || ||
     60|| logs       ||             || contains the flight/ops log files ||
     61|| proc_laser ||             || contains the finalised processed LAS files only ||
     62|| raw_laser  ||             || contains the raw laser data ||
     63|| rcd        ||             || ||
     64||            || raw_images  || ||
     65||            || proc_images || ||
     66||            || logs        || ||
     67|| webcam     ||             || ||
    5868
    5969=== Delivered data ===