IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2013, 11:39:41 AM (13 years ago)
Author:
eugene
Message:

save the galaxy flux for the model tests, not the Io; write as a set of vectors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmSourceExtendedPars.c

    r36157 r36217  
    290290static void pmSourceGalaxyFitsFree (pmSourceGalaxyFits *tmp) {
    291291 
    292     psFree (tmp->Io);
    293     psFree (tmp->dIo);
     292    psFree (tmp->Flux);
     293    psFree (tmp->dFlux);
    294294    psFree (tmp->chisq);
    295295
     
    302302    psMemSetDeallocator(tmp, (psFreeFunc) pmSourceGalaxyFitsFree);
    303303
    304     tmp->Io = psVectorAllocEmpty (25, PS_TYPE_F32);
    305     tmp->dIo = psVectorAllocEmpty (25, PS_TYPE_F32);
     304    tmp->Flux = psVectorAllocEmpty (25, PS_TYPE_F32);
     305    tmp->dFlux = psVectorAllocEmpty (25, PS_TYPE_F32);
    306306    tmp->chisq = psVectorAllocEmpty (25, PS_TYPE_F32);
    307307    tmp->nPix = 0;
Note: See TracChangeset for help on using the changeset viewer.