IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 4:54:15 PM (19 years ago)
Author:
magnier
Message:

cleaned up Doxygen groups

Location:
trunk/psModules/src/camera
Files:
22 edited

Legend:

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

    r10826 r11253  
    1 /// @file pmFPA.h
    2 ///
    3 /// @brief Defines the focal plane hierarchy, along with functions for interacting with it
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author George Gusciora, MHPCC
    8 /// @author Paul Price, IfA
    9 /// @author Eugene Magnier, IfA
    10 ///
    11 /// @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    12 /// @date $Date: 2006-12-22 21:23:36 $
    13 ///
    14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    15 ///
     1/* @file pmFPA.h
     2 * @brief Defines the focal plane hierarchy, along with functions for interacting with it
     3 *
     4 * @author George Gusciora, MHPCC
     5 * @author Paul Price, IfA
     6 * @author Eugene Magnier, IfA
     7 *
     8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-01-24 02:54:14 $
     10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     11 */
    1612
    1713#ifndef PM_FPA_H
    1814#define PM_FPA_H
     15
     16/// @addtogroup Camera Camera Layout
     17/// @{
    1918
    2019#include <pslib.h>
     
    184183bool pmFPACheckParents(pmFPA *fpa       ///< FPA to check
    185184                      );
    186 
    187 
     185/// @}
    188186#endif // #ifndef PM_FPA_H
  • trunk/psModules/src/camera/pmFPAConstruct.h

    r11216 r11253  
    1 /// @file pmFPAConstruct.h
    2 ///
    3 /// @brief Functions to create an FPA, and add data sources to it.
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2007-01-20 04:24:42 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmFPAConstruct.h
     2 * @brief Functions to create an FPA, and add data sources to it.
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_CONSTRUCT_H
    1612#define PM_FPA_CONSTRUCT_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817#include <pslib.h>
     
    6261                bool concepts           ///< Print concepts?
    6362               );
    64 
     63/// @}
    6564#endif
  • trunk/psModules/src/camera/pmFPACopy.h

    r9589 r11253  
    1 /// @file pmFPACopy.h
    2 ///
    3 /// @brief Functions to copy FPA components.
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-17 01:16:17 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmFPACopy.h
     2 * @brief Functions to copy FPA components.
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_COPY_H
    1612#define PM_FPA_COPY_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817/// Copy an FPA and components, including the pixels, to a different representation of the same camera
     
    7372                         int xBin, int yBin ///< Binning factors in x and y
    7473                        );
    75 
    76 
     74/// @}
    7775#endif
  • trunk/psModules/src/camera/pmFPAExtent.h

    r11124 r11253  
     1/* @file  pmPFAExtent.h
     2 *
     3 * @author Paul Price, IfA
     4 *
     5 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-01-24 02:54:14 $
     7 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     8 */
     9
    110#ifndef PM_FPA_EXTENT_H
    211#define PM_FPA_EXTENT_H
     12
     13/// @addtogroup Camera Camera Layout
     14/// @{
    315
    416/// Return the extent of a readout
     
    2638                     );
    2739
    28 
     40/// @}
    2941#endif
  • trunk/psModules/src/camera/pmFPAFlags.h

    r9621 r11253  
    1 /// @file pmFPAFlags.h
    2 ///
    3 /// @brief Functions for setting and checking the status flags within the FPA hierarchy
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author George Gusciora, MHPCC
    8 /// @author Paul Price, IfA
    9 /// @author Eugene Magnier, IfA
    10 ///
    11 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12 /// @date $Date: 2006-10-18 02:29:15 $
    13 ///
    14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    15 ///
     1/*  @file pmFPAFlags.h
     2 *  @brief Functions for setting and checking the status flags within the FPA hierarchy
     3 *
     4 *  @author George Gusciora, MHPCC
     5 *  @author Paul Price, IfA
     6 *  @author Eugene Magnier, IfA
     7 *
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-01-24 02:54:14 $
     10 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     11 */
    1612
    1713#ifndef PM_FPA_FLAGS_H
    1814#define PM_FPA_FLAGS_H
     15
     16/// @addtogroup Camera Camera Layout
     17/// @{
    1918
    2019#include "pmFPA.h"
     
    9897                      int cellNum       ///< Cell number to exclude
    9998                     );
    100 
    101 
     99/// @}
    102100#endif
  • trunk/psModules/src/camera/pmFPAHeader.h

    r9592 r11253  
    1 /// @file pmFPAHeader.h
    2 ///
    3 /// @brief Functions read FITS headers for FPA components
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-17 01:29:02 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/*  @file pmFPAHeader.h
     2 *  @brief Functions read FITS headers for FPA components
     3 *
     4 *  @author Paul Price, IfA
     5 *
     6 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-01-24 02:54:14 $
     8 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_HEADER_H
    1612#define PM_FPA_HEADER_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817/// Read the FITS header (and ingest concepts) for an FPA, if it exists at this level
     
    3938                      psFits *fits      ///< FITS file handle
    4039                     );
    41 
     40/// @}
    4241#endif
  • trunk/psModules/src/camera/pmFPALevel.h

    r9621 r11253  
    1 /// @file pmFPALevel.h
    2 ///
    3 /// @brief Defines enum and string representations for the FPA levels
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Eugene Magnier, MHPCC
    8 ///
    9 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-18 02:29:15 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmFPALevel.h
     2 * @brief Defines enum and string representations for the FPA levels
     3 *
     4 * @author Eugene Magnier, MHPCC
     5 *
     6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_LEVEL_H
    1612#define PM_FPA_LEVEL_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817/// Specify the level of the FPA hierarchy
     
    3332pmFPALevel pmFPALevelFromName(const char *name ///< Level name
    3433                             );
    35 
     34/// @}
    3635#endif // #ifndef PM_FPA_LEVEL_H
  • trunk/psModules/src/camera/pmFPAMaskWeight.h

    r10247 r11253  
    1 /// @file pmFPAHeader.h
    2 ///
    3 /// @brief Functions read FITS headers for FPA components
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 /// @author Eugene Magnier, IfA
    9 ///
    10 /// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    11 /// @date $Date: 2006-11-29 01:26:14 $
    12 ///
    13 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    14 ///
     1/* @file pmFPAHeader.h
     2 * @brief Functions read FITS headers for FPA components
     3 *
     4 * @author Paul Price, IfA
     5 * @author Eugene Magnier, IfA
     6 *
     7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-01-24 02:54:14 $
     9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     10 */
     11
    1512#ifndef PM_FPA_MASK_WEIGHT_H
    1613#define PM_FPA_MASK_WEIGHT_H
     14
     15/// @addtogroup Camera Camera Layout
     16/// @{
    1717
    1818#include "pmFPA.h"
     
    8080                              bool poisson    ///< Use poisson weights (in addition to read noise)?
    8181                             );
    82 
    83 
    84 
     82/// @}
    8583#endif
  • trunk/psModules/src/camera/pmFPAMosaic.h

    r9718 r11253  
    1 /// @file pmFPAMosaic.h
    2 ///
    3 /// @brief Functions to mosaic FPA components into a single entity
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-24 01:05:55 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmFPAMosaic.h
     2 * @brief Functions to mosaic FPA components into a single entity
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_CHIP_MOSAIC_H
    1612#define PM_CHIP_MOSAIC_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817#include "pmFPA.h"
     
    3736                 const pmFPA *source    ///< FPA whose chips and cells will be mosaicked
    3837                );
    39 
     38/// @}
    4039#endif
  • trunk/psModules/src/camera/pmFPARead.h

    r9949 r11253  
    1 /// @file pmFPARead.h
    2 ///
    3 /// @brief Functions to read FPA components from a FITS file
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-11-13 22:15:05 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmFPARead.h
     2 * @brief Functions to read FPA components from a FITS file
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_READ_H
    1612#define PM_FPA_READ_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817#include <pslib.h>
     
    133132                   const char *name     ///< Specifies the extension name, and target in the analysis metadata
    134133                  );
    135 
     134/// @}
    136135#endif
  • trunk/psModules/src/camera/pmFPAUtils.h

    r9601 r11253  
    1 /// @file pmFPAUtils.h
    2 ///
    3 /// @brief Utility functions for FPAs
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-17 03:03:35 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmFPAUtils.h
     2 * @brief Utility functions for FPAs
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_UTILS_H
    1612#define PM_FPA_UTILS_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817#include "pmFPA.h"
     
    3332                   const char *name     // Name of the cell
    3433                  );
    35 
    36 
     34/// @}
    3735#endif
  • trunk/psModules/src/camera/pmFPAWrite.h

    r10081 r11253  
    1 /// @file pmFPAWrite.h
    2 ///
    3 /// @brief Write FPA components to a FITS file
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-11-18 23:43:28 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmFPAWrite.h
     2 * @brief Write FPA components to a FITS file
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_WRITE_H
    1612#define PM_FPA_WRITE_H
    1713
     14/// @addtogroup Camera Camera Layout
     15/// @{
     16
    1817#include <pslib.h>
    1918#include "pmFPA.h"
    20 
    2119
    2220/// Write a readout incrementally
     
    167165                    const char *name    ///< Name for the table data, and the extension name
    168166                   );
    169 
     167/// @}
    170168#endif
  • trunk/psModules/src/camera/pmFPA_JPEG.h

    r10421 r11253  
    1 /** @file  pmFPAview.h
    2 *
    3 *  @brief Tools to manipulate the FPA structure elements.
    4 *
    5 *  @ingroup AstroImage
    6 *
    7 *  @author EAM, IfA
    8 *
    9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-03 18:48:10 $
    11 *
    12 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    13 */
     1/* @file  pmFPAview.h
     2 * @brief Tools to manipulate the FPA structure elements.
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_JPEG_H
    1612#define PM_FPA_JPEG_H
    1713
    18 /// @addtogroup AstroImage
     14/// @addtogroup Camera Camera Layout
    1915/// @{
    2016
     
    2521bool pmReadoutWriteJPEG (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
    2622
     23/// @}
    2724# endif
  • trunk/psModules/src/camera/pmFPA_MANAPLOT.h

    r10421 r11253  
    1 /** @file  pmFPAview.h
    2 *
    3 *  @brief Tools to manipulate the FPA structure elements.
    4 *
    5 *  @ingroup AstroImage
    6 *
    7 *  @author EAM, IfA
    8 *
    9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-03 18:48:10 $
    11 *
    12 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    13 */
     1/* @file  pmFPAview.h
     2 * @brief Tools to manipulate the FPA structure elements.
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_MANAPLOT_H
    1612#define PM_FPA_MANAPLOT_H
    1713
    18 /// @addtogroup AstroImage
     14/// @addtogroup Camera Camera Layout
    1915/// @{
    2016
     
    2521bool pmReadoutWriteMANAPLOT (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
    2622
     23/// @}
    2724# endif
  • trunk/psModules/src/camera/pmFPAfile.h

    r10966 r11253  
    1 /** @file  pmFPAview.h
    2 *
    3 *  @brief Tools to manipulate the FPA structure elements.
    4 *
    5 *  @ingroup AstroImage
    6 *
    7 *  @author EAM, IfA
    8 *
    9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2007-01-08 22:30:21 $
    11 *
    12 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    13 */
     1/* @file  pmFPAview.h
     2 * @brief Tools to manipulate the FPA structure elements.
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_FILE_H
    1612#define PM_FPA_FILE_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817#include "pslib.h"
     
    126125pmFPAfileType pmFPAfileTypeFromString(const char *type);
    127126
     127/// @}
    128128# endif
  • trunk/psModules/src/camera/pmFPAfileDefine.h

    r11182 r11253  
    1 /** @file  pmFPAview.h
    2 *
    3 *  @brief Tools to manipulate the FPA structure elements.
    4 *
    5 *  @ingroup AstroImage
    6 *
    7 *  @author EAM, IfA
    8 *
    9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2007-01-19 22:14:15 $
    11 *
    12 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    13 */
     1/* @file  pmFPAview.h
     2 * @brief Tools to manipulate the FPA structure elements.
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#include <pmDetrendDB.h>
     12
     13/// @addtogroup Camera Camera Layout
     14/// @{
    1615
    1716#ifndef PM_FPA_FILE_DEFINE_H
     
    9998pmFPAfile *pmFPAfileDefineSingleFromArgs (bool *found, pmConfig *config, const char *filename,
    10099        const char *argname, int entry);
    101 
     100/// @}
    102101# endif
  • trunk/psModules/src/camera/pmFPAfileFitsIO.h

    r10081 r11253  
    1 /** @file  pmFPAview.h
    2 *
    3 *  @brief Tools to manipulate the FPA structure elements.
    4 *
    5 *  @ingroup AstroImage
    6 *
    7 *  @author EAM, IfA
    8 *  @author PAP, IfA
    9 *
    10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-11-18 23:43:28 $
    12 *
    13 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    14 */
     1/* @file  pmFPAview.h
     2 * @brief Tools to manipulate the FPA structure elements.
     3 *
     4 * @author EAM, IfA
     5 * @author PAP, IfA
     6 *
     7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-01-24 02:54:14 $
     9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     10 */
    1511
    1612#ifndef PM_FPA_FILE_FITS_IO_H
    1713#define PM_FPA_FILE_FITS_IO_H
     14
     15/// @addtogroup Camera Camera Layout
     16/// @{
    1817
    1918/// Read an image into the current view
     
    6261                             const char *name ///< Name of table
    6362                            );
    64 
     63/// @}
    6564# endif
  • trunk/psModules/src/camera/pmFPAfileIO.h

    r10966 r11253  
    1 /** @file  pmFPAview.h
    2 *
    3 *  @brief Tools to manipulate the FPA structure elements.
    4 *
    5 *  @ingroup AstroImage
    6 *
    7 *  @author EAM, IfA
    8 *
    9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2007-01-08 22:30:21 $
    11 *
    12 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    13 */
     1/* @file  pmFPAview.h
     2 * @brief Tools to manipulate the FPA structure elements.
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_FILE_IO_H
    1612#define PM_FPA_FILE_IO_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817// open the real file corresponding to the given pmFPAfile appropriate to the current view
     
    4039bool pmFPAfileIOChecks (pmConfig *config, const pmFPAview *view, pmFPAfilePlace place);
    4140
     41/// @}
    4242# endif
  • trunk/psModules/src/camera/pmFPAview.h

    r9710 r11253  
    1 /// @file pmFPA.h
    2 ///
    3 /// @brief Tools to manipulate the FPA structure elements.
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Eugene Magnier, IfA
    8 ///
    9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-21 04:02:36 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmFPA.h
     2 * @brief Tools to manipulate the FPA structure elements.
     3 *
     4 * @author Eugene Magnier, IfA
     5 *
     6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_VIEW_H
    1612#define PM_FPA_VIEW_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817#include "pmFPA.h"
     
    112111                       );
    113112
     113/// @}
    114114#endif
  • trunk/psModules/src/camera/pmHDU.h

    r10081 r11253  
    1 /// @file pmHDU.h
    2 ///
    3 /// @brief Define a header data unit (from a FITS file), with functions to read and write
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-11-18 23:43:28 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmHDU.h
     2 * @brief Define a header data unit (from a FITS file), with functions to read and write
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_HDU_H
    1612#define PM_HDU_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817/// An instance of the FITS Header Data Unit
     
    8079                     );
    8180
     81/// @}
    8282#endif
  • trunk/psModules/src/camera/pmHDUGenerate.h

    r9603 r11253  
    1 /// @file pmHDUGenerate.h
    2 ///
    3 /// @brief Generate HDU pixels from FPA components that have pixels
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-17 03:29:08 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmHDUGenerate.h
     2 * @brief Generate HDU pixels from FPA components that have pixels
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_HDU_GENERATE_H
    1612#define PM_HDU_GENERATE_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817#include "pmFPA.h"
     
    5352bool pmHDUGenerateForFPA(pmFPA *fpa     ///< The fpa for which to generate an HDU
    5453                        );
    55 
    56 
     54/// @}
    5755#endif
  • trunk/psModules/src/camera/pmHDUUtils.h

    r9703 r11253  
    1 /// @file pmHDUUtils.h
    2 ///
    3 /// @brief Utility functions for working with an HDU
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-21 03:31:07 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmHDUUtils.h
     2 * @brief Utility functions for working with an HDU
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_HDU_UTILS_H
    1612#define PM_HDU_UTILS_H
     13
     14/// @addtogroup Camera Camera Layout
     15/// @{
    1716
    1817#include "pmFPA.h"
     
    5958                bool header             ///< Print header?
    6059               );
    61 
     60/// @}
    6261#endif
Note: See TracChangeset for help on using the changeset viewer.