Changeset 9702
- Timestamp:
- Oct 20, 2006, 5:30:05 PM (20 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.c
r9621 r9702 295 295 #if FPA_ASTROM 296 296 297 tmpChip->col0 = 0;298 tmpChip->row0 = 0;299 297 tmpChip->toFPA = NULL; 300 298 tmpChip->fromFPA = NULL; -
trunk/psModules/src/camera/pmFPA.h
r9621 r9702 9 9 /// @author Eugene Magnier, IfA 10 10 /// 11 /// @version $Revision: 1. 8$ $Name: not supported by cvs2svn $12 /// @date $Date: 2006-10- 18 02:29:15 $11 /// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-10-21 03:30:05 $ 13 13 /// 14 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 53 53 /// (e.g., a CCD). It also contains the concepts metadata appropriate to this level, a summary of analysis 54 54 /// tasks that have been performed, status flags, any HDU that corresponds to this level for the file of 55 /// interest, and astrometric transformations. The astrometric transformations are of two types: rough 56 /// (indicating an offset from the origin of the FPA) and precise (transformations between the chip and FPA 57 /// coordinates). 55 /// interest, and astrometric transformations. The astrometric transformations provide transforms between the 56 /// chip and FPA coordinates and back. 58 57 typedef struct 59 58 { 60 59 #if FPA_ASTROM 61 // Offset specifying position on focal plane62 int col0; ///< Offset from the left of FPA.63 int row0; ///< Offset from the bottom of FPA.64 60 // Astrometric transformations 65 61 psPlaneTransform *toFPA; ///< Transformation from chip to FPA coordinates, or NULL
Note:
See TracChangeset
for help on using the changeset viewer.
