- Timestamp:
- Jul 17, 2014, 12:30:45 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/psModules
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/objects (modified) (1 prop)
-
src/objects/pmSource.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/psModules
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/psModules/src/objects
- Property svn:ignore
-
old new 12 12 pmSourceIO_CMF_PS1_V1.v1.c 13 13 pmSourceIO_CMF_PS1_V4.c 14 pmSourceIO_CMF_PS1_V5.c 14 15 pmSourceIO_CMF_PS1_SV1.c 15 16 pmSourceIO_CMF_PS1_SV2.c 17 pmSourceIO_CMF_PS1_SV3.c 16 18 pmSourceIO_CMF_PS1_DV1.c 17 19 pmSourceIO_CMF_PS1_DV2.c 18 20 pmSourceIO_CMF_PS1_DV3.c 19 21 pmSourceIO_CMF_PS1_DV4.c
-
- Property svn:ignore
-
branches/eam_branches/ipp-ops-20130712/psModules/src/objects/pmSource.h
r34403 r37066 40 40 PM_SOURCE_TMPF_PETRO_KEEP = 0x0100, 41 41 PM_SOURCE_TMPF_PETRO_SKIP = 0x0200, 42 PM_SOURCE_TMPF_EXT_FIT = 0x0400, // not just galaxies (trails as well) 43 PM_SOURCE_TMPF_PETRO = 0x0800, 42 44 } pmSourceTmpF; 43 45 … … 95 97 float apMagRaw; ///< raw mag in given aperture 96 98 float apRadius; ///< radius for aperture magnitude 99 int apNpixels; ///< number of unmasked pixels in aperture 97 100 float apFlux; ///< apFlux corresponding to psfMag or extMag (depending on type) 98 101 float apFluxErr; ///< apFluxErr corresponding to psfMag or extMag (depending on type) … … 111 114 float sky; ///< The sky at the center of the object 112 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) 113 117 114 118 psRegion region; ///< area on image covered by selected pixels … … 117 121 pmSourceExtendedPars *extpars; ///< extended source parameters 118 122 pmSourceDiffStats *diffStats; ///< extra parameters for difference detections 123 psArray *galaxyFits; ///< fits to galaxy models (psphotFullForce only) 124 pmSourceLensing *lensingOBJ; ///< lensing moments parameters (per object) 125 pmSourceLensing *lensingPSF; ///< lensing moments parameters (psf, interpolated) 119 126 psArray *radialAper; ///< radial flux in circular apertures 120 127 pmSource *parent; ///< reference to the master source from which this is derived
Note:
See TracChangeset
for help on using the changeset viewer.
