Changeset 17933 for trunk/psastro
- Timestamp:
- Jun 5, 2008, 3:28:17 AM (18 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 2 edited
-
psastro.h (modified) (1 diff)
-
psastroAstromGuess.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r17556 r17933 93 93 psArray *psastroReadGetstar_PS1_DEV_0 (psFits *fits); 94 94 95 bool psastroAstromGuessSetChip (pmFPA *fpa, pmChip *chip, pmFPAview *view, double pixelScale, bool bilevelAstrometry);95 bool psastroAstromGuessSetChip (pmFPA *fpa, pmChip *chip, const pmFPAview *view, double pixelScale, bool bilevelAstrometry); 96 96 bool psastroAstromGuessSetFPA (pmFPA *fpa, bool *bilevelAstrometry); 97 97 -
trunk/psastro/src/psastroAstromGuess.c
r16537 r17933 163 163 */ 164 164 165 bool psastroAstromGuessSetChip (pmFPA *fpa, pmChip *chip, pmFPAview *view, double pixelScale, bool bilevelAstrometry) {165 bool psastroAstromGuessSetChip (pmFPA *fpa, pmChip *chip, const pmFPAview *view, double pixelScale, bool bilevelAstrometry) { 166 166 167 167 // read WCS data from the corresponding header
Note:
See TracChangeset
for help on using the changeset viewer.
