Changeset 827 for trunk/src/uvmat.m


Ignore:
Timestamp:
Nov 30, 2014, 10:00:36 AM (10 years ago)
Author:
sommeria
Message:

REPLICATE mode in geometry_calib improved in terms of user interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r818 r827  
    497497    return
    498498end
    499 OutPut=browse_data(DirFull);% open the GUI browse_data to get select a campaign dir, experiment and device
     499OutPut=browse_data(DirFull,'on');% open the GUI browse_data to get select a campaign dir, experiment and device
    500500if ~isfield(OutPut,'Campaign')
    501501    return
     
    539539
    540540set(handles.MenuOpenCampaign,'ForegroundColor',[1 1 0])
    541 OutPut=browse_data(get(hObject,'Label'));% open the GUI browse_data to get select a campaign dir, experiment and device
     541OutPut=browse_data(get(hObject,'Label'),'on');% open the GUI browse_data to get select a campaign dir, experiment and device
    542542if isfield(OutPut,'Campaign')
    543543    fileinput=uigetfile_uvmat('pick an input file',fullfile(OutPut.Campaign,OutPut.Experiment{1},OutPut.DataSeries{1}));
Note: See TracChangeset for help on using the changeset viewer.