IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2007, 12:01:32 PM (19 years ago)
Author:
magnier
Message:

adding functions to return valid pixel region for chip and fpa

File:
1 edited

Legend:

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

    r11253 r12520  
    33 * @author Paul Price, IfA
    44 *
    5  * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-01-24 02:54:14 $
     5 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-03-21 22:01:32 $
    77 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    88 */
     
    2626                      );
    2727
     28// return chip pixels included in all cells
     29psRegion *pmChipPixels(const pmChip *chip);
     30
    2831/// Return the extent of a chip
    2932///
     
    3134psRegion *pmChipExtent(const pmChip *chip ///< The chip of interest
    3235                      );
     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
     40psRegion *pmFPAPixels(const pmFPA *fpa);
    3341
    3442/// Return the extent of an FPA
Note: See TracChangeset for help on using the changeset viewer.