diff options
Diffstat (limited to 'fitsy/doc/headtable.wu')
-rw-r--r-- | fitsy/doc/headtable.wu | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/fitsy/doc/headtable.wu b/fitsy/doc/headtable.wu new file mode 100644 index 0000000..0c0f42f --- /dev/null +++ b/fitsy/doc/headtable.wu @@ -0,0 +1,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. |