IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15994


Ignore:
Timestamp:
Jan 3, 2008, 11:03:29 AM (18 years ago)
Author:
gusciora
Message:

Removed tst_pmAstrometry.c, which only tested the FPA/Chip/Cell/Readout alloc
functions.

Location:
trunk/psModules/test/camera
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/camera/Makefile.am

    r14976 r15994  
    2424        tap_pmFPAHeader \
    2525        tap_pmFPAMaskW \
    26         tap_pmFPACellSquish
     26        tap_pmFPACellSquish \
     27        tap_pmReadoutStack \
     28        tap_pmReadoutFake \
     29        tap_pmAstrometry01
    2730
    2831if BUILD_TESTS
  • trunk/psModules/test/camera/tap_pmReadoutFake.c

    r15987 r15994  
    55#include "tap.h"
    66#include "pstap.h"
     7/* STATUS:
     8    Only one function in the source code: pmReadoutFakeFromSources()
     9
     10    pmReadoutFakeFromSources() is only tested with bad input parameters.
     11    Tests must be written to exercise it with legitimate input sources, and
     12    verify the output.
     13*/
    714
    815#define MISC_NUM                32
     
    4653
    4754    // ------------------------------------------------------------------------
    48     // pmReadoutUpdateSize() tests
     55    // pmReadoutFakeFromSources() tests
    4956    // bool pmReadoutFakeFromSources(pmReadout *readout, int numCols, int numRows, const psArray *sources,
    5057    //                               const psVector *xOffset, const psVector *yOffset, const pmPSF *psf,
    5158    //                               float minFlux, int radius, bool circularise)
    5259    //
    53     // Call pmReadoutUpdateSize() with bad input parameters.
     60    // Call pmReadoutFakeFromSources() with bad input parameters.
    5461    {
    5562        psMemId id = psMemGetId();
     
    129136
    130137
    131     // Call pmReadoutUpdateSize() with acceptable input parameters.
     138    // Call pmReadoutFakeFromSources() with acceptable input parameters.
    132139    {
    133140        psMemId id = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.