Ignore:
Timestamp:
May 13, 2024, 9:49:09 PM (7 weeks ago)
Author:
sommeria
Message:

false flags modified in civ_series with new conventions, low pass filter adde to transform_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r1143 r1144  
    730730                end
    731731            end
    732            
    733 %                 if  ~(isfield(PlotParam.Vectors,'CheckHideWarning') && isequal(PlotParam.Vectors.CheckHideWarning,1))
    734 %                     test_black=1;
    735 %                 end
    736        
     732
    737733            if ~isempty(ivar_FF_vec) %&& ~test_false
    738734                vec_FF=Data.(Data.ListVarName{ivar_FF_vec}); % flags for false vectors
    739735                if ~isempty(ivar_F)%~(isfield(PlotParam.Vectors,'HideWarning')&& isequal(PlotParam.Vectors.HideWarning,1))
    740736                    vec_F=Data.(Data.ListVarName{ivar_F}); % warning flags for  dubious vectors
    741                     vec_FF(find(vec_F==-2))=-2;%set alseFlag to -2 (edge of the search box)
     737                    vec_FF(find(vec_F==-2))=1;%set alseFlag to 1(edge of the search box)
    742738                end
    743739            end
Note: See TracChangeset for help on using the changeset viewer.