summaryrefslogtreecommitdiffstats
path: root/funtools/fitsy/doc/tableval.html
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/fitsy/doc/tableval.html')
-rw-r--r--funtools/fitsy/doc/tableval.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/funtools/fitsy/doc/tableval.html b/funtools/fitsy/doc/tableval.html
deleted file mode 100644
index b069502..0000000
--- a/funtools/fitsy/doc/tableval.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
-<HTML>
-<HEAD>
-<p>
-<!-- pnuts --> <a href="imageval.html">[Previous]</a> <a href="headimage.html">[Next]</a> <a href="fitsy.html">[Up]</a> <a href="../mmtilib.html">[Top]</a>
-<META NAME="generator" CONTENT="txt2html v1.3">
-</HEAD>
-<BODY>
-
-<A NAME="section-1.1.1"><H3>Table FITS Values</H3></A>
-
-
-<P>
- When a FITS header is scanned in memory or read from a file several
- table values are retrieved from the header and stored in the <B>FITSTable.</B>
- This structure may be accesed with the following macros:
-
-<PRE>
- typedef struct <B>FITSTCol</B> {
- int type;
- int n;
- int size;
- int width;
- int offset;
- char *format;
-
- int heap;
-
- char *name;
- char *unit;
- char *disp;
-
- int prec;
-
- int has_scale;
- double scale;
- int has_zero;
- double zero;
-
- int has_blank;
- char *ablank;
- double dblank;
- } <B>*FITSTCol</B>;
-
- typedef struct <B>FITSTable</B> {
- int tabtype; /* TABLE or BINTABLE */
- int tfields; /* # of fields */
- FITSTCol col; /* Column pointers */
- } <B>*FITSTable</B>;
-<P>
-</PRE>
-
-<p>
-<!-- pnuts --> <a href="imageval.html">[Previous]</a> <a href="headimage.html">[Next]</a> <a href="fitsy.html">[Up]</a> <a href="../mmtilib.html">[Top]</a>
-</BODY>
-</HTML>