Changeset 10874
- Timestamp:
- Jan 1, 2007, 11:05:59 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryWCS.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryWCS.h
r10825 r10874 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-12-22 21:23:06$9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-01 21:05:59 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 43 43 44 44 // convert from chip->toFPA, fpa->toSky,toTPA terms to wcs terms 45 pmAstromWCS *pmAstromWCSBilevelChipFromFPA (const pmChip *chip, floattol);46 pmAstromWCS *pmAstromWCSBilevelMosaicFromFPA (const pmFPA *fpa, floattol);45 pmAstromWCS *pmAstromWCSBilevelChipFromFPA (const pmChip *chip, double tol); 46 pmAstromWCS *pmAstromWCSBilevelMosaicFromFPA (const pmFPA *fpa, double tol); 47 47 48 48 // convert the pmAstromWCS representation to the FPA representation 49 49 bool pmAstromWCStoFPA (pmFPA *fpa, pmChip *chip, const pmAstromWCS *wcs, double plateScale); 50 pmAstromWCS *pmAstromWCSfromFPA (const pmFPA *fpa, const pmChip *chip, floattol);50 pmAstromWCS *pmAstromWCSfromFPA (const pmFPA *fpa, const pmChip *chip, double tol); 51 51 52 52 // read wcs terms from the supplied header into the fpa hierarchy components … … 55 55 // write the wcs terms from the fpa hierarchy components into the supplied header 56 56 // 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, floattol);57 bool pmAstromWriteWCS (psMetadata *header, const pmFPA *fpa, const pmChip *chip, double tol); 58 58 59 59 bool pmAstromReadBilevelChip (pmChip *chip, const psMetadata *header); 60 60 bool pmAstromReadBilevelMosaic (pmFPA *fpa, const psMetadata *header); 61 61 62 bool pmAstromWriteBilevelChip (psMetadata *header, const pmChip *chip, floattol);63 bool pmAstromWriteBilevelMosaic (psMetadata *header, const pmFPA *fpa, floattol);62 bool pmAstromWriteBilevelChip (psMetadata *header, const pmChip *chip, double tol); 63 bool pmAstromWriteBilevelMosaic (psMetadata *header, const pmFPA *fpa, double tol); 64 64 65 65 // move to pslib
Note:
See TracChangeset
for help on using the changeset viewer.
