IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2009, 6:09:52 PM (17 years ago)
Author:
eugene
Message:

modifications to support a two-pass check on the line range, limiting the initial ra,dec range to the region of the chip of interest using just the projection portion

File:
1 edited

Legend:

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

    r21155 r24382  
    3232extern void linearizeTransforms(strkAstrom *astrom);
    3333
     34extern bool SkyToLocal(strkPt *outPt, strkAstrom *astrom, double ra, double dec);
     35extern bool LocalToSky(strkPt *outPt, strkAstrom *astrom, strkPt *inPt);
     36extern bool componentBounds(int *minX, int *minY, int *maxX, int *maxY, strkAstrom *astrom, int numCols, int numRows);
     37
    3438#endif // STREAKS_ASTROM_H
Note: See TracChangeset for help on using the changeset viewer.