Changeset 399 for trunk/src/civ.m


Ignore:
Timestamp:
Apr 27, 2012, 12:28:47 PM (12 years ago)
Author:
sommeria
Message:

implementation of thin plate interpolation (proj on planes with mode 'filter'), rationalisation of variable formats in civ_matlab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r398 r399  
    12391239            end
    12401240            Param.Civ1.Time=((time(i2_civ1(ifile)+1,j2_civ1(j)+1)+time(i1_civ1(ifile)+1,j1_civ1(j)+1))/2);
     1241            if strcmp(CivMode,'CivX')
    12411242            Param.Civ1.term_a=num2stra(j1_civ1(j),nom_type_nc);%UTILITE?
    12421243            Param.Civ1.term_b=num2stra(j2_civ1(j),nom_type_nc);%
     1244            end
    12431245            form=imformats(regexprep(get(handles.ImaExt,'String'),'^.',''));%look for image formats
    12441246            if isempty(form)
     
    13901392            end
    13911393            Param.Civ2.Time=(time(i2_civ2(ifile)+1,j2_civ2(j)+1)+time(i1_civ2(ifile)+1,j1_civ2(j)+1))/2;
     1394            if strcmp(CivMode,'CivX')
    13921395            Param.Civ2.term_a=num2stra(j1_civ2(j),nom_type_nc);
    13931396            Param.Civ2.term_b=num2stra(j2_civ2(j),nom_type_nc);
     1397            end
    13941398            Param.Civ2.filename_nc1=filecell.nc.civ1{ifile,j};
    13951399            Param.Civ2.filename_nc1(end-2:end)=[]; % remove '.nc'
Note: See TracChangeset for help on using the changeset viewer.