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/import.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/dataio/import.par')
-rw-r--r-- | pkg/dataio/import.par | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pkg/dataio/import.par b/pkg/dataio/import.par new file mode 100644 index 00000000..ba2792c1 --- /dev/null +++ b/pkg/dataio/import.par @@ -0,0 +1,30 @@ +# IMPORT Task Parameter File +binfiles,s,a,"",,,"The list of input binary files to be read" +images,s,a,"",,,"The list of output IRAF images to be written" +format,s,h,"sense",,,"The type of format to be processed + + INPUT PARAMETERS +" +dims,s,h,"",,,"Input file dimension string" +pixtype,s,h,"",,,"Input pixel type" +interleave,i,h,0,,,"Pixel interleave type" +bswap,s,h,"no","|no|yes|i2|i4||",,"Byte-swap flag" +hskip,i,h,0,,,"Bytes preceeding pixel data to skip" +tskip,i,h,0,,,"Bytes to skip at end of file" +bskip,i,h,0,,,"Bytes between image bands to skip" +lskip,i,h,0,,,"Bytes to skip at font of each line" +lpad,i,h,0,,,"Bytes to skip at end of each line + + OUTPUT PARAMETERS +" +output,s,h,"image","|none|image|list|info|",,"Type of output to generate" +outtype,s,h,"s","|u|s|i|l|r|d||",,"The data type of the output image" +outbands,s,h,"",,,"Output image band expressions" +imheader,s,h,"",,,"File of FITS-like header info to add +" +database,s,h,"dataio$import/images.dat",,,"Format database" +verbose,b,h,no,,,"Verbose output during conversion?" + +# Mode parameter +buffer_size,i,h,64,,,"Number of image lines to buffer in memory" +mode,s,h,"ql",,,"mode parameter" |