aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2004-11-04 19:04:51 +0000
committertradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2004-11-04 19:04:51 +0000
commit14643128af1ed216faab10b8cf3f939d47242715 (patch)
tree3435e088aa83f542c66ca3c8ce50f5624d9eb9ad /param.ccl
parent9b47ddd319a735269514c8c04462edae01ea3975 (diff)
Added a steerable integer parameter IOJpeg::refinement_factor which lets you
enlarge the resulting JPEG images by some factor. The default is 1 (meaning no resizing, images will have the same size as underlying grid). git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@106 eff87b29-5268-4891-90a3-a07138403961
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index c64ef3a..15d8e89 100644
--- a/param.ccl
+++ b/param.ccl
@@ -71,6 +71,11 @@ REAL colormap_max "maximum value to be mapped to colors" STEERABLE = ALWAYS
*:* :: "Only for custom colormap scale"
} +1.0
+INT refinement_factor "Refine each 2D slice by a certain factor (using interpolation) ?" STEERABLE = ALWAYS
+{
+ 1:* :: "A factor greater 0"
+} 1
+
################################
# Choosing what planes to output