aboutsummaryrefslogtreecommitdiff
path: root/pkg/obsolete/fits/wfits.com
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/obsolete/fits/wfits.com
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/obsolete/fits/wfits.com')
-rw-r--r--pkg/obsolete/fits/wfits.com15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/obsolete/fits/wfits.com b/pkg/obsolete/fits/wfits.com
new file mode 100644
index 00000000..4d2a58f8
--- /dev/null
+++ b/pkg/obsolete/fits/wfits.com
@@ -0,0 +1,15 @@
+# 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
+
+common /wfitscom/ bscale, bzero, bitpix, len_record, long_header, short_header,
+ make_image, scale, autoscale, blkfac