Index: /trunk/psLib/.cvsignore
===================================================================
--- /trunk/psLib/.cvsignore	(revision 1548)
+++ /trunk/psLib/.cvsignore	(revision 1549)
@@ -3,2 +3,4 @@
 man
 psLib.kdevelop.*
+docs
+testbin
Index: /trunk/psLib/psLib.kdevses
===================================================================
--- /trunk/psLib/psLib.kdevses	(revision 1548)
+++ /trunk/psLib/psLib.kdevses	(revision 1549)
@@ -2,15 +2,45 @@
 <!DOCTYPE KDevPrjSession>
 <KDevPrjSession>
- <DocsAndViews NumberOfDocuments="2" >
-  <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageManip.c" >
-   <View0 line="706" Type="???" >
-    <AdditionalSettings Top="2" Width="1059" Attach="1" Height="663" Left="2" MinMaxMode="0" />
+ <DocsAndViews NumberOfDocuments="8" >
+  <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/src/sysUtils/psMemory.c" >
+   <View0 line="0" Type="???" >
+    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="751" Left="2" MinMaxMode="0" />
    </View0>
   </Doc0>
-  <Doc1 NumberOfViews="1" URL="file:/home/desonia/psLib/test/image/tst_psImageManip.c" >
-   <View0 line="1239" Type="???" >
-    <AdditionalSettings Top="2" Width="1059" Attach="1" Height="663" Left="2" MinMaxMode="0" />
+  <Doc1 NumberOfViews="1" URL="file:/home/desonia/psLib/test/sysUtils/tst_psMemory.c" >
+   <View0 line="227" Type="???" >
+    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
    </View0>
   </Doc1>
+  <Doc2 NumberOfViews="1" URL="file:/home/desonia/psLib/src/sysUtils/psType.h" >
+   <View0 line="93" Type="???" >
+    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
+   </View0>
+  </Doc2>
+  <Doc3 NumberOfViews="1" URL="file:/home/desonia/psLib/test/astronomy/tst_psMetadata_02.c" >
+   <View0 line="0" Type="???" >
+    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
+   </View0>
+  </Doc3>
+  <Doc4 NumberOfViews="1" URL="file:/home/desonia/psLib/test/astronomy/tst_psMetadata_01.c" >
+   <View0 line="242" Type="???" >
+    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="531" Left="2" MinMaxMode="0" />
+   </View0>
+  </Doc4>
+  <Doc5 NumberOfViews="1" URL="file:/home/desonia/psLib/src/astronomy/psMetadata.c" >
+   <View0 line="45" Type="???" >
+    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
+   </View0>
+  </Doc5>
+  <Doc6 NumberOfViews="1" URL="file:/home/desonia/psLib/src/sysUtils/psError.c" >
+   <View0 line="86" Type="???" >
+    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="531" Left="2" MinMaxMode="0" />
+   </View0>
+  </Doc6>
+  <Doc7 NumberOfViews="1" URL="file:/home/desonia/psLib/src/astronomy/makedir/psAstrometry.d" >
+   <View0 line="0" Type="???" >
+    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
+   </View0>
+  </Doc7>
  </DocsAndViews>
  <pluginList>
Index: /trunk/psLib/src/mainpage.dox
===================================================================
--- /trunk/psLib/src/mainpage.dox	(revision 1548)
+++ /trunk/psLib/src/mainpage.dox	(revision 1549)
@@ -37,9 +37,9 @@
 be installed.  These include: 
  - GNU Scientific Library (GSL)
+     - Available at http://www.gnu.org/software/gsl
      - Compatibility tested with version is 1.4
-     - Available at http://www.gnu.org/software/gsl
  - Fastest Fourier Transform in the West (FFTW), version 3
+     - Available at http://www.fftw.org
      - Compatibility tested with version is 3.0.1
-     - Available at http://www.fftw.org
  - C Flexible Image Transport System Input output (CFITSIO), version 2.480 or later
      - Available at http://heasarc.gsfc.nasa.gov/docs/software/fitsio
@@ -49,4 +49,12 @@
      - Available at http://www.doxygen.org
      - Compatibility tested with version 1.3.6
+     - The optional companion package, GraphViz (a.k.a., the 'dot' command), is recommended to enable header-file dependency diagrams
+ - SLALIB 
+     - We tested with the Fortran version of the library; this may cause an additional step to get things to link on untested systems/compilers, as there is no one standard for how the function-names appear in the library to C code.  The default way that psLib uses is all-lower case with a trailing '_', but one may need to add to CFLAGS in src/Makefile.Globals the following:
+         - '-DFORTRAN_UNDERSCORE_PREFIX' if a '_' needs to be prefixed to the function names,
+         - '-DFORTRAN_DOUBLE_UNDERSCORE_SUFFIX' if two the names needs two trailing '_'s., and/or
+         - '-DFORTRAN_UPPERCASE' if the names appear as uppercase.
+     - Available at http://star-www.rl.ac.uk/
+     - Compatibility tested with package version number 2.4-12
 
 We recommend using the particular versions listed as compatibility tested, as 
