summaryrefslogtreecommitdiffstats
path: root/funtools/fitsy/doc/headtable.wu
blob: 0c0f42f1708cee9ab6971a7bed030962debf99d6 (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
Title: headtable


NAME
====
 ft_tableloadhead,ft_tablestorhead,ft_tablefree -Fitsy FITS routines to load
 and store #FITSTable structures.

SYNOPSIS
========
 

-
FITSTable ft_tableloadhead(FITSHead fits);
void ft_tablestorhead(FITSHead fits, FITSTable table);
void ft_tablefree(FITSTable table);


-
PARAMETERS
==========
  * #"FITSHead fits" - Not Documented.
  * #"FITSTable table" - Not Documented.

DESCRIPTION
===========

 ft_tableloadhead
 ----------------
 Allocate and load a #FITSTable data structure.

 ft_tablestorhead
 ----------------
 Store a #FITSTable structure in a FITS header.

 ft_tablefree
 ------------
 Free a #FITSTable structure.