CheckCIF-CELLT01
PROC-NAME: CELLT01 Type_1
PURPOSE: To check that _cell_measurement_theta_min is less than _cell_measurement_theta_max.
PROCEDURE:
TEST
IF _cell_measurement_theta_min >= _cell_measurement_theta_max
issue ALERT A
? ? ? ? "Alert A The minimum theta value cannot exceed the maximum value."
? ? ? ? The minimum theta value cannot exceed the maximum value. Either there is a typographical error or the values under _cell_measurement_theta_min and _cell_measurement_theta_max have accidentally been reversed.
(http://journals.iucr.org/services/cif/checking/CELLT_01.html)
目的:檢查單胞測試最小θ角(_cell_measurement_theta_min)是否小于單胞測試最大θ角(_cell_measurement_theta_max)。
若_cell_measurement_theta_min大于等于_cell_measurement_theta_max,發(fā)布A類警告
? ? ? ? "Alert A The minimum theta value cannot exceed the maximum value."
? ? ? ? 單胞測試最小θ角不能超過單胞測試最大θ角。要么存在誤排,要么“_cell_measurement_theta_min”項和“_cell_measurement_theta_max”項的數(shù)值顛倒了。
例:CELLT01_ALERT_1_A The minimum theta value cannot exceed the maximum value.
Value of theta(min) given = 27.050 Value of theta(max) given = 1.190
解決策略:可能是誤將這兩個數(shù)值填反了,將其改正即可。