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/aver_stat.m

    r583 r585  
    241241            %% calculate tps coefficients if needed
    242242            if isfield(Param.ProjObject,'ProjMode')&& strcmp(Param.ProjObject.ProjMode,'interp_tps')
    243                 Field=calc_tps(Field,check_proj_tps);
     243                Field=tps_coeff_field(Field,check_proj_tps);
    244244            end
    245245
Note: See TracChangeset for help on using the changeset viewer.