Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psChip Struct Reference
[Astrometry Functions]

#include <psAstrometry.h>

Collaboration diagram for psChip:

Collaboration graph
[legend]

Detailed Description

Chip data structure.

A chip consists of one or more cells (according to the number of amplifiers on the CCD). It contains a pointer to the chip's metadata, and a pointer to the parent focal plane. For astrometry, it contains a coordinate transform from the chip to the focal plane, and vis-versa.

Definition at line 150 of file psAstrometry.h.

Data Fields

const psS32 col0
 Offset from the left of FPA.
const psS32 row0
 Offset from the bottom of FPA.
psArraycells
 cells in the chip
psMetadatametadata
 chip-level metadata
psPlaneTransformtoFPA
 transformation from chip to FPA coordinates
psPlaneTransformfromFPA
 transformation from FPA to chip coordinates
psFPAparent
 FPA which contains this chip.


Field Documentation

psArray* psChip::cells
 

cells in the chip

Definition at line 155 of file psAstrometry.h.

const psS32 psChip::col0
 

Offset from the left of FPA.

Definition at line 152 of file psAstrometry.h.

psPlaneTransform* psChip::fromFPA
 

transformation from FPA to chip coordinates

Definition at line 160 of file psAstrometry.h.

psMetadata* psChip::metadata
 

chip-level metadata

Definition at line 157 of file psAstrometry.h.

struct psFPA* psChip::parent
 

FPA which contains this chip.

Definition at line 162 of file psAstrometry.h.

const psS32 psChip::row0
 

Offset from the bottom of FPA.

Definition at line 153 of file psAstrometry.h.

psPlaneTransform* psChip::toFPA
 

transformation from chip to FPA coordinates

Definition at line 159 of file psAstrometry.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 15 11:01:11 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1