- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules/src/objects/pmSource.h
r33415 r34041 72 72 psImage *pixels; ///< Rectangular region including object pixels. 73 73 psImage *variance; ///< Image variance. 74 # if (HAVE_MODEL_VAR) 75 psImage *modelVar; ///< variance based on current models 76 # endif 74 77 psImage *maskObj; ///< unique mask for this object which marks included pixels associated with objects. 75 78 psImage *maskView; ///< view into global image mask for this object region … … 117 120 psArray *radialAper; ///< radial flux in circular apertures 118 121 pmSource *parent; ///< reference to the master source from which this is derived 122 psPtr *tmpPtr; ///< pointer that may be used to store data in a particular module. e.g. psphotKronIterate. 119 123 int imageID; 124 psU16 nFrames; 120 125 }; 121 126 … … 301 306 bool pmSourceNoiseOp (pmSource *source, pmModelOpMode mode, float FACTOR, float SIZE, bool add, psImageMaskType maskVal, int dx, int dy); 302 307 308 bool pmSourceSmoothOp (pmSource *source, pmModelOpMode mode, psImage *target, float sigma, bool add, psImageMaskType maskVal, int dx, int dy); 309 bool pmSourceSmoothOpModel (pmModel *model, pmSource *source, pmModelOpMode mode, psImage *target, float sigma, bool add, psImageMaskType maskVal, int dx, int dy); 310 303 311 bool pmSourceOp (pmSource *source, pmModelOpMode mode, bool add, psImageMaskType maskVal, int dx, int dy); 304 312 bool pmSourceCacheModel (pmSource *source, psImageMaskType maskVal);
Note:
See TracChangeset
for help on using the changeset viewer.
