edtools.utils

Functions:

parse_args_for_fns(args[, name, match])

Parse list of filenames and resolve wildcards name: Name of the file to locate match: Match the file list against the provided glob-style pattern. If the match is False, the path is removed from the list. example: match="SMV_reprocessed".

space_group_lib()

Initialize simple space group library mapping the space group number to a dict with information on the class (crystal class), lattice (lattice symbol), laue_symmetry (number of the lowest symmetry space group for this lattice), name (space group name), and number (space group number).

volume(cell)

Returns volume for the general case from cell parameters

edtools.utils.parse_args_for_fns(args, name='XDS.INP', match=None)

Parse list of filenames and resolve wildcards name:

Name of the file to locate

match:

Match the file list against the provided glob-style pattern. If the match is False, the path is removed from the list. example:

match=”SMV_reprocessed”

edtools.utils.space_group_lib()

Initialize simple space group library mapping the space group number to a dict with information on the class (crystal class), lattice (lattice symbol), laue_symmetry (number of the lowest symmetry space group for this lattice), name (space group name), and number (space group number).

edtools.utils.volume(cell)

Returns volume for the general case from cell parameters