IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1549 for trunk/psLib


Ignore:
Timestamp:
Aug 16, 2004, 9:32:09 AM (22 years ago)
Author:
desonia
Message:

last minute tweaks before release.

Location:
trunk/psLib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
        33man
        44psLib.kdevelop.*
         5docs
         6testbin
  • trunk/psLib/.cvsignore

    r677 r1549  
    33man
    44psLib.kdevelop.*
     5docs
     6testbin
  • trunk/psLib/psLib.kdevses

    r1525 r1549  
    22<!DOCTYPE KDevPrjSession>
    33<KDevPrjSession>
    4  <DocsAndViews NumberOfDocuments="2" >
    5   <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageManip.c" >
    6    <View0 line="706" Type="???" >
    7     <AdditionalSettings Top="2" Width="1059" Attach="1" Height="663" Left="2" MinMaxMode="0" />
     4 <DocsAndViews NumberOfDocuments="8" >
     5  <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/src/sysUtils/psMemory.c" >
     6   <View0 line="0" Type="???" >
     7    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="751" Left="2" MinMaxMode="0" />
    88   </View0>
    99  </Doc0>
    10   <Doc1 NumberOfViews="1" URL="file:/home/desonia/psLib/test/image/tst_psImageManip.c" >
    11    <View0 line="1239" Type="???" >
    12     <AdditionalSettings Top="2" Width="1059" Attach="1" Height="663" Left="2" MinMaxMode="0" />
     10  <Doc1 NumberOfViews="1" URL="file:/home/desonia/psLib/test/sysUtils/tst_psMemory.c" >
     11   <View0 line="227" Type="???" >
     12    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
    1313   </View0>
    1414  </Doc1>
     15  <Doc2 NumberOfViews="1" URL="file:/home/desonia/psLib/src/sysUtils/psType.h" >
     16   <View0 line="93" Type="???" >
     17    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
     18   </View0>
     19  </Doc2>
     20  <Doc3 NumberOfViews="1" URL="file:/home/desonia/psLib/test/astronomy/tst_psMetadata_02.c" >
     21   <View0 line="0" Type="???" >
     22    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
     23   </View0>
     24  </Doc3>
     25  <Doc4 NumberOfViews="1" URL="file:/home/desonia/psLib/test/astronomy/tst_psMetadata_01.c" >
     26   <View0 line="242" Type="???" >
     27    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="531" Left="2" MinMaxMode="0" />
     28   </View0>
     29  </Doc4>
     30  <Doc5 NumberOfViews="1" URL="file:/home/desonia/psLib/src/astronomy/psMetadata.c" >
     31   <View0 line="45" Type="???" >
     32    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
     33   </View0>
     34  </Doc5>
     35  <Doc6 NumberOfViews="1" URL="file:/home/desonia/psLib/src/sysUtils/psError.c" >
     36   <View0 line="86" Type="???" >
     37    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="531" Left="2" MinMaxMode="0" />
     38   </View0>
     39  </Doc6>
     40  <Doc7 NumberOfViews="1" URL="file:/home/desonia/psLib/src/astronomy/makedir/psAstrometry.d" >
     41   <View0 line="0" Type="???" >
     42    <AdditionalSettings Top="2" Width="1136" Attach="1" Height="533" Left="2" MinMaxMode="0" />
     43   </View0>
     44  </Doc7>
    1545 </DocsAndViews>
    1646 <pluginList>
  • trunk/psLib/src/mainpage.dox

    r1373 r1549  
    3737be installed.  These include:
    3838 - GNU Scientific Library (GSL)
     39     - Available at http://www.gnu.org/software/gsl
    3940     - Compatibility tested with version is 1.4
    40      - Available at http://www.gnu.org/software/gsl
    4141 - Fastest Fourier Transform in the West (FFTW), version 3
     42     - Available at http://www.fftw.org
    4243     - Compatibility tested with version is 3.0.1
    43      - Available at http://www.fftw.org
    4444 - C Flexible Image Transport System Input output (CFITSIO), version 2.480 or later
    4545     - Available at http://heasarc.gsfc.nasa.gov/docs/software/fitsio
     
    4949     - Available at http://www.doxygen.org
    5050     - Compatibility tested with version 1.3.6
     51     - The optional companion package, GraphViz (a.k.a., the 'dot' command), is recommended to enable header-file dependency diagrams
     52 - SLALIB
     53     - 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:
     54         - '-DFORTRAN_UNDERSCORE_PREFIX' if a '_' needs to be prefixed to the function names,
     55         - '-DFORTRAN_DOUBLE_UNDERSCORE_SUFFIX' if two the names needs two trailing '_'s., and/or
     56         - '-DFORTRAN_UPPERCASE' if the names appear as uppercase.
     57     - Available at http://star-www.rl.ac.uk/
     58     - Compatibility tested with package version number 2.4-12
    5159
    5260We recommend using the particular versions listed as compatibility tested, as
Note: See TracChangeset for help on using the changeset viewer.