Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | CIF
This is the CIF class, it represents the CIF dictionary; and as a a python dictionary thus inherits from the dict built in class.
|
|||
new empty dictionary |
|
||
|
|||
|
|||
dictionary |
|
||
|
|||
string |
|
||
boolean |
|
||
boolean |
|
||
dictionary |
|
||
Inherited from Inherited from |
|
|||
boolean |
|
||
string |
|
||
list |
|
||
tuple |
|
||
|
|
|||
Inherited from |
|
Constructor of the class.
|
Just call loadCIF: Load the CIF file and sets the CIF dictionnary into the object
|
Load the CIF file and returns the CIF dictionnary into the object
|
Check if all characters in a string are ascii,
|
-Check if the filename containing the CIF data exists -read the cif file -removes the comments
|
-Parses the text of a CIF file -Cut it in fields -Find all the loops and process -Find all the keys and values
|
Separate the text in fields as defined in the CIF
|
Processes one loop in the data extraction of the CIF file
|
Transforms the CIF object in string then write it into the given file
|
converts a cif dictionnary to a string according to the CIF syntax
|
Check if the key exists in the CIF and is non empty.
|
Check if the key exists in the CIF dictionary.
|
Load the powder diffraction CHIPLOT file and returns the pd_CIF dictionary in the object
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:27 2014 | http://epydoc.sourceforge.net |