Changeset 23647
- Timestamp:
- Mar 31, 2009, 5:26:21 PM (17 years ago)
- Location:
- branches/pap/ppImage/src
- Files:
-
- 3 edited
-
ppImage.h (modified) (1 diff)
-
ppImageAstrom.c (modified) (2 diffs)
-
ppImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppImage/src/ppImage.h
r23580 r23647 147 147 148 148 bool ppImagePhotom(psMetadata *stats, pmConfig *config, pmFPAview *view); 149 bool ppImageAstrom(pmConfig *config );149 bool ppImageAstrom(pmConfig *config, psMetadata *stats); 150 150 bool ppImageAddstar(pmConfig *config); 151 151 -
branches/pap/ppImage/src/ppImageAstrom.c
r16084 r23647 7 7 // this function is mostly equivalent to the top-level of psastro, with some 8 8 // modifications since the data has already been loaded. 9 bool ppImageAstrom (pmConfig *config ) {9 bool ppImageAstrom (pmConfig *config, psMetadata *stats) { 10 10 11 11 bool status; … … 27 27 } 28 28 29 if (!psastroAnalysis (config)) {29 if (!psastroAnalysis(config, stats)) { 30 30 psError (PSASTRO_ERR_UNKNOWN, false, "failure in psastro analysis\n"); 31 31 return false; -
branches/pap/ppImage/src/ppImageLoop.c
r23580 r23647 205 205 // this also performs the psastro file IO 206 206 if (options->doAstromChip || options->doAstromMosaic) { 207 if (!ppImageAstrom(config )) {207 if (!ppImageAstrom(config, stats)) { 208 208 ESCAPE("error running astrometry."); 209 209 }
Note:
See TracChangeset
for help on using the changeset viewer.
