| Home | Trees | Indices | Help |
|
|---|
|
|
Parser for basic CIF file format http://www.iucr.org/iucr-top/cif/home.html
|
|||
|
P_cif Simple parser for CIF structure format. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__id__ =
|
|||
rx_float = re.compile(r'\s
|
|||
symvec =
|
|||
|
|||
Obtain first float from a string and ignore any trailing characters. Useful for extracting values from "value(std)" syntax. Return float. |
Create SpaceGroups.SymOp instance from a string. s -- formula for equivalent coordinates, for example 'x,1/2-y,1/2+z' Return instance of SymOp. |
Convert Windows-style path to valid local URL. CifFile loads files using urlopen, which fails for Windows-style paths. filename -- path to be fixed Return fixed URL when run on Windows, otherwise return filename. |
|
|||
rx_float
|
symvec
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:10:00 2009 | http://epydoc.sourceforge.net |