Changeset 30


Ignore:
Timestamp:
11/29/07 13:02:42 (16 years ago)
Author:
kolasinski
Message:

add some keywords to linfit function in the yfx case in plt_map.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/plt_map.pro

    r26 r30  
    10071007                  jpt = jptb 
    10081008               ENDIF  
    1009                coeff = linfit(fld2, fld, CHISQ = linerr) 
    1010                print, '    Linfit coef + error (full serie)=', coeff(0), coeff(1), linerr 
     1009               coeff = linfit(fld2, fld, CHISQ = linerr, PROB = proberr, SIGMA = sigmaerr) 
     1010               print, '    Linfit coef (a+bx) = ', coeff(0), coeff(1), ' errbar = ',sigmaerr, ' (proba = ',proberr, ')' 
    10111011 
    10121012            ; plot domain 
Note: See TracChangeset for help on using the changeset viewer.