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/psastroExtractGhosts.c

    r23669 r23810  
    8989
    9090                    // XXX can make a more clever model...
    91                     float xFPA = -1*ref->FP->x;
    92                     float yFPA = -1*ref->FP->y;
     91                    double xFPA = -1*ref->FP->x;
     92                    double yFPA = -1*ref->FP->y;
    9393
    94                     float xChip, yChip;
    95                     pmChip *ghostChip = psastroExtractFindChip (&xChip, &yChip, fpa, xFPA, yFPA);
     94                    double xChip, yChip;
     95                    pmChip *ghostChip = psastroFindChip (&xChip, &yChip, fpa, xFPA, yFPA);
    9696                    if (!ghostChip) continue;
    9797                    if (!ghostChip->cells) continue;
Note: See TracChangeset for help on using the changeset viewer.