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/fits/wfits.com | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/dataio/fits/wfits.com')
-rw-r--r-- | pkg/dataio/fits/wfits.com | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/dataio/fits/wfits.com b/pkg/dataio/fits/wfits.com new file mode 100644 index 00000000..04779ef3 --- /dev/null +++ b/pkg/dataio/fits/wfits.com @@ -0,0 +1,17 @@ +# FITS common block + +double bscale # FITS scaling factor +double bzero # FITS offset factor +int bitpix # Output bits per pixel +int len_record # Record length in FITS bytes +int long_header # Print long header? +int short_header # Print short header? +int make_image # Make a FITS image? +int scale # Scale the data with bzero and bscale? +int autoscale # Allow program to calculate bscale and bzero? +int blkfac # FITS tape blocking factor +int wextensions # Write a FITS extensions file +int gheader # Write a global FITS extensions file header + +common /wfitscom/ bscale, bzero, bitpix, len_record, long_header, short_header, + make_image, scale, autoscale, blkfac, wextensions, gheader |