Index: trunk/psLib/src/astronomy/psAstrometry.h
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.h	(revision 1426)
+++ trunk/psLib/src/astronomy/psAstrometry.h	(revision 1440)
@@ -9,6 +9,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-09 22:44:25 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-09 23:34:57 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -100,7 +100,7 @@
     const int row0;             ///< Offset from the bottom of chip.
 
-    psImage *image;             ///< imaging area of Readout
-    psList *objects;            ///< objects derived from Readout
-    psMetadata *metadata;       ///< readout-level metadata
+    psImage* image;             ///< imaging area of Readout
+    psList* objects;            ///< objects derived from Readout
+    psMetadata* metadata;       ///< readout-level metadata
 }
 psReadout;
@@ -117,13 +117,13 @@
 typedef struct psCell
 {
-    psArray *readouts;          ///< readouts from the cell
-    psMetadata *metadata;       ///< cell-level metadata
-
-    psPlaneTransform *toChip;   ///< transformations from cell to chip coordinates
-    psPlaneTransform *fromChip; ///< transformations from chip to cell coordinates
-    psPlaneTransform *toFPA;    ///< transformations from cell to FPA coordinates
-    psPlaneTransform *toSky;    ///< transformations from cell to sky coordinates
-
-    struct psChip *parent;      ///< chip in which contains this cell
+    psArray* readouts;          ///< readouts from the cell
+    psMetadata* metadata;       ///< cell-level metadata
+
+    psPlaneTransform* toChip;   ///< transformations from cell to chip coordinates
+    psPlaneTransform* fromChip; ///< transformations from chip to cell coordinates
+    psPlaneTransform* toFPA;    ///< transformations from cell to FPA coordinates
+    psPlaneTransform* toSky;    ///< transformations from cell to sky coordinates
+
+    struct psChip* parent;      ///< chip in which contains this cell
 }
 psCell;
@@ -139,11 +139,11 @@
 typedef struct psChip
 {
-    psArray *cells;             ///< cells in the chip
-    psMetadata *metadata;       ///< chip-level metadata
-
-    psPlaneTransform *toFPA;    ///< transformation from chip to FPA coordinates
-    psPlaneTransform *fromFPA;  ///< transformation from FPA to chip coordinates
-
-    struct psFPA *parent;       ///< FPA which contains this chip
+    psArray* cells;             ///< cells in the chip
+    psMetadata* metadata;       ///< chip-level metadata
+
+    psPlaneTransform* toFPA;    ///< transformation from chip to FPA coordinates
+    psPlaneTransform* fromFPA;  ///< transformation from FPA to chip coordinates
+
+    struct psFPA* parent;       ///< FPA which contains this chip
 }
 psChip;
@@ -164,15 +164,15 @@
 typedef struct psFPA
 {
-    psArray *chips;             ///< chips in the focal plane array
-    psMetadata *metadata;       ///< focal-plane's metadata
-
-    psPlaneDistort *fromTangentPlane;   ///< transformation from tangent plane to focal plane
-    psPlaneDistort *toTangentPlane;     ///< transformation from focal plane to tangent plane
-    psFixedPattern *pattern;    ///< fixed pattern residual offsets
-
-    const struct psExposure *exposure;  ///< information about this exposure
-
-    psPhotSystem *colorPlus;    ///< Color reference
-    psPhotSystem *colorMinus;   ///< Color reference
+    psArray* chips;             ///< chips in the focal plane array
+    psMetadata* metadata;       ///< focal-plane's metadata
+
+    psPlaneDistort* fromTangentPlane;   ///< transformation from tangent plane to focal plane
+    psPlaneDistort* toTangentPlane;     ///< transformation from focal plane to tangent plane
+    psFixedPattern* pattern;    ///< fixed pattern residual offsets
+
+    const struct psExposure* exposure;  ///< information about this exposure
+
+    psPhotSystem* colorPlus;    ///< Color reference
+    psPhotSystem* colorMinus;   ///< Color reference
 
     float rmsX;                 ///< RMS for x transformation fits
@@ -214,5 +214,5 @@
 psExposure;
 
-psExposure *psExposureAlloc(double ra,  ///< Telescope boresight, right ascention
+psExposure* psExposureAlloc(double ra,  ///< Telescope boresight, right ascention
                             double dec, ///< Telescope boresight, declination
                             double hourAngle,   ///< Hour angle
@@ -233,40 +233,40 @@
  *  exposure.
  *
- *  @return psGrommit*     New grommit structure.
- */
-psGrommit *psGrommitAlloc(const psExposure * exp        ///< the cooresponding exposure structure.
+ *  @return psGrommit* New grommit structure.
+ */
+psGrommit* psGrommitAlloc(const psExposure* exp        ///< the cooresponding exposure structure.
                          );
 
-psCell *psCellinFPA(psCell * out, const psPlane * coord, const psFPA * FPA);
-
-psChip *psChipinFPA(psChip * out, const psPlane * coord, const psFPA * FPA);
-
-psCell *psCellinChip(psCell * out, const psPlane * coord, const psChip * chip);
-
-psPlane *psCoordCelltoChip(psPlane * out, const psPlane * in, const psCell * cell);
-
-psPlane *psCoordChipToFPA(psPlane * out, const psPlane * in, const psChip * chip);
-
-psPlane *psCoordFPAtoTP(psPlane * out, const psPlane * in, const psFPA * fpa);
-
-psSphere *psCoordTPtoSky(psSphere * out, const psPlane * in, const psGrommit * grommit);
-
-psPlane *psCoordCellToFPA(psPlane * out, const psPlane * in, const psCell * cell);
-
-psSphere *psCoordCelltoSky(psSphere * out, const psPlane * in, const psCell * cell);
-
-psSphere *psCoordCelltoSkyQuick(psSphere * out, const psPlane * in, const psCell * cell);
-
-psPlane *psCoordSkytoTP(psPlane * out, const psSphere * in, const psGrommit * grommit);
-
-psPlane *psCoordTPtoFPA(psPlane * out, const psPlane * in, const psFPA * fpa);
-
-psPlane *psCoordFPAtoChip(psPlane * out, const psPlane * in, const psChip * chip);
-
-psPlane *psCoordChiptoCell(psPlane * out, const psPlane * in, const psCell * cell);
-
-psPlane *psCoordSkytoCell(psPlane * out, const psSphere * in, const psCell * cell);
-
-psPlane *psCoordSkytoCellQuick(psPlane * out, const psSphere * in, const psCell * cell);
+psCell* psCellinFPA(psCell* out, const psPlane* coord, const psFPA* FPA);
+
+psChip* psChipinFPA(psChip* out, const psPlane* coord, const psFPA* FPA);
+
+psCell* psCellinChip(psCell* out, const psPlane* coord, const psChip* chip);
+
+psPlane* psCoordCelltoChip(psPlane* out, const psPlane* in, const psCell* cell);
+
+psPlane* psCoordChipToFPA(psPlane* out, const psPlane* in, const psChip* chip);
+
+psPlane* psCoordFPAtoTP(psPlane* out, const psPlane* in, const psFPA* fpa);
+
+psSphere* psCoordTPtoSky(psSphere* out, const psPlane* in, const psGrommit* grommit);
+
+psPlane* psCoordCellToFPA(psPlane* out, const psPlane* in, const psCell* cell);
+
+psSphere* psCoordCelltoSky(psSphere* out, const psPlane* in, const psCell* cell);
+
+psSphere* psCoordCelltoSkyQuick(psSphere* out, const psPlane* in, const psCell* cell);
+
+psPlane* psCoordSkytoTP(psPlane* out, const psSphere* in, const psGrommit* grommit);
+
+psPlane* psCoordTPtoFPA(psPlane* out, const psPlane* in, const psFPA* fpa);
+
+psPlane* psCoordFPAtoChip(psPlane* out, const psPlane* in, const psChip* chip);
+
+psPlane* psCoordChiptoCell(psPlane* out, const psPlane* in, const psCell* cell);
+
+psPlane* psCoordSkytoCell(psPlane* out, const psSphere* in, const psCell* cell);
+
+psPlane* psCoordSkytoCellQuick(psPlane* out, const psSphere* in, const psCell* cell);
 
 #endif
