- 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/ppStackPrepare.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppStack/src/ppStackPrepare.c
r31513 r34041 289 289 290 290 psStringAppend(&log, "Input %d: %f\n", i, options->inputSeeing->data.F32[i]); 291 //MEH - add other params to output - better to just add in pmPSFtoFWHM called for psf? 292 291 293 } 292 294 if (havePSFs) { … … 315 317 } 316 318 } 319 320 //MEH - try runnning every thing that can reject images before target psf and conv - 321 // Zero point calibration 322 if (!ppStackSourcesTransparency(options, view, config)) { 323 psError(PPSTACK_ERR_DATA, false, "Unable to calculate transparency differences"); 324 psFree(view); 325 return false; 326 } 327 317 328 318 329 // Generate target PSF … … 352 363 } 353 364 365 // MEH - move up since may exclude additional images that transparency calc fail for inputs to target psf? 354 366 // Zero point calibration 355 if (!ppStackSourcesTransparency(options, view, config)) { 356 psError(PPSTACK_ERR_DATA, false, "Unable to calculate transparency differences"); 357 psFree(view); 358 return false; 359 } 367 // if (!ppStackSourcesTransparency(options, view, config)) { 368 // psError(PPSTACK_ERR_DATA, false, "Unable to calculate transparency differences"); 369 // psFree(view); 370 // return false; 371 // } 372 360 373 psFree(view); 361 374
Note:
See TracChangeset
for help on using the changeset viewer.
