IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10874


Ignore:
Timestamp:
Jan 1, 2007, 11:05:59 AM (19 years ago)
Author:
magnier
Message:

floats to doubles

File:
1 edited

Legend:

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

    r10825 r10874  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-22 21:23:06 $
     9*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2007-01-01 21:05:59 $
    1111*
    1212*  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    4343
    4444// convert from chip->toFPA, fpa->toSky,toTPA terms to wcs terms
    45 pmAstromWCS *pmAstromWCSBilevelChipFromFPA (const pmChip *chip, float tol);
    46 pmAstromWCS *pmAstromWCSBilevelMosaicFromFPA (const pmFPA *fpa, float tol);
     45pmAstromWCS *pmAstromWCSBilevelChipFromFPA (const pmChip *chip, double tol);
     46pmAstromWCS *pmAstromWCSBilevelMosaicFromFPA (const pmFPA *fpa, double tol);
    4747
    4848// convert the pmAstromWCS representation to the FPA representation
    4949bool pmAstromWCStoFPA (pmFPA *fpa, pmChip *chip, const pmAstromWCS *wcs, double plateScale);
    50 pmAstromWCS *pmAstromWCSfromFPA (const pmFPA *fpa, const pmChip *chip, float tol);
     50pmAstromWCS *pmAstromWCSfromFPA (const pmFPA *fpa, const pmChip *chip, double tol);
    5151
    5252// read wcs terms from the supplied header into the fpa hierarchy components
     
    5555// write the wcs terms from the fpa hierarchy components into the supplied header
    5656// tol is the convergence tolerance for the non-linear solution to the reference pixel
    57 bool pmAstromWriteWCS (psMetadata *header, const pmFPA *fpa, const pmChip *chip, float tol);
     57bool pmAstromWriteWCS (psMetadata *header, const pmFPA *fpa, const pmChip *chip, double tol);
    5858
    5959bool pmAstromReadBilevelChip (pmChip *chip, const psMetadata *header);
    6060bool pmAstromReadBilevelMosaic (pmFPA *fpa, const psMetadata *header);
    6161
    62 bool pmAstromWriteBilevelChip (psMetadata *header, const pmChip *chip, float tol);
    63 bool pmAstromWriteBilevelMosaic (psMetadata *header, const pmFPA *fpa, float tol);
     62bool pmAstromWriteBilevelChip (psMetadata *header, const pmChip *chip, double tol);
     63bool pmAstromWriteBilevelMosaic (psMetadata *header, const pmFPA *fpa, double tol);
    6464
    6565// move to pslib
Note: See TracChangeset for help on using the changeset viewer.