Changeset 812 for trunk/src/ListDir.m
- Timestamp:
- Aug 13, 2014, 3:23:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ListDir.m
r809 r812 5 5 % 6 6 % OUTPUT: 7 % ListDevices: list of Devices8 % ListRecords: list of records9 % ListXml: list of xml file names10 % List: structure representing the tree structure7 % ListDevices: list of Devices 8 % ListRecords: list of records 9 % ListXml: list of xml file names 10 % List: structure representing the tree structure 11 11 % 12 % INPUT13 % CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that12 % INPUT: 13 % CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that 14 14 % 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) 18 18 19 19 %=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.