CheckCIF-CELLK01
PROC-NAME: CELLK01 Type_1
PURPOSE: To check that _cell_measurement_temperature has the correct units ie. Kelvin rather than Celsius.
PROCEDURE:
TEST
IF _cell_measurement_temperature < 25
issue ALERT C (may be in Celsius units).
"Alert C Check that the cell measurement temperature is in Kelvin."
Check that the temperature has been given in the correct units, i.e. Kelvin.
(http://journals.iucr.org/services/cif/checking/CELLK_01.html)
目的:检查单胞测试温度(_cell_measurement_temperature)是否采用正确单位,即开尔文温标而不是摄氏度温标。
若_cell_measurement_temperature小于25,发布C类警告(可能采用了摄氏度温标)
"Alert C Check that the cell measurement temperature is in Kelvin."
检查温度是否采用正确的单位,即开尔文温标。
例:CELLK01_ALERT_1_C Check that the cell measurement temperature is in Kelvin.
Value of measurement temperature given = 20.000
解决策略:将“_cell_measurement_temperature”后的数值换算成开尔文温度。