IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

added functions to check pmFPA/Chip/Cell/Readout for psphot sources

File:
1 edited

Legend:

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

    r13137 r13192  
    44 * @author EAM, IfA; GLG, MHPCC
    55 *
    6  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-05-03 00:13:03 $
     6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-05-03 20:04:31 $
    88 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    99 *
     
    5050bool pmReadoutWriteObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
    5151
     52bool pmFPAviewCheckDataStatusForSources (const pmFPAview *view, const pmFPAfile *file);
     53bool pmFPACheckDataStatusForSources (const pmFPA *fpa);
     54bool pmChipCheckDataStatusForSources (const pmChip *chip);
     55bool pmCellCheckDataStatusForSources (const pmCell *cell);
     56bool pmReadoutCheckDataStatusForSources (const pmReadout *readout);
     57
    5258/// @}
    5359# endif /* PM_SOURCE_IO_H */
Note: See TracChangeset for help on using the changeset viewer.