IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 12:14:07 PM (20 years ago)
Author:
Paul Price
Message:

Fixing psTraceGetLevel to use same convention as for psTrace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFringeStats.c

    r8848 r9541  
    33 *  @author Eugene Magnier, IfA
    44 *
    5  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-09-20 02:36:36 $
     5 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-10-13 22:11:02 $
    77 *
    88 *  Copyright 2004 IfA
     
    600600    }
    601601
    602     if (psTraceGetLevel(__func__) >= 5) {
     602    if (psTraceGetLevel("psModules.detrend") >= 5) {
    603603        printf("From %d points:\n", numPoints);
    604604        for (int i = 0; i < numCoeffs; i++) {
     
    802802    pmFringeStats *scienceStats = pmFringeStatsMeasure(fringes, readout, maskVal);
    803803
    804     if (psTraceGetLevel(__func__) > 9) {
     804    if (psTraceGetLevel("psModules.detrend") > 9) {
    805805        for (int i = 0; i < fringes->nRequested; i++) {
    806806            printf("%f", scienceStats->f->data.F32[i]);
Note: See TracChangeset for help on using the changeset viewer.