Changeset 812 for trunk/src/ListDir.m


Ignore:
Timestamp:
Aug 13, 2014, 3:23:50 AM (10 years ago)
Author:
g7moreau
Message:
  • Format header
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ListDir.m

    r809 r812  
    55%
    66% OUTPUT:
    7 % ListDevices: list of Devices
    8 % ListRecords: list of records
    9 % ListXml: list of xml file names
    10 % List: structure representing the tree structure
     7%  ListDevices: list of Devices
     8%  ListRecords: list of records
     9%  ListXml: list of xml file names
     10%  List: structure representing the tree structure
    1111%
    12 %INPUT
    13 % CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that
     12% INPUT:
     13%  CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that
    1414%          data are organised as (sub)campaign/Experiment/Device/(Record/)/file .xml
    15 % ListExperiments: list of experiments to scan (cell of names)
    16 % ListDevices_in: list of devices to scan (cell of names)
    17 % ListRecords_in: list of records to scan (cell of names)
     15%  ListExperiments: list of experiments to scan (cell of names)
     16%  ListDevices_in: list of devices to scan (cell of names)
     17%  ListRecords_in: list of records to scan (cell of names)
    1818
    1919%=======================================================================
Note: See TracChangeset for help on using the changeset viewer.