Package diffpy :: Package pdffit2 :: Module ipy_ext :: Class EasyPDFPlotting
[hide private]
[frames] | no frames]

Class EasyPDFPlotting

source code

object --+
         |
        EasyPDFPlotting

Convenience functions for accessing and plotting PDFfit2 data.
    

Instance Methods [hide private]
 
__init__(self, pdffit_instance)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
showfit(self, offset=None)
Plot observed and simulated PDFs and the difference curve.
source code
 
showRw(self)
Plot cumulative Rw.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
_asarray(x, dtype=None) source code
Properties [hide private]
  r
R-grid for PDF simulation.
  Gobs
Observed PDF data.
  Gcalc
Calculated PDF data.
  Gdiff
Difference between the observed and simulated PDF.

Inherited from object: __class__

Method Details [hide private]

__init__(self, pdffit_instance)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

showfit(self, offset=None)

source code 
Plot observed and simulated PDFs and the difference curve.

offset   -- offset for the difference curve.

No return value.


Property Details [hide private]

r

R-grid for PDF simulation.

Get Method:
unreachable.r(self) - R-grid for PDF simulation.

Gobs

Observed PDF data.

Get Method:
unreachable.Gobs(self) - Observed PDF data.

Gcalc

Calculated PDF data.

Get Method:
unreachable.Gcalc(self) - Calculated PDF data.

Gdiff

Difference between the observed and simulated PDF.

Get Method:
unreachable.Gdiff(self) - Difference between the observed and simulated PDF.