Changeset 213 for trunk/src/get_field.m


Ignore:
Timestamp:
Mar 4, 2011, 12:07:38 AM (13 years ago)
Author:
sommeria
Message:

bug corrected for 3D geometry calib: tilt angles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r204 r213  
    6363%% prepare the list of RUN fcts and set their paths
    6464% functions included by default in 'get_field.m
    65 menu_str={'PLOT';'FFT';'filter_band';'histogram'};
     65menu_str={'PLOT';'FFT';'filter_band'};
    6666nb_builtin=numel(menu_str);
    6767path_uvmat=fileparts(which('uvmat'));%path of the function 'uvmat'
     
    627627        return
    628628    else
    629         perm_ind=[1:nbdim];
     629        perm_ind=1:nbdim;
    630630    end
    631631    if nbdim==3
     
    836836function plot_get_field(SubField,handles)
    837837%------------------------------------------------------------------------
    838 list_fig=get(handles.list_fig,'String')
     838list_fig=get(handles.list_fig,'String');
    839839val=get(handles.list_fig,'Value');
    840840if strcmp(list_fig{val},'uvmat')
Note: See TracChangeset for help on using the changeset viewer.