IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2007, 12:00:49 PM (19 years ago)
Author:
magnier
Message:

fixed the source of the focal-plane region; added astrometric extent functions

File:
1 edited

Legend:

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

    r12484 r12519  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-03-18 22:06:09 $
     6 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-03-21 22:00:49 $
    88 * Copyright 2006 Institute for Astronomy, University of Hawaii
    99 */
     
    3939// convert from wcs terms to chip->toFPA, fpa->toSky,toTPA terms
    4040bool pmAstromWCSBileveltoChip (pmChip *chip, const pmAstromWCS *wcs);
    41 bool pmAstromWCSBileveltoFPA (pmFPA *fpa, const pmAstromWCS *wcs, double pixelScale);
     41bool pmAstromWCSBileveltoFPA (pmFPA *fpa, const pmAstromWCS *wcs, psRegion region);
    4242
    4343// convert from chip->toFPA, fpa->toSky,toTPA terms to wcs terms
     
    5757
    5858bool pmAstromReadBilevelChip (pmChip *chip, const psMetadata *header);
    59 bool pmAstromReadBilevelMosaic (pmFPA *fpa, const psMetadata *header, double pixelScale);
     59bool pmAstromReadBilevelMosaic (pmFPA *fpa, const psMetadata *header);
    6060
    6161bool pmAstromWriteBilevelChip (psMetadata *header, const pmChip *chip, double tol);
Note: See TracChangeset for help on using the changeset viewer.