IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20521


Ignore:
Timestamp:
Nov 3, 2008, 4:39:37 PM (18 years ago)
Author:
Paul Price
Message:

Report numbers for each class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.c

    r20249 r20521  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-10-18 00:48:24 $
     8 *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-11-04 02:39:37 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    619619    }
    620620
     621    psLogMsg("psModules.objects", PS_LOG_INFO, "Rough classifications: %d %d %d %d %d %d",
     622             Nstar, Npsf, Next, Nsatstar, Nsat, Ncr);
     623
    621624    if (starsn_moments->n) {
    622625        psStats *stats = NULL;
     
    639642            psErrorClear();
    640643        }
    641         psLogMsg ("pmObjects", 3, "SN range (peaks)  : %f - %f\n", stats->min, stats->max);
     644        psLogMsg ("psModules.objects", 3, "SN range (peaks)  : %f - %f (%d)\n",
     645                  stats->min, stats->max, starsn_peaks->n);
    642646        psFree (stats);
    643647    }
Note: See TracChangeset for help on using the changeset viewer.