summaryrefslogtreecommitdiffstats
path: root/funtools/fitsy/doc/fttable.wu
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/fitsy/doc/fttable.wu')
-rw-r--r--funtools/fitsy/doc/fttable.wu35
1 files changed, 35 insertions, 0 deletions
diff --git a/funtools/fitsy/doc/fttable.wu b/funtools/fitsy/doc/fttable.wu
new file mode 100644
index 0000000..de0b5e0
--- /dev/null
+++ b/funtools/fitsy/doc/fttable.wu
@@ -0,0 +1,35 @@
+Title: fttable
+
+
+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.