IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26302


Ignore:
Timestamp:
Dec 2, 2009, 3:32:45 AM (16 years ago)
Author:
Paul Price
Message:

Add zp and transparency to log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackSources.c

    r26076 r26302  
    256256        float magCorr = airmassTerm - 2.5*log10(sumExpTime) - zp->data.F32[i] - trans->data.F32[i];
    257257        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]);
    259260
    260261        for (int j = 0; j < sources->n; j++) {
Note: See TracChangeset for help on using the changeset viewer.