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/psphot.h

    r4129 r4215  
    55# include <unistd.h>
    66# include <stdlib.h>
     7
     8typedef struct {
     9  psImage *image;
     10  psImage *mask;
     11  psImage *noise;
     12  psMetadata *header;
     13} psImageData;
    714
    815// data to test a given PSF model type
Note: See TracChangeset for help on using the changeset viewer.