Changeset 20805 for trunk/psastro/src/psastroAstromGuess.c
- Timestamp:
- Nov 19, 2008, 3:28:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroAstromGuess.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroAstromGuess.c
r20796 r20805 142 142 psastroDumpRawstars (rawstars, fpa, chip); 143 143 } 144 145 psastroVisualPlotRawStars(rawstars, fpa, chip, recipe); 144 146 145 147 if (psTraceGetLevel("psastro.plot") > 0) { … … 362 364 psVector *cornerQd = (psVector *) psBinaryOp (NULL, cornerQn, "-", cornerQf); 363 365 366 psastroVisualPlotAstromGuessCheck (cornerPo, cornerQo, cornerPn, cornerQn, cornerPd, cornerQd); 367 364 368 psStats *statsP = psStatsAlloc (PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV); 365 369 psStats *statsQ = psStatsAlloc (PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV);
Note:
See TracChangeset
for help on using the changeset viewer.
