IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2006, 4:14:56 PM (20 years ago)
Author:
magnier
Message:

substantial work on the pmFPAfile I/O concepts

File:
1 edited

Legend:

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

    r6556 r6712  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-09 03:14:23 $
     5 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-28 02:14:56 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1414
    1515int pmSourceDophotType (pmSource *source);
    16 bool pmSourcesWriteText (psArray *sources, char *filename);
    1716
     17bool pmSourcesWriteRAW (psArray *sources, char *filename);
    1818bool pmSourcesWriteOBJ (psArray *sources, char *filename);
    1919bool pmSourcesWriteSX (psArray *sources, char *filename);
     
    2424psArray *pmSourcesReadCMF (psFits *fits, psMetadata *header);
    2525
     26bool pmSourcesWritePSFs (psArray *sources, char *filename);
     27bool pmSourcesWriteEXTs (psArray *sources, char *filename);
     28bool pmSourcesWriteNULLs (psArray *sources, char *filename);
     29bool pmMomentsWriteText (psArray *sources, char *filename);
     30bool pmPeaksWriteText (psArray *peaks, char *filename);
     31
    2632# endif /* PM_SOURCE_IO_H */
Note: See TracChangeset for help on using the changeset viewer.