IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5006


Ignore:
Timestamp:
Sep 12, 2005, 12:33:17 PM (21 years ago)
Author:
gusciora
Message:

Cosmetic modifications.

Location:
trunk/psModules/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmImageSubtract.c

    r4992 r5006  
    77 *  @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-09-11 22:25:39 $
     9 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-09-12 22:33:17 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    949949                    if (stamp->status == PM_STAMP_RECALC) {
    950950                        psVector *stampVector = stamp->vector;
    951                         printf("COOL: stamp %d vector:\n", s);
     951                        printf("STAMP: stamp %d vector:\n", s);
    952952                        PS_VECTOR_PRINT_F64(stampVector);
    953953                    }
  • trunk/psModules/src/pmObjects.c

    r4992 r5006  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-09-11 22:25:39 $
     8 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-09-12 22:33:17 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    16251625            //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
    16261626        }
    1627         //printf("HERE the intercepts are (%.2f, %.2f)\n", leftIntercept, rightIntercept);
     1627        //printf("The intercepts are (%.2f, %.2f)\n", leftIntercept, rightIntercept);
    16281628        xVec->data.F32[row+xVec->n] = ((psF32) source->pixels->col0) + rightIntercept;
    16291629
Note: See TracChangeset for help on using the changeset viewer.