Changeset 19477 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Sep 10, 2008, 3:24:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r19476 r19477 467 467 468 468 469 // Start threading 470 ppStackThreadInit(); 471 ppStackThreadData *stack = ppStackThreadDataSetup(cells, imageNames, maskNames, weightNames, config); 472 469 473 memDump("preinitial"); 470 474 … … 474 478 pmFPAview *view = NULL; // View to readout 475 479 psArray *inspect = NULL; // Array of arrays of pixels to inspect 476 ppStackThreadData *stack = NULL; // Data for stacking477 480 psVector *exptimes = psVectorAlloc(num, PS_TYPE_F32); // Exposure times for each input 478 481 { … … 487 490 psFree(inputMask); 488 491 psFree(exptimes); 492 psFree(cells); 489 493 return false; 490 494 } … … 499 503 psFree(inputMask); 500 504 psFree(exptimes); 505 psFree(cells); 501 506 return false; 502 507 } … … 516 521 psFree(outRO); 517 522 psFree(exptimes); 523 psFree(cells); 518 524 return false; 519 525 } … … 536 542 psFree(cellList); 537 543 538 // Start threading 539 ppStackThreadInit(); 540 ppStackThreadData *stack = ppStackThreadDataSetup(cells, imageNames, maskNames, weightNames, config); 541 psFree(cells); 544 psFree(cells); 542 545 543 546 bool status; // Status of read
Note:
See TracChangeset
for help on using the changeset viewer.
