checkCIF procedure
PROC-NAME: CELLT01 Type_1PURPOSE: 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. |

menu

