Changeset 9627 for trunk/psastro/src/psastroAstromGuess.c
- Timestamp:
- Oct 18, 2006, 8:44:12 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroAstromGuess.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroAstromGuess.c
r9574 r9627 80 80 p_psDeproject (raw->sky, raw->TP, fpa->projection); 81 81 82 if ((i < 10) && (psTraceGetLevel("psastro .guess") > 5)) {82 if ((i < 10) && (psTraceGetLevel("psastro") > 5)) { 83 83 fprintf (stderr, "up: %f,%f -> %f,%f -> %f,%f -> %f,%f\n", 84 84 raw->chip->x, raw->chip->y, … … 100 100 tp->x, tp->y, 101 101 raw->sky->r, raw->sky->d); 102 103 psFree (fp); 104 psFree (tp); 105 psFree (ch); 102 106 } 103 107
Note:
See TracChangeset
for help on using the changeset viewer.
