aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl28
1 files changed, 28 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 3f95f13..76c71a8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -28,3 +28,31 @@ INT eno_order "The interpolation order applied to the ENO interpolator"
BOOLEAN allow_grid_resize "Allow grid to be resized in a cartoon-compatible way"
{
} "no"
+
+BOOLEAN old_excision "Are we doing excision based on the old style mask?"
+{
+} "no"
+
+BOOLEAN new_excision "Are we doing excision based on the new style mask?"
+{
+} "no"
+
+STRING old_style_excision_var "The variable to be checked for old style excision"
+{
+ ".*" :: "Expected to be \'Spacemask::emask\'"
+} ""
+
+STRING new_style_excision_var "The variable to be checked for new style excision"
+{
+ ".*" :: "Expected to be \'Spacemask::space_mask\'"
+} ""
+
+STRING new_mask_field_name "The name of the field that describes excision for the new mask"
+{
+ ".*" :: "Could be anything"
+} ""
+
+STRING new_mask_excised_name "The name of the descriptor that says the point is excised for the new mask"
+{
+ ".*" :: "Could be anything"
+} ""