IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3275


Ignore:
Timestamp:
Feb 17, 2005, 12:22:06 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib
Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/README

    r3124 r3275  
     1Pan-STARRS Image Processing Pipeline Library
     2============================================
     3
     4The is psLib, the Pan-STARRS Image Processing Pipeline Library, a base
     5collection of functions for the Pan-STARRS PS1 observatory.
     6
     7It was developed by the Maui High Performance Computing Center
     8(http://www.mhpcc.edu) for the University of Hawai'i Institute for Astronomy
     9(http://ifa.hawaii.edu).
     10
     11psLib is free software, you can redistribute it and/or modify it under
     12the terms of the GNU General Public License.
     13
     14The GNU General Public License does not permit this software to be
     15redistributed in proprietary programs.
     16
     17This library is distributed in the hope that it will be useful, but
     18WITHOUT ANY WARRANTY; without even the implied warranty of
     19MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     20
     21Availability
     22============
     23
     24The current version of psLib is always available from
     25http://mhpcc.pan-starrs.org/code.
     26
     27Installation
     28============
     29
     30psLib follows the standard GNU installation procedure.  Please consult
     31the INSTALL file in this distribution for more detailed instructions.
     32
     33For information about specific platforms and compilers see the
     34"Compilation Notes" section in the INSTALL file.
     35
     36More information about Pan-STARRS
     37=================================
     38
     39The project homepage is http://www.pan-starrs.org.
     40
     41Reporting Bugs
     42==============
     43
     44If you find a bug, please report it via the project's Bugzilla webpage at
     45http://www.pan-starrs.org/bugzilla or email robert.desonia@mhpcc.hpc.mil.
     46
     47
  • trunk/psLib/test/astronomy/Makefile.am

    r3246 r3275  
    1515 
    1616
    17 check_PROGRAMS = tst_psTime_01 \
     17TESTS = tst_psTime_01 \
    1818         tst_psTime_02 \
    1919         tst_psTime_03 \
     
    3131         tst_psAstrometry01
    3232
     33check_PROGRAMS =$(TESTS)
     34
    3335check_DATA = test.config \
    3436        psTime.config \
     
    4345TESTS_ENVIRONMENT = export PS_CONFIG_FILE="psTime.config" && perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified
    4446 
    45 TESTS = tst_psTime_01 \
    46          tst_psTime_02 \
    47          tst_psTime_03 \
    48          tst_psTime_04 \
    49          tst_psMetadataIO  \
    50          tst_psMetadata_01 \
    51          tst_psMetadata_02 \
    52          tst_psMetadata_03 \
    53          tst_psMetadata_04 \
    54          tst_psMetadata_05 \
    55          tst_psMetadata_06 \
    56          tst_psMetadata_07 \
    57          tst_psAstrometry \
    58          tst_psCoord \
    59          tst_psAstrometry01
    6047
    6148tests: $(check_DATA) $(TESTS)
  • trunk/psLib/test/collections/Makefile.am

    r3237 r3275  
    1515AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    1616
    17 check_PROGRAMS = \
    18          tst_psVector          \
    19          tst_psArray           \
    20          tst_psArray01         \
    21          tst_psArray02         \
    22          tst_psBitSet          \
    23          tst_psVectorSort_01   \
    24          tst_psVectorSort_02   \
    25          tst_psVectorSort_03   \
    26          tst_psVectorSort_04   \
    27          tst_psList            \
    28          tst_psHash00          \
    29          tst_psHash01          \
    30          tst_psHash02          \
    31          tst_psHash03          \
    32          tst_psHash04          \
    33          tst_psHash05          \
    34          tst_psScalar
    35  
    36 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    3717TESTS = \
    3818         tst_psVector          \
     
    5333         tst_psHash05          \
    5434         tst_psScalar
     35
     36check_PROGRAMS =$(TESTS)
     37 
     38TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
     39
    5540tests: $(TESTS)
    5641
  • trunk/psLib/test/dataIO/Makefile.am

    r3237 r3275  
    1616AM_CFLAGS = -DUTC_DAT_FILE="\"$(top_srcdir)/share/pslib/tai_utc.dat\""
    1717
    18 check_PROGRAMS = \
     18TESTS = \
    1919        tst_psLookupTable_01 \
    2020        tst_psFits
    2121
     22check_PROGRAMS = $(TESTS)
     23
    2224TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    23 TESTS = \
    24         tst_psLookupTable_01 \
    25         tst_psFits
    2625tests: $(TESTS)
    2726
  • trunk/psLib/test/dataManip/Makefile.am

    r3237 r3275  
    1515AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    1616
    17 check_PROGRAMS = \
     17TESTS = \
    1818        tst_psFunc00 \
    1919        tst_psFunc01 \
     
    5757        tst_psVectorFFT
    5858
     59check_PROGRAMS = $(TESTS)
     60
    5961TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    60 TESTS = \
    61         tst_psFunc00 \
    62         tst_psFunc01 \
    63         tst_psFunc02 \
    64         tst_psFunc03 \
    65         tst_psFunc04 \
    66         tst_psFunc05 \
    67         tst_psFunc07 \
    68         tst_psHist00 \
    69         tst_psHist01 \
    70         tst_psHist02 \
    71         tst_psHist03 \
    72         tst_psMatrix01 \
    73         tst_psMatrix02 \
    74         tst_psMatrix03 \
    75         tst_psMatrix04 \
    76         tst_psMatrix05 \
    77         tst_psMatrix06 \
    78         tst_psMatrix07 \
    79         tst_psMatrixVectorArithmetic01 \
    80         tst_psMatrixVectorArithmetic02 \
    81         tst_psMatrixVectorArithmetic03 \
    82         tst_psMatrixVectorArithmetic04 \
    83         tst_psMinimize04 \
    84         tst_psMinimize04_F32 \
    85         tst_psMinimize04b \
    86         tst_psMinimize04b_F32 \
    87         tst_psMinimize05 \
    88         tst_psMinimize06 \
    89         tst_psMinimize07 \
    90         tst_psStats00 \
    91         tst_psStats01 \
    92         tst_psStats02 \
    93         tst_psStats03 \
    94         tst_psStats05 \
    95         tst_psStats06 \
    96         tst_psStats07 \
    97         tst_psStats08 \
    98         tst_psStats09 \
    99         tst_psRandom \
    100         tst_psVectorFFT
     62
    10163tests: $(TESTS)
    10264
  • trunk/psLib/test/fileUtils/Makefile.am

    r3237 r3275  
    1616AM_CFLAGS = -DUTC_DAT_FILE="\"$(top_srcdir)/share/pslib/tai_utc.dat\""
    1717
    18 check_PROGRAMS = \
     18TESTS = \
    1919        tst_psLookupTable_01 \
    2020        tst_psFits
    2121
     22check_PROGRAMS = $(TESTS)
     23
    2224TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    23 TESTS = \
    24         tst_psLookupTable_01 \
    25         tst_psFits
    2625tests: $(TESTS)
    2726
  • trunk/psLib/test/image/Makefile.am

    r3246 r3275  
    1515AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    1616
    17 check_PROGRAMS = \
     17TESTS = \
    1818        tst_psImage \
    1919        tst_psImageFFT \
     
    2929        tst_psImageInterpolate
    3030
     31check_PROGRAMS =$(TESTS)
     32
    3133check_DATA = \
    3234        fBiOut.fits \
     
    3638               
    3739TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    38 TESTS = \
    39         tst_psImage \
    40         tst_psImageFFT \
    41         tst_psImageManip \
    42         tst_psImageStats00 \
    43         tst_psImageStats01 \
    44         tst_psImageStats02 \
    45         tst_psImageStats03 \
    46         tst_psImageStats04 \
    47         tst_psImageExtraction \
    48         tst_psImageConvolve \
    49         tst_psImageIO \
    50         tst_psImageInterpolate
     40
    5141tests: $(TESTS)
    5242
  • trunk/psLib/test/sysUtils/Makefile.am

    r3237 r3275  
    1515AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    1616
    17 check_PROGRAMS = \
     17TESTS = \
    1818        tst_psAbort      \
    1919        tst_psMemory     \
     
    2424        tst_psConfigure
    2525
     26check_PROGRAMS =$(TESTS)
     27
    2628TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    27 TESTS = \
    28         tst_psAbort      \
    29         tst_psMemory     \
    30         tst_psError      \
    31         tst_psLogMsg     \
    32         tst_psStringCopy \
    33         tst_psTrace      \
    34         tst_psConfigure
     29
    3530tests: $(TESTS)
    3631
Note: See TracChangeset for help on using the changeset viewer.