Ignore:
Timestamp:
Mar 13, 2013, 9:10:25 AM (11 years ago)
Author:
sommeria
Message:

tps_coeff_field introduced instead of calc_tps

File:
1 edited

Legend:

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

    r577 r585  
    237237            %% calculate tps coeff if needed
    238238             check_proj_tps= ~isempty(Param.ProjObject)&& strcmp(Param.ProjObject.ProjMode,'filter')&&~isfield(Data{iview},'Coord_tps');
    239             Data{iview}=calc_tps(Data{iview},check_proj_tps);
     239            Data{iview}=tps_coeff_field(Data{iview},check_proj_tps);
    240240
    241241            %% projection on object (gridded plane)
Note: See TracChangeset for help on using the changeset viewer.