IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2005, 5:44:55 PM (21 years ago)
Author:
eugene
Message:

various psphot updates

File:
1 edited

Legend:

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

    r4642 r4901  
    3636        stats = psVectorStats (stats, subset, NULL, NULL, 0); // use a mask?
    3737        psFree (subset);
    38         psFree (rnd)
     38        psFree (rnd);
    3939    }
    4040
     
    5252    psLogMsg ("psphot", 3, "background: %f +/- %f\n", sky->sampleMean, sky->sampleStdev);
    5353
     54    psFree (stats);
    5455    return (sky);
    5556}
Note: See TracChangeset for help on using the changeset viewer.