IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 19, 2007, 8:57:05 AM (19 years ago)
Author:
eugene
Message:

substantial work on astrometry model tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryTable.h

    r15675 r15884  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-11-21 09:59:40 $
     6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-12-19 18:57:05 $
    88 * Copyright 2006 Institute for Astronomy, University of Hawaii
    99 */
     
    2727bool pmAstromWriteChips (pmFPAfile *file);
    2828
     29int pmConceptsChipNumberFromName (pmFPA *fpa, char *name);
     30pmChip *pmConceptsChipFromName (pmFPA *fpa, char *name);
     31
    2932bool pmAstromReadForView (const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
    30 bool pmAstromReadFPA (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
    31 bool pmAstromReadChip (pmChip *chip, const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
     33bool pmAstromReadFPA (pmFPAfile *file);
     34bool pmAstromReadPHU (pmFPAfile *file);
     35bool pmAstromReadChips (pmFPAfile *file);
     36bool pmAstromReadFP (pmFPAfile *file);
     37bool pmAstromReadTP (pmFPAfile *file);
     38bool pmAstromReadSky (pmFPAfile *file);
    3239
    3340/// @}
Note: See TracChangeset for help on using the changeset viewer.