- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackTarget.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppStack/src/ppStackTarget.c
r33415 r34041 32 32 ) 33 33 { 34 //MEH 35 psLogMsg("ppStack", PS_LOG_INFO, "TESTING:: sources->n %ld footprint/exclusion %d minMagDiff %f ",sources->n,exclusion,minMagDiff); 34 36 psAssert(sources && sources->n > 0, "Require array of sources"); 35 37 if (exclusion <= 0) { … … 200 202 } 201 203 204 // MEH - 205 psLogMsg("ppStack", PS_LOG_INFO, "TESTING:mean:minVar: %d %f %f ",i,meanVariance,minVariance); 206 207 202 208 DONE: 203 209 psFree(bg); … … 222 228 bool oldThreads = pmReadoutFakeThreads(true); // Old threading state 223 229 pmReadout *fake = pmReadoutAlloc(NULL); // Fake readout with target PSF 230 // MEH - really? footprint+size?? fixed and should be now 231 psLogMsg("ppStack", PS_LOG_INFO, "TESTING:: minFlux %f footprint %d size %d ",minFlux,footprint,size); 232 224 233 if (!pmReadoutFakeFromSources(fake, numCols, numRows, stampSources, SOURCE_MASK, NULL, NULL, options->psf, 225 234 minFlux, footprint + size, false, true)) {
Note:
See TracChangeset
for help on using the changeset viewer.
