Changeset 34510 for branches/czw_branch/20120906/pswarp/src/pswarpLoop.c
- Timestamp:
- Oct 4, 2012, 2:15:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/pswarp/src/pswarpLoop.c
r34489 r34510 595 595 goto DONE; 596 596 } 597 598 597 pmChip *chip; 599 598 while ((chip = pmFPAviewNextChip (view, input->fpa, 1)) != NULL) { … … 740 739 pmFPA *outFPA = outChip->parent; ///< Output FP 741 740 742 if (!pswarpPixelsLit(output, stats, config)) { 743 psError(psErrorCodeLast(), false, "Unable to calculate pixel regions."); 744 psFree(cells); 745 psFree(view); 746 goto DONE; 747 } 748 741 /* if (!pswarpPixelsLit(output, stats, config)) { */ 742 /* psError(psErrorCodeLast(), false, "Unable to calculate pixel regions."); */ 743 /* psFree(cells); */ 744 /* psFree(view); */ 745 /* goto DONE; */ 746 /* } */ 749 747 psRegion *trimsec = psMetadataLookupPtr(NULL, outCell->concepts, "CELL.TRIMSEC"); ///< Trim section 750 748 trimsec->x0 = trimsec->x1 = trimsec->y0 = trimsec->y1 = 0; ///< All pixels … … 787 785 pswarpFileActivation(config, detectorFiles, false); 788 786 pswarpFileActivation(config, independentFiles, false); 789 787 790 788 791 789 // Add MD5 information for readout
Note:
See TracChangeset
for help on using the changeset viewer.
