Ignore:
Timestamp:
Mar 1, 2024, 8:09:20 PM (2 months ago)
Author:
sommeria
Message:

LIF calibration update and extrct_multitif

File:
1 edited

Legend:

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

    r1127 r1129  
    243243%show the reference image edit box if relevant (not needed for movies or in the absence of time information
    244244if numel(time)>=2 % if there are at least two time values to define dt
    245     if size(time,1)<MaxIndex_i;
     245    if size(time,1)<MaxIndex_i
    246246        msgbox_uvmat('WARNING','maximum i index restricted by the timing of the xml file');
    247247    elseif size(time,2)<MaxIndex_j
     
    29742974
    29752975% Hint: get(hObject,'Value') returns toggle state of CheckLSM
     2976
     2977
     2978
     2979function num_resolution_Callback(hObject, eventdata, handles)
     2980% hObject    handle to num_resolution (see GCBO)
     2981% eventdata  reserved - to be defined in a future version of MATLAB
     2982% handles    structure with handles and user data (see GUIDATA)
     2983
     2984% Hints: get(hObject,'String') returns contents of num_resolution as text
     2985%        str2double(get(hObject,'String')) returns contents of num_resolution as a double
     2986
     2987
     2988% --- Executes during object creation, after setting all properties.
     2989function num_resolution_CreateFcn(hObject, eventdata, handles)
     2990% hObject    handle to num_resolution (see GCBO)
     2991% eventdata  reserved - to be defined in a future version of MATLAB
     2992% handles    empty - handles not created until after all CreateFcns called
     2993
     2994% Hint: edit controls usually have a white background on Windows.
     2995%       See ISPC and COMPUTER.
     2996if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     2997    set(hObject,'BackgroundColor','white');
     2998end
Note: See TracChangeset for help on using the changeset viewer.