IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12816


Ignore:
Timestamp:
Apr 12, 2007, 8:56:52 AM (19 years ago)
Author:
magnier
Message:

added a comment

Location:
trunk/psModules/src/objects
Files:
2 edited

Legend:

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

    r10377 r12816  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-12-01 19:26:47 $
     8 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-04-12 18:56:37 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    409409    region = psRegionForImage (readout->image, region);
    410410
     411    // the view, image, and mask retain col0,row0
    411412    psImage *view = psImageSubset (readout->image, region);
    412413    psImage *image = psImageCopy (NULL, view, PS_TYPE_F32);
  • trunk/psModules/src/objects/pmPeaks.c

    r11159 r12816  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-01-19 04:36:55 $
     8 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-04-12 18:56:52 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    304304XXX: This does not work if image has either a single row, or a single column.
    305305 
     306The peak is returned in the image parent coordinates
     307
    306308*****************************************************************************/
    307309psArray *pmFindImagePeaks(const psImage *image, psF32 threshold)
Note: See TracChangeset for help on using the changeset viewer.