IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2006, 11:43:59 AM (20 years ago)
Author:
magnier
Message:

added JPEG and PSF I/O methods to pmFPAfile, added pmSourcePixelWeights

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmSourceIO.h

    r6712 r6859  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-28 02:14:56 $
     5 *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-14 21:43:59 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030bool pmPeaksWriteText (psArray *peaks, char *filename);
    3131
     32bool pmFPAviewReadObjects (const pmFPAview *view, pmFPAfile *file);
     33bool pmFPAReadObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file);
     34bool pmChipReadObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file);
     35bool pmCellReadObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file);
     36bool pmReadoutReadObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file);
     37
     38bool pmFPAviewWriteObjects (const pmFPAview *view, pmFPAfile *file);
     39bool pmFPAWriteObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file);
     40bool pmChipWriteObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file);
     41bool pmCellWriteObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file);
     42bool pmReadoutWriteObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file);
     43
    3244# endif /* PM_SOURCE_IO_H */
Note: See TracChangeset for help on using the changeset viewer.