IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2006, 8:30:16 AM (21 years ago)
Author:
eugene
Message:

API cleanup, removed old test files, some re-organization, changed FLT/GAL to EXT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotDefinePixels.c

    r5980 r5993  
    4949    if (extend) {
    5050        // Grab a new subimage
    51         // psFree (mySource->pixels);
    52         // psFree (mySource->weight);
    53         // psFree (mySource->mask);
     51        psFree (mySource->pixels);
     52        psFree (mySource->weight);
     53        psFree (mySource->mask);
    5454
    55         // fprintf (stderr, "extend %f,%f\n", x, y);
    5655        mySource->pixels = psImageSubset(imdata->image,  newRegion);
    5756        mySource->weight = psImageSubset(imdata->weight, newRegion);
     
    6261    return extend;
    6362}
    64 
    65 
    66 //**** this function was ALWAYS restricting to model->radius
    67 //     should have left it larger (PSF_FIT_RAD) for the faint sources
Note: See TracChangeset for help on using the changeset viewer.