Changeset 36877
- Timestamp:
- Jun 16, 2014, 9:52:28 AM (12 years ago)
- Location:
- tags/ipp-pv3-20140616/ppStack/src
- Files:
-
- 3 edited
-
ppStackLoop.c (modified) (4 diffs)
-
ppStackPrepare.c (modified) (3 diffs)
-
ppStackReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140616/ppStack/src/ppStackLoop.c
r36855 r36877 154 154 } 155 155 ppStackFileActivation(config,PPSTACK_FILES_BKG ,false); 156 156 157 // Photometry 157 158 psTrace("ppStack", 1, "Photometering stacked image....\n"); … … 169 170 return false; 170 171 } 172 171 173 // Assemble Stats 172 174 if (!ppStackStats(stack, options, config)) { … … 183 185 return false; 184 186 } 187 185 188 //MEH -- also must uncomment back out.. 186 189 psFree(stack); … … 225 228 return false; 226 229 } 230 227 231 // Clean up unconvolved stack 228 232 psTrace("ppStack", 2, "Cleaning up after unconvolved stack....\n"); -
tags/ipp-pv3-20140616/ppStack/src/ppStackPrepare.c
r36855 r36877 344 344 clipFWHMnSig,maxFWHM,threshFWHM,asymmetryFWHM); 345 345 } 346 346 347 if (simpleClip) { // Do a sigma clip like the old rejection code. 347 348 psStats *fwhmStats = psStatsAlloc(PS_STAT_CLIPPED_MEAN | PS_STAT_CLIPPED_STDEV); … … 426 427 } // End mixture model case 427 428 } 429 428 430 // Perform rejection using the limit set 429 431 for (int i = 0; i < num; i++) { … … 464 466 // End old rejection sigma clip 465 467 #endif 468 466 469 // Generate target PSF 467 470 if (options->convolve) { -
tags/ipp-pv3-20140616/ppStack/src/ppStackReadout.c
r36855 r36877 275 275 //MEH -- apply bscale offset before norm 276 276 if (bscaleApplyOffset) { 277 psLogMsg("ppStack", PS_LOG_ INFO, "bscaleApplyOffset: %d %f", i, bscaleApplyOffset->data.F32[i]);277 psLogMsg("ppStack", PS_LOG_MINUTIA, "bscaleApplyOffset: %d %f", i, bscaleApplyOffset->data.F32[i]); 278 278 psBinaryOp(ro->image, ro->image, "-", psScalarAlloc(bscaleApplyOffset->data.F32[i], PS_TYPE_F32)); 279 279 }
Note:
See TracChangeset
for help on using the changeset viewer.
