- Timestamp:
- Jul 22, 2011, 5:06:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psModules/src/objects/pmSourceExtendedPars.c
r31153 r31925 258 258 return ( psMemGetDeallocator(ptr) == (psFreeFunc) pmSourceExtendedFluxFree); 259 259 } 260 261 // *** pmSourceExtFitPars describes extra metadata related to an extended fit 262 static void pmSourceExtFitParsFree (pmSourceExtFitPars *pars) { 263 return; 264 } 265 266 pmSourceExtFitPars *pmSourceExtFitParsAlloc (void) { 267 268 pmSourceExtFitPars *pars = (pmSourceExtFitPars *) psAlloc(sizeof(pmSourceExtFitPars)); 269 psMemSetDeallocator(pars, (psFreeFunc) pmSourceExtFitParsFree); 270 271 pars->Mxx = NAN; 272 pars->Mxy = NAN; 273 pars->Myy = NAN; 274 275 pars->Mrf = NAN; 276 pars->apMag = NAN; 277 pars->krMag = NAN; 278 pars->psfMag = NAN; 279 280 return pars; 281 }
Note:
See TracChangeset
for help on using the changeset viewer.
