Changeset 116 for trunk/src/civ.m


Ignore:
Timestamp:
Oct 16, 2010, 5:56:00 PM (14 years ago)
Author:
sommeria
Message:

geometry_calib is now updated when a new image is viewed by uvmat
imadoc2struct corrected for time reading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r113 r116  
    770770set(handles.RUN, 'Enable','On')
    771771set(handles.RUN,'BackgroundColor',[1 0 0])
    772 if isequal(get(handles.BATCH, 'Enable'),'On')
     772  set(handles.BATCH,'Enable','On')
    773773    set(handles.BATCH,'BackgroundColor',[1 0 0])
    774 end
    775774
    776775%%%%% store the root input filename for future opening
     
    21072106    s=convert(t);
    21082107end
    2109 if batch
     2108    test_interp=0;
     2109    if batch
    21102110    if isfield(s,'BatchParam')
    21112111        sparam=s.BatchParam;
     
    21402140    end
    21412141    %test_interp=get(handles.test_interp,'Value');
    2142     test_interp=0;
     2142
    21432143    if  isfield(sparam,'PatchBin')
    21442144        if ~exist(sparam.PatchBin,'file')
Note: See TracChangeset for help on using the changeset viewer.