about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-12-02 01:14:32 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-12-02 01:14:32 +0000
commit79a18054f3cbc248af5c8b4e15303c827893fd2d (patch)
tree0fef92eb7fc68ac5d83cddeab027fc69de25789d /converter/other
parenta90b59e4ec7a66c1fd8eedff73757d843ce00aae (diff)
downloadnetpbm-mirror-79a18054f3cbc248af5c8b4e15303c827893fd2d.tar.gz
netpbm-mirror-79a18054f3cbc248af5c8b4e15303c827893fd2d.tar.xz
netpbm-mirror-79a18054f3cbc248af5c8b4e15303c827893fd2d.zip
Add comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1021 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/fitstopnm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/converter/other/fitstopnm.c b/converter/other/fitstopnm.c
index 86bae5d8..92ecfb78 100644
--- a/converter/other/fitstopnm.c
+++ b/converter/other/fitstopnm.c
@@ -34,6 +34,11 @@
   The official specification of FITS format (which is for more than
   just visual images) is at
   ftp://legacy.gsfc.nasa.gov/fits_info/fits_office/fits_standard.pdf
+
+  An example FITS file is at
+
+    http://fits.gsfc.nasa.gov/nrao_data/tests/incunabula/mndrll-8.fits
+
 */
 
 #include <string.h>