Ignore:
Timestamp:
Jun 16, 2020, 5:38:56 PM (4 years ago)
Author:
sommeria
Message:

rodrigues added

File:
1 edited

Legend:

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

    r1071 r1082  
    270270for index=1:NbField
    271271    disp(['index=' num2str(index)])
    272     disp(['ellapsed time ' num2str(toc(tstart)/60,4) ' minutes'])
     272    %disp(['ellapsed time ' num2str(toc(tstart)/60,4) ' minutes'])
    273273    update_waitbar(WaitbarHandle,index/NbField)
    274274    if ~isempty(RUNHandle) && ~strcmp(get(RUNHandle,'BusyAction'),'queue')
     
    374374        ProjData{iview}.VarDimName={'radius','azimuth'};
    375375        ProjData{iview}.VarAttribute=[{'coord_x'} {'coord_y'} VarAttribute];
    376         for ivar=1:numel(ListVarName)
    377             ProjData{iview}.VarDimName{ivar+2}={'radius','azimuth'};
    378             VarName=ListVarName{ivar};
    379             if ~isempty(thresh2)
    380                 DataOut.(VarName)(Dist>thresh2)=NaN;% put to NaN interpolated positions further than RangeInterp from initial data
    381             end
    382             ProjData{iview}.(VarName)=(DataOut.(VarName))';
    383         end
     376%         for ivar=1:numel(ListVarName)
     377%             ProjData{iview}.VarDimName{ivar+2}={'radius','azimuth'};
     378%             VarName=ListVarName{ivar};
     379%             if ~isempty(thresh2)
     380%                 DataOut.(VarName)(Dist>thresh2)=NaN;% put to NaN interpolated positions further than RangeInterp from initial data
     381%             end
     382%             ProjData{iview}.(VarName)=(DataOut.(VarName))';
     383%         end
    384384       
    385385    end
Note: See TracChangeset for help on using the changeset viewer.