IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2009, 2:26:32 PM (17 years ago)
Author:
eugene
Message:

change radius for extended sources to use footprint; clean up some of the visualizations; plug some leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotEllipticalProfile.c

    r25363 r25433  
    3232    float Syy = shape.sy;
    3333
     34    // XXX drop these two vectors?
    3435    psVector *radiusRaw = psVectorAllocEmpty(100, PS_TYPE_F32);
    3536    psVector *fluxRaw = psVectorAllocEmpty(100, PS_TYPE_F32);
     
    6566
    6667    // psphotPetrosianVisualProfileRadii (radius, flux, radiusRaw, fluxRaw, 0.0);
    67     psphotPetrosianVisualProfileByAngle (radius, flux);
     68    // psphotPetrosianVisualProfileByAngle (radius, flux);
     69
     70    psFree (radiusRaw);
     71    psFree (fluxRaw);
    6872    return true;
    6973}
Note: See TracChangeset for help on using the changeset viewer.