Changeset 12484
- Timestamp:
- Mar 18, 2007, 12:06:09 PM (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
r11253 r12484 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 1-24 02:54:14$6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-03-18 22:06:09 $ 8 8 * Copyright 2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 39 39 // convert from wcs terms to chip->toFPA, fpa->toSky,toTPA terms 40 40 bool pmAstromWCSBileveltoChip (pmChip *chip, const pmAstromWCS *wcs); 41 bool pmAstromWCSBileveltoFPA (pmFPA *fpa, const pmAstromWCS *wcs );41 bool pmAstromWCSBileveltoFPA (pmFPA *fpa, const pmAstromWCS *wcs, double pixelScale); 42 42 43 43 // convert from chip->toFPA, fpa->toSky,toTPA terms to wcs terms … … 57 57 58 58 bool pmAstromReadBilevelChip (pmChip *chip, const psMetadata *header); 59 bool pmAstromReadBilevelMosaic (pmFPA *fpa, const psMetadata *header );59 bool pmAstromReadBilevelMosaic (pmFPA *fpa, const psMetadata *header, double pixelScale); 60 60 61 61 bool pmAstromWriteBilevelChip (psMetadata *header, const pmChip *chip, double tol);
Note:
See TracChangeset
for help on using the changeset viewer.
