Changeset 6206 for trunk/psModules/src/imcombine/pmReadoutCombine.c
- Timestamp:
- Jan 26, 2006, 11:19:25 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r6205 r6206 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-01-26 21:1 0:50$7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-01-26 21:19:25 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 493 493 Okay, they want to solve for source fluxes and chip gains. 494 494 495 496 497 498 499 500 495 * 501 496 */ … … 572 567 psVectorRealloc(sourceFlux, numImages); 573 568 574 575 576 577 578 579 psFree(psVector); 569 // psFree(psVector); 580 570 if (numImages != chipGains->n) { 581 571 psFree(localChipGains); 582 572 } 573 574 return(true); 583 575 }
Note:
See TracChangeset
for help on using the changeset viewer.
