diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/images/imgeom/im3dtran.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/imgeom/im3dtran.par')
-rw-r--r-- | pkg/images/imgeom/im3dtran.par | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/images/imgeom/im3dtran.par b/pkg/images/imgeom/im3dtran.par new file mode 100644 index 00000000..3c993815 --- /dev/null +++ b/pkg/images/imgeom/im3dtran.par @@ -0,0 +1,9 @@ +# Parameter list for the IM3DTRAN task + +input,s,a,,,,Input 3d image +output,s,a,,,,Output 3d image +new_x,i,a,3,1,3,"New x axis" +new_y,i,a,2,1,3,"New y axis" +new_z,i,a,1,1,3,"New z axis" +len_blk,i,h,128,,,Working block size in pixels +verbose,b,h,yes,,,Print messages about actions taken by the task ? |