From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/dataio/wfits.par | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pkg/dataio/wfits.par (limited to 'pkg/dataio/wfits.par') diff --git a/pkg/dataio/wfits.par b/pkg/dataio/wfits.par new file mode 100644 index 00000000..eb48586b --- /dev/null +++ b/pkg/dataio/wfits.par @@ -0,0 +1,18 @@ +# WFITS parameters + +iraf_files,s,a,,,,IRAF images +fits_files,f,a,,,,FITS filename(s) +newtape,b,a,,,,Blank tape? +fextn,s,h,"fits",,,Extension to append to output disk FITS filename(s) +extensions,b,h,no,,,Write all images to a single FITS file ? +global_hdr,b,h,yes,,,Prepend a global header to the FITS extensions file ? +make_image,b,h,yes,,,Create a FITS image file? +long_header,b,h,no,,,Print FITS header cards? +short_header,b,h,yes,,,Print short header? +bitpix,i,h,0,,,FITS bits per pixel +blocking_factor,i,h,0,0,10,FITS tape blocking factor +scale,b,h,yes,,,Scale data? +autoscale,b,h,yes,,,Auto_scaling? +bscale,r,a,1.0,,,FITS bscale +bzero,r,a,0.0,,,FITS bzero +mode,s,h,ql,,, -- cgit