IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2007, 2:55:49 PM (19 years ago)
Author:
magnier
Message:

adjusted pmModel.h to allow pmModel to use functions which use pmModel
as an argument.

adjusted the order of the pmPSF.h entries to allow that as an argument
as well

changed pmPSF I/O functions to load/save the psf on the
chip->analysis, not the readout->analysis

fixed the modelRadius function for PGAUSS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070817/psModules/src/objects/pmSource.h

    r14546 r14612  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.16.2.2 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-08-20 01:58:16 $
     5 * @version $Revision: 1.16.2.3 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-08-23 00:55:49 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    5757 *
    5858 */
    59 typedef struct
    60 {
     59struct pmSource {
    6160    const int id;                       ///< Unique ID for object
    6261    pmPeak *peak;                       ///< Description of peak pixel.
     
    8180    psRegion region;                    ///< area on image covered by selected pixels
    8281    float sky, skyErr;                  ///< The sky and its error at the center of the object
    83 }
    84 pmSource;
     82};
    8583
    8684/** pmPSFClump data structure
Note: See TracChangeset for help on using the changeset viewer.