IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12484


Ignore:
Timestamp:
Mar 18, 2007, 12:06:09 PM (19 years ago)
Author:
magnier
Message:

need to supply pixel scale for chip/fpa dimensions

File:
1 edited

Legend:

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

    r11253 r12484  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-24 02:54:14 $
     6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-03-18 22:06:09 $
    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);
     41bool pmAstromWCSBileveltoFPA (pmFPA *fpa, const pmAstromWCS *wcs, double pixelScale);
    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);
     59bool pmAstromReadBilevelMosaic (pmFPA *fpa, const psMetadata *header, double pixelScale);
    6060
    6161bool pmAstromWriteBilevelChip (psMetadata *header, const pmChip *chip, double tol);
Note: See TracChangeset for help on using the changeset viewer.