Changeset 193 for trunk/src/proj_field.m


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

improves the use of get_field, no projection object by default in uvmat( allows usual 1D plots),

various bug repairs, elimination of get_plot_handles.m (not useful)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/proj_field.m

    r187 r193  
    20502050                    ICOMB=(XIMA-1)*DimValue(1)+YIMA;
    20512051                    ICOMB=ICOMB(flagin);%index corresponding to XIMA and YIMA in the aligned original image vec_A
    2052                     vec_B(ind_in,[1:nbcolor])=vec_A(ICOMB,:);
     2052                    vec_B(ind_in,1:nbcolor)=vec_A(ICOMB,:);
    20532053                    for icolor=1:nbcolor
    20542054                        vec_B(ind_out,icolor)=zeros(size(ind_out));
Note: See TracChangeset for help on using the changeset viewer.