IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2009, 1:41:10 PM (17 years ago)
Author:
bills
Message:

Changes from Paul Sydney to fix problems with mask like computation at the edges of skycells.

File:
1 edited

Legend:

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

    r20308 r24344  
    2626    @param[out] pixels list of PixelPos pointers corresponding
    2727                       based on the line settings
    28     @param[in] line Line to map to pixels                       */
     28    @param[in] line Line to map to pixels   
     29    @param[in] numCols maximum X (columns) for the line
     30    @param[in] numRows maximum Y (rows) for the line            */
    2931
    30 extern void PixelsFromLine (StreakPixels* pixels, Line *line);
     32extern void PixelsFromLine (StreakPixels* pixels, Line *line,
     33                            int numCols, int numRows);
    3134
    3235#endif /* STREAK_LINE_H */
Note: See TracChangeset for help on using the changeset viewer.