Ignore:
Timestamp:
Jan 24, 2020, 8:26:09 PM (5 years ago)
Author:
sommeria
Message:

LIF calibration with mode replicate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r1071 r1076  
    269269    %%%%% use of the option 'replicate'
    270270    if get(handles.Replicate,'Value')% if the option replicate is activated
    271         nbcalib=0;
     271        %nbcalib=0;
    272272        %% open the GUI browse_data
    273273        hbrowse=findobj(allchild(0),'Tag','browse_data');
    274         if ~isempty(hbrowse)% look for the GUI 'replicate'
     274        if ~isempty(hbrowse)% look for the GUI browse_data
    275275            BrowseData=guidata(hbrowse);
    276276            SourceDir=get(BrowseData.SourceDir,'String');
     
    322322                        display([XmlName ' created with calibration parameters'])
    323323                    end
    324                     nbcalib=nbcalib+1;
     324                    %nbcalib=nbcalib+1;
    325325                end
    326326            end
Note: See TracChangeset for help on using the changeset viewer.