Changeset 12520 for trunk/psModules/src/camera/pmFPAExtent.h
- Timestamp:
- Mar 21, 2007, 12:01:32 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAExtent.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAExtent.h
r11253 r12520 3 3 * @author Paul Price, IfA 4 4 * 5 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 1-24 02:54:14$5 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-03-21 22:01:32 $ 7 7 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 8 8 */ … … 26 26 ); 27 27 28 // return chip pixels included in all cells 29 psRegion *pmChipPixels(const pmChip *chip); 30 28 31 /// Return the extent of a chip 29 32 /// … … 31 34 psRegion *pmChipExtent(const pmChip *chip ///< The chip of interest 32 35 ); 36 37 // return FPA pixels included in all chips 38 // this FPA grid has 0,0 at the 0,0 corner of one chip, and is NOT the same 39 // as the astrometry focal plane coordinate system 40 psRegion *pmFPAPixels(const pmFPA *fpa); 33 41 34 42 /// Return the extent of an FPA
Note:
See TracChangeset
for help on using the changeset viewer.
