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

    r20280 r20520  
    44// Structure that encapsulates Astrometry
    55// Note: this file should have no dependence on ipp data types
     6// XXX: we might be able to remove this restrction. Paul S has
     7// used some of our datatypes in his code
     8//
    69typedef struct {
    710    // opaque pointers to psModules types
     
    1922
    2023
     24#ifndef notdef
    2125// There must be some well known type lying around that we
    2226// can use for this
     
    2529    double  y;
    2630} strkPt;
     31#else
     32// TODO: remove this typedef
     33typedef psPlane strkPt;
     34#endif
    2735
    2836extern bool skyToCell(strkPt *, strkAstrom *astrom, double ra, double dec);
Note: See TracChangeset for help on using the changeset viewer.