IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4222


Ignore:
Timestamp:
Jun 13, 2005, 10:00:49 AM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r4201 r4222  
    44 *
    55 *  @author GLG, MHPCC
     6 *  @author EAM, IfA: significant modifications.
    67 *
    7  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-06-09 23:41:56 $
     8 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-06-13 20:00:49 $
    910 *
    1011 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    15711572XXX: Why a pmArray output?
    15721573XXX: doex x,y correspond with col,row or row/col?
    1573 XXX: What is momde?
     1574XXX: What is mode?
    15741575XXX: The top, bottom of the contour is not correctly determined.
    15751576*****************************************************************************/
     
    16081609            psFree(yVec);
    16091610            return(NULL);
     1611            //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
    16101612        }
    16111613        xVec->data.F32[row] = ((psF32) source->pixels->col0) + leftIntercept;
     
    16191621            psFree(yVec);
    16201622            return(NULL);
     1623            //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
    16211624        }
    16221625        //printf("HERE the intercepts are (%.2f, %.2f)\n", leftIntercept, rightIntercept);
     
    16421645            psFree(yVec);
    16431646            return(NULL);
     1647            //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
    16441648        }
    16451649        xVec->data.F32[row] = ((psF32) source->pixels->col0) + leftIntercept;
     
    16521656            psFree(yVec);
    16531657            return(NULL);
     1658            //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
    16541659        }
    16551660        xVec->data.F32[row+xVec->n] = ((psF32) source->pixels->col0) + rightIntercept;
Note: See TracChangeset for help on using the changeset viewer.