- Timestamp:
- Oct 28, 2007, 3:37:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psModules/src/objects/pmSource.h
r15359 r15398 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.18.2. 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-10-2 3 20:54:53$5 * @version $Revision: 1.18.2.2 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-10-29 01:37:48 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 10 10 # ifndef PM_SOURCE_H 11 11 # define PM_SOURCE_H 12 13 # include "pmSourceExtendedPars.h" 12 14 13 15 /// @addtogroup Objects Object Detection / Analysis Functions … … 84 86 psRegion region; ///< area on image covered by selected pixels 85 87 float sky, skyErr; ///< The sky and its error at the center of the object 86 pmSourceExtendedPar ameters *extpars; //extended source parameters88 pmSourceExtendedPars *extpars; ///< extended source parameters 87 89 }; 88 89 typedef struct {90 psVector *radius;91 psVector *flux;92 } pmSourceRadialProfile;93 94 typedef struct {95 psVector *flux;96 psVector *fluxVar; // measured variance97 psVector *fluxErr; // formal error98 } pmSourceAnnuli;99 100 typedef struct {101 float mag;102 float magErr;103 float rad;104 float radErr;105 } pmSourceIsophotalValues;106 107 typedef struct {108 float mag;109 float magErr;110 float rad;111 float radErr;112 } pmSourcePetrosianValues;113 114 typedef struct {115 float mag;116 float magErr;117 float rad;118 float radErr;119 } pmSourceKronValues;120 121 typedef struct {122 pmSourceRadialProfile *profile;123 pmSourceAnnuli *annuli;124 pmSourceIsophotalValues *isophot;125 pmSourcePetrosianValues *petrosian;126 pmSourceKronValues *kron;127 } pmSourceExtendedParameters;128 90 129 91 /** pmPSFClump data structure
Note:
See TracChangeset
for help on using the changeset viewer.
