IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2661 for trunk/stac/src/stac.h


Ignore:
Timestamp:
Dec 7, 2004, 3:38:05 PM (22 years ago)
Author:
Paul Price
Message:

Working, but not getting faint CRs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stac.h

    r2500 r2661  
    2727    float frac;                         // Fraction of input pixel that must be masked before the pixel is
    2828                                        // considered bad
     29    float grad;                         // Multiplier of the gradient
    2930} stacConfig;
    3031
     
    129130// stacRejection.c
    130131
     132// Return the relative gradient for a given pixel
     133float stacGradient(psImage *image,      // Input for which to measure the gradient
     134                   int x, int y         // Coordinates at which to measure the gradient
     135    );
     136
    131137// Transform the rejection masks back to the source frame
    132138psArray *stacRejection(psArray *inputs, // Input images
Note: See TracChangeset for help on using the changeset viewer.