- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ppStack (modified) (1 prop)
-
ppStack/src (modified) (1 prop)
-
ppStack/src/ppStackMatch.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppStack
- Property svn:mergeinfo changed
/branches/pap/ppStack (added) merged: 23580,23597-23598,23648 /trunk/ppStack merged: 23601-23602,23688,23740,23753,23767-23769,23781,23790,23801,23808,23841,23958,23977,24174,24215-24216
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppStack/src
- Property svn:ignore
-
old new 9 9 config.h.in 10 10 stamp-h1 11 ppStackVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ppStack/src/ppStackMatch.c
r23594 r24244 209 209 pmFPAview *view = pmFPAviewAlloc(0); // View to readout of interest 210 210 view->chip = view->cell = view->readout = 0; 211 psString filename = pmFPAfileNameFromRule(file rule->rule, file, view); // Filename of interest211 psString filename = pmFPAfileNameFromRule(file->filerule, file, view); // Filename of interest 212 212 213 213 // Read convolution kernel … … 241 241 !readImage(&readout->variance, options->varianceNames->data[index], config)) { 242 242 psError(PS_ERR_IO, false, "Unable to read previously produced image."); 243 psFree(imageName);244 psFree(maskName);245 psFree(varianceName);246 243 return false; 247 244 } 248 psFree(imageName);249 psFree(maskName);250 psFree(varianceName);251 245 252 246 psRegion *region = psMetadataLookupPtr(NULL, conv->analysis, … … 317 311 } 318 312 313 fake->mask = psImageCopy(NULL, readout->mask, PS_TYPE_IMAGE_MASK); 314 319 315 // Add the background into the target image 320 316 psImage *bgImage = stackBackgroundModel(readout, config); // Image of background … … 361 357 psFree(stampSources); 362 358 psFree(conv); 359 if (threads > 0) { 360 pmSubtractionThreadsFinalize(readout, fake); 361 } 363 362 return false; 364 363 } … … 375 374 psFree(stampSources); 376 375 psFree(conv); 376 if (threads > 0) { 377 pmSubtractionThreadsFinalize(readout, fake); 378 } 377 379 return false; 378 380 }
Note:
See TracChangeset
for help on using the changeset viewer.
