From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/plot/crtpict.par | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pkg/plot/crtpict.par (limited to 'pkg/plot/crtpict.par') diff --git a/pkg/plot/crtpict.par b/pkg/plot/crtpict.par new file mode 100644 index 00000000..6cf3999a --- /dev/null +++ b/pkg/plot/crtpict.par @@ -0,0 +1,20 @@ +# Parameter file for the CRTPICT task +input,f,a,,,,input images +output,f,h,"",,,output metacode file name +device,s,h,"film_recorder",,,output device +auto_fill,b,h,yes,,,fill output area? +replicate,b,h,yes,,,block replicate to fill device area? +xmag,r,h,1.0,,,x magnification factor +ymag,r,h,1.0,,,y magnification factor +ztrans,s,h,"auto",,,type of transfer function +lutfile,f,h,"",,,input file containing user transfer function +contrast,r,h,0.25,,,contrast factor +nsample_lines,i,h,25,,,number of lines to sample +z1,r,h,0.0,,,intensity mapped to minimum greyscale value +z2,r,h,0.0,,,intensity mapped to maximum greyscale value +perimeter,b,h,yes,,,draw annotated perimeter? +graphics_fraction,r,h,0.20,,, +image_fraction,r,h,0.72,,, +greyscale_fraction,r,h,0.04,,, +x_blk_average,r,h,1.0,,,block average output device in x by this amount +y_blk_average,r,h,1.0,,,block average output device in y by this amount -- cgit