Changeset 13832 for trunk/psastro/src/psastroAnalysis.c
- Timestamp:
- Jun 14, 2007, 8:58:44 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroAnalysis.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroAnalysis.c
r12806 r13832 3 3 bool psastroAnalysis (pmConfig *config) { 4 4 5 int nStars; 6 5 7 // interpret the available initial astrometric information 6 8 // apply the initial guess 7 if (!psastroAstromGuess ( config)) {9 if (!psastroAstromGuess (&nStars, config)) { 8 10 psError (PSASTRO_ERR_UNKNOWN, false, "failed to determine initial astrometry guess\n"); 9 11 return false; 12 } 13 if (nStars == 0) { 14 psLogMsg ("psastro", 2, "skipping astrometry analysis : no stars\n"); 15 return true; 10 16 } 11 17
Note:
See TracChangeset
for help on using the changeset viewer.
