Changeset 9574 for trunk/psastro/src/psastroTestFuncs.c
- Timestamp:
- Oct 13, 2006, 5:10:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroTestFuncs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroTestFuncs.c
r9374 r9574 32 32 for (int j = 0; j < map->x->nY + 1; j++) { 33 33 if (map->x->mask[i][j]) continue; 34 psLogMsg ( __func__, 4, "x term %d,%d: %f +/- %f\n", i, j, map->x->coeff[i][j], map->x->coeffErr[i][j]);34 psLogMsg ("psastro", 4, "x term %d,%d: %f +/- %f\n", i, j, map->x->coeff[i][j], map->x->coeffErr[i][j]); 35 35 } 36 36 } … … 39 39 for (int j = 0; j < map->y->nY + 1; j++) { 40 40 if (map->y->mask[i][j]) continue; 41 psLogMsg ( __func__, 4, "y term %d,%d: %f +/- %f\n", i, j, map->y->coeff[i][j], map->y->coeffErr[i][j]);41 psLogMsg ("psastro", 4, "y term %d,%d: %f +/- %f\n", i, j, map->y->coeff[i][j], map->y->coeffErr[i][j]); 42 42 } 43 43 }
Note:
See TracChangeset
for help on using the changeset viewer.
