Ignore:
Timestamp:
Jun 26, 2012, 8:41:27 AM (12 years ago)
Author:
sommeria
Message:

series fcts updated to fit with new waitbar fct and background run mode, and various bug repairs

File:
1 edited

Legend:

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

    r457 r478  
    7070else
    7171    hseries=guidata(Param.hseries);%handles of the GUI series
    72     WaitbarPos=get(hseries.waitbar_frame,'Position');%position of the waitbar on the GUI series
    7372    checkrun=2; % indicate the RUN option is used
    7473end
     
    155154for ifile=1:nbfield
    156155    if checkrun
    157         update_waitbar(hseries.waitbar_frame,WaitbarPos,ifile/nbfield)
     156        update_waitbar(hseries.Waitbar,ifile/nbfield)
    158157        stopstate=get(hseries.RUN,'BusyAction');
    159158    else
Note: See TracChangeset for help on using the changeset viewer.