From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/dataio/export.par | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkg/dataio/export.par (limited to 'pkg/dataio/export.par') 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| }" +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" -- cgit