Changeset 1549
- Timestamp:
- Aug 16, 2004, 9:32:09 AM (22 years ago)
- Location:
- trunk/psLib
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
.cvsignore (modified) (1 diff)
-
psLib.kdevses (modified) (1 diff)
-
src/mainpage.dox (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
- Property svn:ignore
-
old new 3 3 man 4 4 psLib.kdevelop.* 5 docs 6 testbin
-
- Property svn:ignore
-
trunk/psLib/.cvsignore
r677 r1549 3 3 man 4 4 psLib.kdevelop.* 5 docs 6 testbin -
trunk/psLib/psLib.kdevses
r1525 r1549 2 2 <!DOCTYPE KDevPrjSession> 3 3 <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="1 059" 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" /> 8 8 </View0> 9 9 </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="1 059" 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" /> 13 13 </View0> 14 14 </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> 15 45 </DocsAndViews> 16 46 <pluginList> -
trunk/psLib/src/mainpage.dox
r1373 r1549 37 37 be installed. These include: 38 38 - GNU Scientific Library (GSL) 39 - Available at http://www.gnu.org/software/gsl 39 40 - Compatibility tested with version is 1.4 40 - Available at http://www.gnu.org/software/gsl41 41 - Fastest Fourier Transform in the West (FFTW), version 3 42 - Available at http://www.fftw.org 42 43 - Compatibility tested with version is 3.0.1 43 - Available at http://www.fftw.org44 44 - C Flexible Image Transport System Input output (CFITSIO), version 2.480 or later 45 45 - Available at http://heasarc.gsfc.nasa.gov/docs/software/fitsio … … 49 49 - Available at http://www.doxygen.org 50 50 - 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 51 59 52 60 We recommend using the particular versions listed as compatibility tested, as
Note:
See TracChangeset
for help on using the changeset viewer.
