IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12598


Ignore:
Timestamp:
Mar 27, 2007, 8:52:17 AM (19 years ago)
Author:
magnier
Message:

added a note

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r12560 r12598  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-03-23 00:38:11 $
     5 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-03-27 18:52:17 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    255255        // we only need a PHU if chips->n > 1 and file->fileLevel == FPA
    256256        // otherwise, the chip header fills the PHU location
     257        // XXX this code could be placed in a 'pmSource_CMF_WritePHU' function and called
     258        // from pmFPAfileIO.c.
    257259        if ((file->fileLevel == PM_FPA_LEVEL_FPA) && (file->fpa->chips->n > 1) && !file->phu) {
    258260
Note: See TracChangeset for help on using the changeset viewer.