Ignore:
Timestamp:
Feb 18, 2010, 7:37:48 PM (14 years ago)
Author:
sommeria
Message:

possibilite de créer une grille physique dans geometry_calib (le faire apres avoir introduit les points sur l'image avec la souris)
petites corrections mineures sur les autres fichiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/private/ListDir.m

    r8 r17  
    11%'ListDir': scan the structure of the directory tree (for dataview.m)
    22%------------------------------------------------------------------------
     3% function [ListDevices,ListRecords,ListXml,List]=ListDir(CurrentPath,ListExperiments,ListDevices_in,ListRecords_in)
     4%
     5%
     6% 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
     11%
     12%INPUT
     13% CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that
     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)
     18
    319function [ListDevices,ListRecords,ListXml,List]=ListDir(CurrentPath,ListExperiments,ListDevices_in,ListRecords_in)
    420
     
    7389end
    7490
    75 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     91
     92%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     93% ListDevices: list of devices already scanned
     94% ListDevices_in: list of input devices to scan
    7695function [testnew,testselect]=test_select(name,ListDevices,ListDevices_in)
     96%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    7797if ~isempty(ListDevices_in)
    7898    testnew=0;
Note: See TracChangeset for help on using the changeset viewer.