hexrd.material.jcpds module

class hexrd.material.jcpds.JCPDS_extend(filename=None)[source]

Bases: object

calc_volume_unitcell()[source]

calculate volume of the unitcell Ref: Introduction to conventional TEM Marc De Graef, Appendix 1 pg. 662

property lattice_params
matches_material(mat)[source]
read_file(file)[source]

read a jcpds file

symmetry_matches(mat)[source]
update_v0()[source]
verify_symmetry_match(mat)[source]
write_lattice_params_to_material(mat)[source]
write_pt_params_to_material(mat)[source]
exception hexrd.material.jcpds.SymmetryMismatch[source]

Bases: Exception