Changeset 74 for trunk/src/uvmat.m


Ignore:
Timestamp:
Mar 31, 2010, 12:39:26 PM (14 years ago)
Author:
sommeria
Message:

rotate_points: used for geometry_calib was forgotten. It is now added
plot_field now does not consider black the vectors with either vec_F=0 or vec_F=1 (vec_F=0 in the 3D3C software instead of vec_F=1)
set_object and uvmat: improvements for projection plane in volume vel data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r73 r74  
    23362336end
    23372337
    2338 UvData.NewSeries=0;% put to 0 the test for a new field series (set by RootPath_callback)
    23392338% test 3D , default projection menuplane and typical mesh (needed to menuopen set_object)
    23402339test_x=0;
     
    24802479
    24812480%3D case (menuvolume)
    2482 if NbDim==3
     2481if NbDim==3 && UvData.NewSeries
    24832482    UvData.Object{1}.NbDim=UvData.NbDim;%test for 3D objects
    24842483    UvData.Object{1}.RangeZ=UvData.Mesh;%main plotting plane
     
    26142613%display the updated plotting parameters for the base menuplane
    26152614write_plot_param(handles,UvData.Object{1}.PlotParam);% update the display of the plotting parameters
     2615UvData.NewSeries=0;% put to 0 the test for a new field series (set by RootPath_callback)
    26162616set(handles.uvmat,'UserData',UvData)
    26172617
Note: See TracChangeset for help on using the changeset viewer.