IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2009, 3:00:23 PM (17 years ago)
Author:
eugene
Message:

add masking for ghosts based on model (polynomials in a metadata config file); move mask support functions to psastroMaskUtils; plug leak in psastro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroExtractStar.c

    r23591 r23810  
    1313# include "psastroInternal.h"
    1414
    15 psImage *psastroExtractStar (psImage *input, float x, float y, float dX, float dY) {
     15psImage *psastroExtractStar (psImage *input, double x, double y, double dX, double dY) {
    1616
    1717    // skip if no pixels are on the image
Note: See TracChangeset for help on using the changeset viewer.