IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2008, 4:38:50 PM (18 years ago)
Author:
bills
Message:

take the diffed skycells as arguments. Compute the overlap in image
coordinates to use in masking out non-warped pixels;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaks.h

    r20361 r20520  
    6464    pmChip  *chip;  // current chip
    6565    pmCell  *cell;  // current cell
     66    psImage *warpedPixels;
    6667    psVector    *tiles;
    6768    float   recoveryImageValue;
     
    7374    int numCols, int numRows);
    7475
     76extern void computeWarpedPixels(streakFiles *sf);
     77extern void streaksremoveExit(psString, int);
     78
    7579#define CHIP_LEVEL_INPUT(_stage) ((_stage == IPP_STAGE_RAW) || (_stage == IPP_STAGE_CHIP))
    7680#define USE_SUPPLIED_ASTROM(_stage) CHIP_LEVEL_INPUT(_stage)
Note: See TracChangeset for help on using the changeset viewer.