IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2006, 8:26:15 PM (20 years ago)
Author:
magnier
Message:

fixing up the 2nd & 3rd-order astrometry

File:
1 edited

Legend:

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

    r10612 r10712  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-10 18:30:07 $
     9*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-12-14 06:26:15 $
    1111*
    1212*  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    3232bool pmAstromWCStoSky (psSphere *sky, pmAstromWCS *wcs, psPlane *chip);
    3333bool pmAstromWCStoChip (psPlane *chip, pmAstromWCS *wcs, psSphere *sky);
    34 pmAstromWCS *pmAstromWCSfromHeader (psMetadata *header);
     34pmAstromWCS *pmAstromWCSfromHeader (const psMetadata *header);
     35bool pmAstromWCStoHeader (psMetadata *header, const pmAstromWCS *wcs);
    3536
    36 bool pmAstromReadWCS (pmFPA *fpa, pmChip *chip, psMetadata *header, double plateScale, bool isMosaic);
    37 bool pmAstromWriteWCS (psPlaneTransform *toFPA, psPlaneDistort *toTPA, psProjection *toSky, psMetadata *header, double plateScale);
     37bool pmAstromReadWCS (pmFPA *fpa, pmChip *chip, const psMetadata *header, double plateScale, bool isMosaic);
     38bool pmAstromWriteWCS (psMetadata *header, const pmFPA *fpa, const pmChip *chip);
    3839bool pmAstromWriteBilevelChip (psPlaneTransform *toFPA, psMetadata *header, double plateScale);
    3940psMetadata *pmAstromWriteBilevelMosaic (psProjection *toSky, psPlaneDistort *toTP, double plateScale);
Note: See TracChangeset for help on using the changeset viewer.