summaryrefslogtreecommitdiffstats
path: root/funtools/fitsy/doc/headtable.html
blob: bcb422977024c0965b3f1b6e33219fca429d7209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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>