#295 closed defect (fixed)
Where are docs for FITS file utilities
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | docs | Version: | 0.4.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
At Paul Price's suggestion, I am filing a bug report that I cannot find any
documentation on the FITS file utilities. Paul says that this should be under
File Utilities. There is essentially zero content in the current version, and
the only place I can find to learn about FITS support is reading psFits.h.
Note:
See TracTickets
for help on using tickets.

Yep, the fileUtils directory was left out of the doxygen. A quick fix is to add
'fileUtils' in the src/Doxyfile file whereever 'sysUtils' is found. I've
modified the Doxyfile for the next release, but since it is now in a totally
different environment (autoconf/automake), it is not a valid patch to rel4.
The fix will be in the next release.
-rdd