IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2007, 10:04:18 AM (19 years ago)
Author:
magnier
Message:

added functions to check pmFPA/Chip/Cell/Readout for psf data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSF_IO.h

    r12832 r13191  
    66 * @author EAM, IfA
    77 *
    8  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-04-14 03:22:48 $
     8 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-05-03 20:04:18 $
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    3131bool pmReadoutReadPSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
    3232
     33bool pmFPAviewCheckDataStatusForPSFmodel (const pmFPAview *view, const pmFPAfile *file);
     34bool pmFPACheckDataStatusForPSFmodel (const pmFPA *fpa);
     35bool pmChipCheckDataStatusForPSFmodel (const pmChip *chip);
     36bool pmCellCheckDataStatusForPSFmodel (const pmCell *cell);
     37bool pmReadoutCheckDataStatusForPSFmodel (const pmReadout *readout);
     38
    3339/// @}
    3440# endif
Note: See TracChangeset for help on using the changeset viewer.