- Timestamp:
- Aug 7, 2009, 12:45:24 PM (17 years ago)
- Location:
- branches/eam_branches/20090715
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/test/camera/tap_pmFPAMaskW.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715
- Property svn:mergeinfo changed
/trunk (added) merged: 24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24950,24953-24971,24973-24977,24986-24989,24993-25017
- Property svn:mergeinfo changed
-
branches/eam_branches/20090715/psModules/test/camera/tap_pmFPAMaskW.c
r21474 r25022 356 356 // ---------------------------------------------------------------------- 357 357 // pmReadoutSetVariance() tests: NULL inputs 358 // bool pmReadoutSetVariance(pmReadout *readout, bool poisson)358 // bool pmReadoutSetVariance(pmReadout *readout, const psImage *noiseMap, bool poisson) 359 359 if (1) { 360 360 psMemId id = psMemGetId(); … … 367 367 368 368 // Set readout == NULL, ensure pmReadoutSetVariance() returnes FALSE, with no seg faults, memory leaks 369 rc = pmReadoutSetVariance(NULL, false);370 ok(!rc, "pmReadoutSetVariance(NULL, false) returned FALSE with null pmReadout input");369 rc = pmReadoutSetVariance(NULL, NULL, false); 370 ok(!rc, "pmReadoutSetVariance(NULL, NULL, false) returned FALSE with null pmReadout input"); 371 371 372 372 … … 375 375 rc|= psMetadataAddF32(readout->parent->concepts, PS_LIST_HEAD, "CELL.READNOISE", PS_META_REPLACE, NULL, CELL_READNOISE); 376 376 ok(rc, "Set GAIN and READNOISE in cell->concepts successfully"); 377 377 /* 378 * Getting the section below to run requires generating a noiseMap 379 * 378 380 // Call pmReadoutSetVariance() and then verify that the mask data was set correctly 379 381 rc = pmReadoutSetVariance(readout, false); … … 419 421 420 422 ok(!errorFlag, "pmReadoutSetWeight() set the weight values correctly (Poisson)"); 423 */ 421 424 psFree(fpa); 422 425 psFree(camera);
Note:
See TracChangeset
for help on using the changeset viewer.
