| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
pdfcomponent.PDFComponent --+
|
Organizer
Base class for Fitting. It holds separate lists of datasets, strucs and calculations datasets: dataset list strucs: structure list calcs: calculation list
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Copy spdiameter value loaded from fit or calculation to phase. This method takes care of loading old PDFgui projects where spdiameter belonged to FitDataSet or Calculation classes. It should be called only from the Organizer.load method. |
initialize name -- component name
|
add structure/dataset/calculation id -- reference to structure/dataset/calculation position -- position to insert, by default the last one |
copy self to other. if other is None, create an instance other -- ref to other object returns reference to copied object |
get calculation by position pos -- the position of calculation in the list |
get dataset by position pos -- the position of dataset in the list |
get structure by position pos -- the position of structure in the list |
find the position of item in the list id -- id of object return : object position |
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 |
get internal organization returns a tree of internal hierachy |
remove structure/dataset/calculation id -- reference to structure/dataset/calculation |
rename structure/dataset/calculation id -- reference to structure/dataset/calculation newname -- new name to be given |
save data from a zipped project file z -- zipped project file subpath -- path to its own storage within project file |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:11:01 2009 | http://epydoc.sourceforge.net |