Changeset 36375 for trunk/psModules/src/objects/pmSource.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/psModules
- Property svn:mergeinfo changed
-
trunk/psModules/src/objects/pmSource.h
r34403 r36375 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 … … 117 119 pmSourceExtendedPars *extpars; ///< extended source parameters 118 120 pmSourceDiffStats *diffStats; ///< extra parameters for difference detections 121 pmSourceGalaxyFits *galaxyFits; ///< fits to galaxy models (psphotFullForce only) 119 122 psArray *radialAper; ///< radial flux in circular apertures 120 123 pmSource *parent; ///< reference to the master source from which this is derived
Note:
See TracChangeset
for help on using the changeset viewer.
