IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2009, 7:15:08 AM (16 years ago)
Author:
Paul Price
Message:

Adding log message about scaling of output.

File:
1 edited

Legend:

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

    r26308 r26313  
    248248    // m_0 = m_1 + zp_1 + trans_1 - c1 * airmass_0 - 2.5log(t_0)
    249249    // We don't need to know the magnitude zero point for the filter, since it cancels out
     250    psLogMsg("ppStack", PS_LOG_INFO, "Scaling output to exp = %f sec, with airmass addition = %f mag\n",
     251             sumExpTime, airmassTerm);
    250252    options->norm = psVectorAlloc(num, PS_TYPE_F32);
    251253    for (int i = 0; i < num; i++) {
Note: See TracChangeset for help on using the changeset viewer.