| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
pdfcomponent.PDFComponent --+
|
Calculation
Perform a theoretical computation of PDF from model structure.
Data members:
serverFactory -- class used for creating PdfFit engine server
serverFactoryArgs -- tuple of arguments passed to serverFactory
rmin -- read-only lower boundary of rcalc, change with setRGrid()
rstep -- read-only r-grid step, use setRGrid() to change it
rmax -- read-only upper boundary of rcalc, change with setRGrid()
rlen -- read-only number of r points, set by setRGrid().
To be used in PdfFit.alloc()
rcalc -- list of r values, this is set after calculation is finished
Gcalc -- list of calculated G values
stype -- scattering type, 'X' or 'N'
qmax -- maximum value of Q in inverse Angstroms. Termination ripples
are ignored for qmax=0.
qdamp -- specifies width of Gaussian damping factor in pdf_obs due
to imperfect Q resolution
qbroad -- quadratic peak broadening factor related to dataset
spdiameter -- particle diameter for shape damping function.
Note: this attribute has been moved to FitStructure and is
maintained only for backward compatible reading of PDFgui
project files.
dscale -- total scale factor
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
initialize Calculation name -- calculation name
|
make a string identifier return value: string id |
Change specified r-grid parameters (rmin, rstep, rmax). Adjust rmax for integer number of steps. rmin -- new low rcalc boundary rstep -- new r-grid step rmax -- new maximum rcalc, slightly adjusted to accommodate rstep No return value. Raise ControlValueError for invalid range specification. |
do the real calculation
|
String representation of calculated PDF. Returns data string |
load data from a zipped project file z -- zipped project file subpath -- path to its own storage within project file returns a tree of internal hierachy |
save data from a zipped project file z -- zipped project file subpath -- path to its own storage within project file |
copy self to other. if other is None, create new instance other -- reference to other object returns reference to copied object |
get names of data item which can be plotted as y returns a name str list |
get names of data item which can be plotted as x returns a name str list |
get Calculation data member name -- data item name step -- ignored, just for compatibility with Organizer.getData() returns data object, be it a single number, a list, or a list of list |
return all applicable meta data names
|
get meta data value name -- meta data name returns meta data value |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:11:00 2009 | http://epydoc.sourceforge.net |