Ignore:
Timestamp:
Apr 19, 2011, 10:20:33 AM (13 years ago)
Author:
sommeria
Message:

cleaning

File:
1 edited

Legend:

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

    r239 r240  
    290290            if isequal(stopstate,'queue')% enable STOP command
    291291                update_waitbar(hseries.waitbar,WaitbarPos,(ifield+(islice-1)*nbfield_slice)/(nbfield_slice*nbslice_i))
    292                 (ifield+(islice-1)*nbfield_slice)/(nbfield_slice*nbslice_i)
    293                 Ak(:,:,[1:nbaver_ima-step])=Ak(:,:,[1+step:nbaver_ima]);% shift the current image series by one burst (step)
     292                display((ifield+(islice-1)*nbfield_slice)/(nbfield_slice*nbslice_i))
     293                Ak(:,:,1:nbaver_ima-step)=Ak(:,:,1+step:nbaver_ima);% shift the current image series by one burst (step)
    294294                %incorporate next burst in the current image series
    295295                for iburst=1:step
Note: See TracChangeset for help on using the changeset viewer.