Index: branches/pap/ppStack/src/ppStackSources.c
===================================================================
--- branches/pap/ppStack/src/ppStackSources.c	(revision 26308)
+++ branches/pap/ppStack/src/ppStackSources.c	(revision 26313)
@@ -248,4 +248,6 @@
     // m_0 = m_1 + zp_1 + trans_1 - c1 * airmass_0 - 2.5log(t_0)
     // We don't need to know the magnitude zero point for the filter, since it cancels out
+    psLogMsg("ppStack", PS_LOG_INFO, "Scaling output to exp = %f sec, with airmass addition = %f mag\n",
+             sumExpTime, airmassTerm);
     options->norm = psVectorAlloc(num, PS_TYPE_F32);
     for (int i = 0; i < num; i++) {
