Changeset 26302 for branches/pap/ppStack/src/ppStackSources.c
- Timestamp:
- Dec 2, 2009, 3:32:45 AM (16 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackSources.c
r26076 r26302 256 256 float magCorr = airmassTerm - 2.5*log10(sumExpTime) - zp->data.F32[i] - trans->data.F32[i]; 257 257 options->norm->data.F32[i] = magCorr; 258 psLogMsg("ppStack", PS_LOG_INFO, "Applying magnitude correction to image %d: %f\n", i, magCorr); 258 psLogMsg("ppStack", PS_LOG_INFO, "Applying magnitude correction to image %d: %f (%f,%f)\n", 259 i, magCorr, zp->data.F32[i], trans->data.F32[i]); 259 260 260 261 for (int j = 0; j < sources->n; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
