IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2991


Ignore:
Timestamp:
Jan 13, 2005, 3:48:01 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib/test
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psAstrometry.c

    r2855 r2991  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-12-30 20:18:36 $
     7 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-01-14 01:46:07 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    215215    }
    216216
    217     if (fpa->chips->n != 8) {
     217    if (fpa->chips->n != 0) {
    218218        psLogMsg(__func__,PS_LOG_ERROR,
    219219                 "psFPAAlloc did not set the number of chips properly.");
     220        return 4;
     221    }
     222
     223    if (fpa->chips->nalloc != 8) {
     224        psLogMsg(__func__,PS_LOG_ERROR,
     225                 "psFPAAlloc did not allocate space for the number of chips properly.");
    220226        return 4;
    221227    }
     
    290296    }
    291297
     298    if (fpa2->chips->nalloc != 0) {
     299        psLogMsg(__func__,PS_LOG_ERROR,
     300                 "psFPAAlloc did not set the nalloc number of chips properly.");
     301        return 14;
     302    }
     303
    292304    /*
    293305        3. Call psFPAAlloc with a NULL psExposure. Verify that the program
     
    308320    */
    309321
     322    fpa->chips->n = fpa->chips->nalloc;
    310323    for (psS32 lcv=0; lcv < 8; lcv++) {
    311324        fpa->chips->data[lcv] = psAlloc(4);
  • trunk/psLib/test/dataIO

    • Property svn:ignore
      •  

        old new  
        11temp
        22tst_psLookupTable_01
         3tst_psFits
         4multi.fits
  • trunk/psLib/test/dataIO/.cvsignore

    r2704 r2991  
    11temp
    22tst_psLookupTable_01
     3tst_psFits
     4multi.fits
  • trunk/psLib/test/dataManip/verified/tst_psStats07.stderr

    r2988 r2991  
    22    WARNING: the fitted Gaussian has more than 10% error for the stdev.
    33<DATE><TIME>|<HOST>|W|p_psVectorRobustStats
    4     WARNING: Using the calculated stdev instead of Gaussian-fitted stdev.
     4    WARNING: Using the calculated stdev instead of Gaussian-fitted stdev.(calc, fit) is (0.281822, 0.393130)
  • trunk/psLib/test/fileUtils

    • Property svn:ignore
      •  

        old new  
        11temp
        22tst_psLookupTable_01
         3tst_psFits
         4multi.fits
  • trunk/psLib/test/fileUtils/.cvsignore

    r2704 r2991  
    11temp
    22tst_psLookupTable_01
     3tst_psFits
     4multi.fits
  • trunk/psLib/test/sysUtils

    • Property svn:ignore
      •  

        old new  
        1010core*
        1111log.txt
         12tst_psConfigure
  • trunk/psLib/test/sysUtils/.cvsignore

    r1703 r2991  
    1010core*
    1111log.txt
     12tst_psConfigure
Note: See TracChangeset for help on using the changeset viewer.