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/proto/text2mask.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/proto/text2mask.par')
-rw-r--r-- | pkg/proto/text2mask.par | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/proto/text2mask.par b/pkg/proto/text2mask.par new file mode 100644 index 00000000..4f8b8938 --- /dev/null +++ b/pkg/proto/text2mask.par @@ -0,0 +1,8 @@ +text,f,a,,,,Text file description of mask regions +mask,f,a,,,,Mask image name +ncols,i,a,,1,,Number of columns in mask +nlines,i,a,,1,,Number of lines in mask +linterp,i,h,1,1,,Mask code for rectangles narrower along lines +cinterp,i,h,2,1,,Mask code for rectangles narrower along columns +square,i,h,3,1,,Mask code for squares +pixel,i,h,4,1,,Mask code for single pixels |