summaryrefslogtreecommitdiffstats
path: root/funtools/fitsy/doc/headtable.html
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/fitsy/doc/headtable.html')
-rw-r--r--funtools/fitsy/doc/headtable.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/funtools/fitsy/doc/headtable.html b/funtools/fitsy/doc/headtable.html
new file mode 100644
index 0000000..bcb4229
--- /dev/null
+++ b/funtools/fitsy/doc/headtable.html
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+<TITLE> headtable
+</TITLE>
+<p>
+<!-- pnuts --> <a href="headimage.html">[Previous]</a> <a href="headget.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>NAME</H3></A>
+
+<P>
+ ft_tableloadhead,ft_tablestorhead,ft_tablefree -Fitsy FITS routines to load
+ and store <B>FITSTable</B> structures.
+
+<A NAME="section-1.1.2"><H3>SYNOPSIS</H3></A>
+
+
+
+<PRE>
+FITSTable ft_tableloadhead(FITSHead fits);
+void ft_tablestorhead(FITSHead fits, FITSTable table);
+void ft_tablefree(FITSTable table);
+
+
+<P>
+</PRE>
+<A NAME="section-1.1.3"><H3>PARAMETERS</H3></A>
+
+<UL>
+<P>
+ <LI> <B>FITSHead fits</B> - Not Documented.
+ <LI> <B>FITSTable table</B> - Not Documented.
+
+</UL>
+<A NAME="section-1.1.4"><H3>DESCRIPTION</H3></A>
+
+
+<A NAME="section-1.1.4.1"><H4>ft_tableloadhead</H4></A>
+
+<P>
+ Allocate and load a <B>FITSTable</B> data structure.
+
+<A NAME="section-1.1.4.2"><H4>ft_tablestorhead</H4></A>
+
+<P>
+ Store a <B>FITSTable</B> structure in a FITS header.
+
+<A NAME="section-1.1.4.3"><H4>ft_tablefree</H4></A>
+
+<P>
+ Free a <B>FITSTable</B> structure.
+
+<p>
+<!-- pnuts --> <a href="headimage.html">[Previous]</a> <a href="headget.html">[Next]</a> <a href="fitsy.html">[Up]</a> <a href="../mmtilib.html">[Top]</a>
+</BODY>
+</HTML>