IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2005, 5:43:47 AM (21 years ago)
Author:
eugene
Message:

adding mask & noise images

File:
1 edited

Legend:

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

    r4115 r4215  
    11# include "psphot.h"
    22
    3 psStats *image_stats (psImage *image, psMetadata *config)
     3psStats *image_stats (psImageData *imdata, psMetadata *config)
    44{
    55    psStats *stats = NULL;
    66    psStats *sky   = NULL;
     7
     8    psImage *image = imdata->image;
    79
    810    // get image stats on a subset of the image (random 1e5 pts)
Note: See TracChangeset for help on using the changeset viewer.