summaryrefslogtreecommitdiffstats
path: root/funtools/fitsy/doc/headfile.wu
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/fitsy/doc/headfile.wu')
-rw-r--r--funtools/fitsy/doc/headfile.wu45
1 files changed, 0 insertions, 45 deletions
diff --git a/funtools/fitsy/doc/headfile.wu b/funtools/fitsy/doc/headfile.wu
deleted file mode 100644
index 23aa8e8..0000000
--- a/funtools/fitsy/doc/headfile.wu
+++ /dev/null
@@ -1,45 +0,0 @@
-Title: headfile
-
-
-NAME
-====
- ft_headread,ft_headwrite,ft_headseek -Fitsy FITS read and write header routines.
-
-SYNOPSIS
-========
-
-
--
-FITSHead ft_headread(File file);
-int ft_headwrite(File file, FITSHead fits);
-int ft_headseek(File file, FITSHead fits);
-
-
--
-PARAMETERS
-==========
- * #"File file" - File pointer to read or write a FITS header on.
- * #"FITSHead fits" - Header to write.
-
-DESCRIPTION
-===========
-
- ft_headread
- -----------
- Read a FITS header from a file pointer.
-
- ft_headwrite
- ------------
- Write a FITS header to a file pointer.
-
- ft_headseek
- -----------
- Seek back to the header part of a FITS HDU. The file handle must be the same
- one from which the FITS header was read and must be seekable.
-
-RETURNS
-=======
-
- ft_headread
- -----------
- The #FITSHead read from #file. \ No newline at end of file