Changeset 15994
- Timestamp:
- Jan 3, 2008, 11:03:29 AM (18 years ago)
- Location:
- trunk/psModules/test/camera
- Files:
-
- 1 deleted
- 2 edited
-
Makefile.am (modified) (1 diff)
-
tap_pmReadoutFake.c (modified) (3 diffs)
-
tst_pmAstrometry.c (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/camera/Makefile.am
r14976 r15994 24 24 tap_pmFPAHeader \ 25 25 tap_pmFPAMaskW \ 26 tap_pmFPACellSquish 26 tap_pmFPACellSquish \ 27 tap_pmReadoutStack \ 28 tap_pmReadoutFake \ 29 tap_pmAstrometry01 27 30 28 31 if BUILD_TESTS -
trunk/psModules/test/camera/tap_pmReadoutFake.c
r15987 r15994 5 5 #include "tap.h" 6 6 #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 */ 7 14 8 15 #define MISC_NUM 32 … … 46 53 47 54 // ------------------------------------------------------------------------ 48 // pmReadout UpdateSize() tests55 // pmReadoutFakeFromSources() tests 49 56 // bool pmReadoutFakeFromSources(pmReadout *readout, int numCols, int numRows, const psArray *sources, 50 57 // const psVector *xOffset, const psVector *yOffset, const pmPSF *psf, 51 58 // float minFlux, int radius, bool circularise) 52 59 // 53 // Call pmReadout UpdateSize() with bad input parameters.60 // Call pmReadoutFakeFromSources() with bad input parameters. 54 61 { 55 62 psMemId id = psMemGetId(); … … 129 136 130 137 131 // Call pmReadout UpdateSize() with acceptable input parameters.138 // Call pmReadoutFakeFromSources() with acceptable input parameters. 132 139 { 133 140 psMemId id = psMemGetId();
Note:
See TracChangeset
for help on using the changeset viewer.
