Changeset 32695 for trunk/psModules/src/objects/pmSource.c
- Timestamp:
- Nov 17, 2011, 2:17:35 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/objects/pmSource.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20111110 (added) merged: 32645-32647,32660-32663,32685-32686,32689-32694
- Property svn:mergeinfo changed
-
trunk/psModules/src/objects/pmSource.c
r32633 r32695 121 121 source->modelFits = NULL; 122 122 source->extFitPars = NULL; 123 123 124 source->type = PM_SOURCE_TYPE_UNKNOWN; 124 125 source->mode = PM_SOURCE_MODE_DEFAULT; … … 138 139 source->apFluxErr = NAN; 139 140 141 source->windowRadius = NAN; 140 142 source->skyRadius = NAN; 141 143 source->skyFlux = NAN; … … 203 205 204 206 source->imageID = in->imageID; 207 205 208 source->type = in->type; 206 209 source->mode = in->mode; 207 210 source->mode2 = in->mode2; 208 211 source->tmpFlags = in->tmpFlags; 212 209 213 source->psfMag = in->psfMag; 210 214 source->psfMagErr = in->psfMagErr; … … 217 221 source->apFlux = in->apFlux; 218 222 source->apFluxErr = in->apFluxErr; 223 224 source->windowRadius = in->windowRadius; 225 source->skyRadius = in->skyRadius; 226 source->skyFlux = in->skyFlux; 227 source->skySlope = in->skySlope; 228 219 229 source->pixWeightNotBad = in->pixWeightNotBad; 220 230 source->pixWeightNotPoor = in->pixWeightNotPoor; 231 221 232 source->psfChisq = in->psfChisq; 222 233 source->crNsigma = in->crNsigma; … … 259 270 } 260 271 mySource->region = srcRegion; 272 mySource->windowRadius = Radius; 261 273 262 274 return true; … … 328 340 mySource->psfImage = NULL; 329 341 } 342 mySource->windowRadius = Radius; 330 343 return extend; 331 344 }
Note:
See TracChangeset
for help on using the changeset viewer.
