Ignore:
Timestamp:
06/10/08 03:01:01 (16 years ago)
Author:
ericg
Message:

Added corr_thres in plt_def to define correlation lower limit for plotting regression maps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/macros/make_linfitdom.pro

    r106 r112  
    110110  ; only take points where ABS(correlation) larger than a value 
    111111 
    112    idc = where(abs(pt_corr) LT 0.1) 
     112   idc = where(abs(pt_corr) LT corr_thres) 
    113113   pt_linfit(idc) = !values.f_nan 
     114   corr_txt = '[r>'+strtrim(string(corr_thres, format = '(f5.2)'), 2)+']' 
    114115 
    115116   varname =  varname+' '+ntxt 
     
    134135   ENDCASE  
    135136 
    136    field.legend = lintxt+' for '+ntxt+' in ['+cmdm.date1+'-'+cmdm.spec+'] -' 
     137   field.legend = lintxt+' for '+ntxt+' in ['+cmdm.date1+'-'+cmdm.spec+'] '+corr_txt+' -' 
    137138 
    138139; additional computations (pac_5 nino_3 nino_4 averages) *** requires whole domain **** 
Note: See TracChangeset for help on using the changeset viewer.