IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2006, 4:16:05 PM (20 years ago)
Author:
Paul Price
Message:

Restoring pmMaskBadPixels to the build (it has different functionality than pmReadoutSetMask, which only sets the mask on the basis of the image pixels, not on the basis of an independent bad pixel mask). Moved pmMaskValue to pmFPAMaskWeight.h, since it's related to the camera more than the detrend step. Changed a whole heap of #include statements to point to the new location.

File:
1 edited

Legend:

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

    r6944 r7283  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-04-21 21:29:01 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-06-02 02:16:05 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1919#include "pmHDU.h"
    2020#include "pmFPA.h"
    21 #include "pmMaskBadPixels.h"
     21#include "pmFPAMaskWeight.h"
    2222#include "pmPeaks.h"
    2323#include "pmMoments.h"
     
    133133
    134134/******************************************************************************
    135     pmSourcePSFClump(source, metadata): Find the likely PSF clump in the 
    136     sigma-x, sigma-y plane. return 0,0 clump in case of error. 
     135    pmSourcePSFClump(source, metadata): Find the likely PSF clump in the
     136    sigma-x, sigma-y plane. return 0,0 clump in case of error.
    137137*****************************************************************************/
    138138
     
    310310    pmSourceRoughClass(source, metadata): make a guess at the source
    311311    classification.
    312     
     312 
    313313    XXX: push the clump info into the metadata?
    314     
     314 
    315315    XXX: How can this function ever return FALSE?
    316     
     316 
    317317    EAM: I moved S/N calculation to pmSourceMoments, using weight image
    318318*****************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.