v1.0.0-rc.72
This commit is contained in:
@@ -5,11 +5,14 @@
|
||||
|
||||
/**
|
||||
* Selection of an post-indexing detector geometry refinement algorithm used by Jungfraujoch.
|
||||
* BeamCenterTetragonal is tuned to provide extra constraints for tetragonal crystals, like lysozyme.
|
||||
* This option is using non-linear least squares optimization to find unit cell and beam center.
|
||||
* BeamCenterSymmetry is adding constraints for high-symmetry space groups: orthorhombic, tetragonal, cubic, and hexagonal.
|
||||
* For the moment we recommend to use BeamCenterSymmetry only if unit cell is provided, given that the algorithm is not
|
||||
* guessing centering properly at the moment.
|
||||
*
|
||||
*/
|
||||
export enum geom_refinement_algorithm {
|
||||
BEAM_CENTER = 'BeamCenter',
|
||||
BEAM_CENTER_TETRAGONAL = 'BeamCenterTetragonal',
|
||||
BEAM_CENTER_SYMMETRY = 'BeamCenterSymmetry',
|
||||
NONE = 'None',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user