Ignore:
Timestamp:
Nov 22, 2014, 12:15:53 AM (9 years ago)
Author:
sommeria
Message:

message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/extract_rdvision.m

    r810 r824  
    117117    return
    118118end
     119if exist(fullfile(RootPath{1},OutputDir),'dir')
     120     msgbox_uvmat('ERROR',['output folder ' OutputDir ' already exists, put data in a new folder Experiment']);
     121     return
     122end
    119123
    120124%% calibration data and timing: read the ImaDoc files
     
    198202    ImageName='img_1.png';
    199203end
    200 
     204 
    201205%update information of 'Heading'
    202206uid_Heading=find(t,'ImaDoc/Heading');
Note: See TracChangeset for help on using the changeset viewer.