IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 11:19:25 AM (20 years ago)
Author:
gusciora
Message:

misc bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r6205 r6206  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-01-26 21:10:50 $
     7 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-01-26 21:19:25 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    493493Okay, they want to solve for source fluxes and chip gains.
    494494 
    495  
    496  
    497  
    498  
    499  
    500495 *
    501496 */
     
    572567    psVectorRealloc(sourceFlux, numImages);
    573568
    574 
    575 
    576 
    577 
    578 
    579     psFree(psVector);
     569    //    psFree(psVector);
    580570    if (numImages != chipGains->n) {
    581571        psFree(localChipGains);
    582572    }
     573
     574    return(true);
    583575}
Note: See TracChangeset for help on using the changeset viewer.