Check user input.
|
|
|
checkASU(self,
asu,
logger=None)
Check the asymmetric unit structure object. |
|
|
bool
|
|
|
|
|
checkSpaceGroup(self,
space_group,
space_group_short_names,
space_group_full_names,
logger=None)
Check the specified space group. |
|
|
six floats
|
checkLatticeParameterType(self,
a_param,
b_param,
c_param,
alpha_param,
beta_param,
gamma_param,
logger=None)
Check the data types of the specified lattice parameters. |
|
|
float, float, float
|
|
float, float, float
|
checkLatticeLengths(self,
a_param,
b_param,
c_param,
crystal_system)
Check the specified lattice lengths. |
|
|
float, float, float
|
checkLatticeAngles(self,
alpha,
beta,
gamma,
crystal_system)
Check the specified lattice angles. |
|
|
six floats and crystal system object
|
checkLatticeParameters(self,
a_param,
b_param,
c_param,
alpha_param,
beta_param,
gamma_param,
crystal_system,
logger=None)
Check the specified lattice parameters. |
|
|
six floats
|
checkP1LatticeParameters(self,
a_param,
b_param,
c_param,
alpha_param,
beta_param,
gamma_param,
logger=None)
Check the specified P1 lattice parameters. |
|
|
|
checkLatticeMaxVolume(self,
a_param,
b_param,
c_param,
logger=None)
Using the lattice lengths check the maximum volume. |
|
|
|
checkNumUnitCellParams(self,
ncella,
ncellb,
ncellc,
logger=None)
Check the number of unit cells requested by the user. |
|
|
list
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|