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/proto/vol/src/i2sun.par | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pkg/proto/vol/src/i2sun.par (limited to 'pkg/proto/vol/src/i2sun.par') diff --git a/pkg/proto/vol/src/i2sun.par b/pkg/proto/vol/src/i2sun.par new file mode 100644 index 00000000..d28d887c --- /dev/null +++ b/pkg/proto/vol/src/i2sun.par @@ -0,0 +1,14 @@ +input,s,a,,,,Input image template or 3d image +output,s,a,,,,Output rasterfile template +z1,r,a,,,,Minimum greylevel to be displayed +z2,r,a,,,,Maximum greylevel to be displayed +clutfile,f,h,"",,,Input rasterfile containing color lookup table +ztrans,s,h,linear,,,Greylevel transformation (linear|log|none|user) +ulutfile,f,h,"",,,File containing user defined look up table +xsize,i,h,INDEF,1,,Output rasterfile horizontal size +ysize,i,h,INDEF,1,,Output rasterfile vertical size +xmag,r,h,1.,,,Output rasterfile horizontal magnification +ymag,r,h,1.,,,Output rasterfile vertical magnification +order,i,h,1,0,1,"Spatial interpolator order; 0=replic., 1=linear" +sliceaxis,i,h,3,,,"Slice a 3d or higher image through this axis" +swap,b,h,no,,,"Swap bytes in output rasterfiles?" -- cgit