IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2006, 5:30:05 PM (20 years ago)
Author:
Paul Price
Message:

Removing col0,row0 in the chip --- it's in the concepts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA.h

    r9621 r9702  
    99/// @author Eugene Magnier, IfA
    1010///
    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 $
    1313///
    1414/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    5353/// (e.g., a CCD).  It also contains the concepts metadata appropriate to this level, a summary of analysis
    5454/// 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.
    5857typedef struct
    5958{
    6059    #if FPA_ASTROM
    61     // Offset specifying position on focal plane
    62     int col0;                           ///< Offset from the left of FPA.
    63     int row0;                           ///< Offset from the bottom of FPA.
    6460    // Astrometric transformations
    6561    psPlaneTransform *toFPA;            ///< Transformation from chip to FPA coordinates, or NULL
Note: See TracChangeset for help on using the changeset viewer.