Changeset 15994 for trunk/psModules/test/camera/tap_pmReadoutFake.c
- Timestamp:
- Jan 3, 2008, 11:03:29 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/camera/tap_pmReadoutFake.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
