- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
psModules/src/objects (modified) (1 prop)
-
psModules/src/objects/pmSource.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/psModules/src/objects
- Property svn:ignore
-
old new 15 15 pmSourceIO_CMF_PS1_SV1.c 16 16 pmSourceIO_CMF_PS1_SV2.c 17 pmSourceIO_CMF_PS1_SV3.c 18 pmSourceIO_CMF_PS1_SV4.c 17 19 pmSourceIO_CMF_PS1_DV1.c 18 20 pmSourceIO_CMF_PS1_DV2.c 19 21 pmSourceIO_CMF_PS1_DV3.c 22 pmSourceIO_CMF_PS1_DV4.c 20 23
-
- Property svn:ignore
-
branches/eam_branches/ps2-tc3-20130727/psModules/src/objects/pmSource.h
r36680 r37403 97 97 float apMagRaw; ///< raw mag in given aperture 98 98 float apRadius; ///< radius for aperture magnitude 99 int apNpixels; ///< number of unmasked pixels in aperture 99 100 float apFlux; ///< apFlux corresponding to psfMag or extMag (depending on type) 100 101 float apFluxErr; ///< apFluxErr corresponding to psfMag or extMag (depending on type) … … 113 114 float sky; ///< The sky at the center of the object 114 115 float skyErr; ///< The sky error at the center of the object 116 float extSN; ///< for externally supplied source the kron signal to noise (used by full force) 115 117 116 118 psRegion region; ///< area on image covered by selected pixels … … 119 121 pmSourceExtendedPars *extpars; ///< extended source parameters 120 122 pmSourceDiffStats *diffStats; ///< extra parameters for difference detections 121 p mSourceGalaxyFits *galaxyFits;///< fits to galaxy models (psphotFullForce only)123 psArray *galaxyFits; ///< fits to galaxy models (psphotFullForce only) 122 124 pmSourceLensing *lensingOBJ; ///< lensing moments parameters (per object) 123 125 pmSourceLensing *lensingPSF; ///< lensing moments parameters (psf, interpolated) … … 125 127 pmSource *parent; ///< reference to the master source from which this is derived 126 128 psPtr *tmpPtr; ///< pointer that may be used to store data in a particular module. e.g. psphotKronIterate. 129 short chipNum; ///< camera dependent of chip suppling pixels for fullforce source 130 short chipX; ///< chip space X coord of fullforce source 131 short chipY; ///< chip space Y coord of fullforce source 127 132 int imageID; 128 133 psU16 nFrames;
Note:
See TracChangeset
for help on using the changeset viewer.
