Ignore:
Timestamp:
Mar 12, 2013, 12:52:13 PM (11 years ago)
Author:
sommeria
Message:

clean the transform field functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r570 r581  
    3232svn_info.status=[];
    3333list_fct={...
     34    'xmltree';...%function for editing xml files (toolbox outside uvmat)
    3435    'browse_data';...% function for scanning directories in a project/campaign
    3536    'browse_data.fig';...% GUI corresponding to dataview
     
    101102    'set_object.m';...%  edit a projection object
    102103    'set_object.fig';...% interface for set_object
     104    'set_subdomains';...% sort a set of points defined by scattered coordinates in subdomains, as needed for tps interpolation
    103105    'stra2num';...% transform letters (a, b, A, B,) or numerical strings ('1','2'..) to the corresponding numbers
    104106    'sub_field';...% combine the two input fields,
     
    106108    'struct2xml';... transform a matlab structure to a xml tree.
    107109    'tps_coeff';...% calculate the thin plate spline (tps) coefficients
     110    'tps_coeff_field';...% calculate the thin plate spline (tps) coefficients with subdomains for a field structure
    108111    'tps_eval';... %calculate the thin plate spline (tps) interpolation at a set of points
    109112    'tps_eval_dxy';...% calculate the derivatives of thin plate spline (tps) interpolation at a set of points (limited to the 2D case)
Note: See TracChangeset for help on using the changeset viewer.