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/dataio/export.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/dataio/export.par')
-rw-r--r-- | pkg/dataio/export.par | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/dataio/export.par b/pkg/dataio/export.par new file mode 100644 index 00000000..d39690f2 --- /dev/null +++ b/pkg/dataio/export.par @@ -0,0 +1,13 @@ +# EXPORT Task Parameter File +images,s,a,"",,,"The list of input iraf images" +binfiles,s,a,"",,,"The list of output binary files" +format,s,a,"raw",,,"The type of binary file to write { raw|list|<format> }" +header,s,h,"yes",,,"Prepend a header describing how the data are stored?" +outtype,s,h,"",,,"Output pixel type" +outbands,s,h,"",,,"Output expressions" +interleave,i,h,0,,,"Pixel interleave type" +bswap,s,h,"no",,,"Type of byte-swapping to perform on output" +verbose,b,h,no,,,"Verbose output during conversion?" + +# Mode parameter +mode,s,h,"ql",,,"mode parameter" |