aboutsummaryrefslogtreecommitdiff
path: root/pkg/obsolete/fits/rfits.com
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/obsolete/fits/rfits.com
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/obsolete/fits/rfits.com')
-rw-r--r--pkg/obsolete/fits/rfits.com18
1 files changed, 18 insertions, 0 deletions
diff --git a/pkg/obsolete/fits/rfits.com b/pkg/obsolete/fits/rfits.com
new file mode 100644
index 00000000..08f44c0e
--- /dev/null
+++ b/pkg/obsolete/fits/rfits.com
@@ -0,0 +1,18 @@
+
+# FITS reader common
+
+int len_record # Length of FITS records in bytes
+int data_type # Output data type
+real blank # Blank value
+real fe # Maximum size in megabytes for scan mode
+
+# Option flags
+
+int make_image # Create an IRAF image
+int long_header # Print a long header (FITS header cards)
+int short_header # Print a short header (Title and size)
+int scale # Scale the data
+int old_name # Use old IRAF name?
+
+common /rfitscom/ len_record, data_type, blank, fe, make_image, long_header,
+ short_header, scale, old_name