Changeset 16707
- Timestamp:
- Feb 28, 2008, 10:13:47 AM (18 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
ppStackLoop.c (modified) (3 diffs)
-
ppStackReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r16704 r16707 510 510 } 511 511 512 psFree(rejected); 512 513 psFree(readouts); 513 514 515 // Close up 514 516 for (int i = 0; i < num; i++) { 515 517 psFitsClose(imageFits->data[i]); … … 521 523 } 522 524 } 525 psFree(imageNames); 526 psFree(maskNames); 527 psFree(weightNames); 523 528 524 529 if (psMetadataLookupBool(&mdok, config->arguments, "PHOTOMETRY") && … … 553 558 psFree(view); 554 559 } 555 556 560 557 561 // Write out summary statistics -
trunk/ppStack/src/ppStackReadout.c
r16704 r16707 134 134 assert(rejected); 135 135 assert(readouts->n == rejected->n); 136 137 static int sectionNum = 0; // Section number; for debugging outputs138 139 136 140 137 // Get the recipe values
Note:
See TracChangeset
for help on using the changeset viewer.
