- Timestamp:
- Feb 2, 2009, 11:57:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/pswarp/src/pswarpMatchRange.c
r12526 r21268 1 /** @file pswarpMatchRange.c 2 * 3 * @brief 4 * 5 * @ingroup pswarp 6 * 7 * @author IfA 8 * @version $Revision: 1.4.46.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-02 21:57:10 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 # include "pswarp.h" 2 14 … … 13 25 *maxY = PS_MAX (*maxY, srcPix->y); 14 26 15 // we are warping from src to dest. find the max overlapping pixels in the INPUT (src) 16 // coordinate frame. NOTE: these are in the parent pixel frame since the astrometric 17 // transformation refers to the parent frame 27 /** we are warping from src to dest. find the max overlapping pixels in the INPUT (src) 28 * coordinate frame. NOTE: these are in the parent pixel frame since the astrometric 29 * transformation refers to the parent frame 30 */ 18 31 bool pswarpMatchRange (int *minX, int *minY, int *maxX, int *maxY, pmReadout *dest, pmReadout *src) { 19 32
Note:
See TracChangeset
for help on using the changeset viewer.
