Changeset 936 for trunk/src/uvmat.m


Ignore:
Timestamp:
Mar 30, 2016, 11:01:43 PM (8 years ago)
Author:
sommeria
Message:

projection tps with angle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r935 r936  
    36123612end
    36133613
    3614 %% calculate tps coefficients if needed
    3615 UvData.Field=tps_coeff_field(UvData.Field,check_proj_tps);
    3616 
    36173614%% get bounds and dimensions of the input field
    36183615UvData.Field=find_field_bounds(UvData.Field);
    36193616testnewseries=UvData.NewSeries;
    36203617UvData.NewSeries=0;% put to 0 the test for a new field series (set by RootPath_callback)
     3618
     3619
     3620%% calculate tps coefficients if needed
     3621UvData.Field=tps_coeff_field(UvData.Field,check_proj_tps);
    36213622
    36223623%% reset the min and max of scalar if only the mask is displayed(TODO: check the need)
Note: See TracChangeset for help on using the changeset viewer.