IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:24:49 PM (20 years ago)
Author:
magnier
Message:

fixed pmFPAview,file so they compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPAview.h

    r6521 r6559  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-03-05 23:34:35 $
     9*  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-03-09 03:24:49 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    1515#ifndef PM_FPA_VIEW_H
    1616#define PM_FPA_VIEW_H
    17 #if HAVE_CONFIG_H
    18 #include <config.h>
    19 #endif
    20 #include "pslib.h"
    21 #include "pmFPA.h"
    2217
    2318/// @addtogroup AstroImage
     
    3631{
    3732    pmFPA *fpa;
    38     psMetadata IO;
    39     psMetadata camera;
     33    psMetadata *IO;
     34    psMetadata *camera;
    4035    int chip;
    4136    int cell;
     
    6863
    6964// advance view to the next readout
    70 pmCell *pmFPAviewNextReadout (pmFPAview *view, int nStep);
     65pmReadout *pmFPAviewNextReadout (pmFPAview *view, int nStep);
    7166
    7267// return the HDU corresponding to the current view
     
    7873// read an image into the current view
    7974bool pmFPAviewReadFitsImage (pmFPAview *view, psFits *fits);
     75
     76# endif
Note: See TracChangeset for help on using the changeset viewer.