IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11248 for trunk/psLib/src/fits


Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (20 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

Location:
trunk/psLib/src/fits
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.h

    r7846 r11248  
    1 /** @file  psFits.h
    2  *
    3  *  @brief Contains Fits I/O routines
    4  *
    5  *  @ingroup FileIO
    6  *
    7  *  @author Robert DeSonia, MHPCC
    8  *
    9  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-07-08 03:06:40 $
    11  *
    12  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     1/* @file  psFits.h
     2 * @brief Contains Fits I/O routines
     3 *
     4 * @author Robert DeSonia, MHPCC
     5 *
     6 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-23 22:47:23 $
     8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    139 */
    1410
     
    1612#define PS_FITS_H
    1713
     14/// @addtogroup FileIO Input/Output
     15/// @{
     16
    1817#include <fitsio.h>
    19 
    2018#include "psType.h"
    2119#include "psArray.h"
     
    2321#include "psMetadata.h"
    2422#include "psImage.h"
    25 
    26 /// @addtogroup FileIO
    27 /// @{
    2823
    2924/** FITS HDU type.
     
    203198
    204199/// @}
    205 
    206200#endif // #ifndef PS_FITS_H
  • trunk/psLib/src/fits/psFitsHeader.h

    r9066 r11248  
    1 /** @file  psFitsHeader.h
     1/* @file  psFitsHeader.h
     2 * @brief Contains Fits header I/O routines
    23 *
    3  *  @brief Contains Fits header I/O routines
     4 * @author Robert DeSonia, MHPCC
    45 *
    5  *  @ingroup FileIO
     6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-23 22:47:23 $
    68 *
    7  *  @author Robert DeSonia, MHPCC
    8  *
    9  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-09-30 02:29:20 $
    11  *
    12  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1310 */
    1411
     
    1613#define PS_FITSHEADER_H
    1714
     15/// @addtogroup FileIO Input/Output
     16/// @{
     17
    1818#include "psFits.h"
    1919#include "psMetadata.h"
    20 
    21 /// @addtogroup FileIO
    22 /// @{
    2320
    2421/** Reads the header of the current HDU.
     
    7067
    7168/// @}
    72 
    7369#endif // #ifndef PS_FITS_H
  • trunk/psLib/src/fits/psFitsImage.h

    r8412 r11248  
    1 /** @file  psFitsImage.h
     1/* @file  psFitsImage.h
     2 * @brief Contains Fits I/O routines
    23 *
    3  *  @brief Contains Fits I/O routines
     4 * @author Robert DeSonia, MHPCC
    45 *
    5  *  @ingroup FileIO
    6  *
    7  *  @author Robert DeSonia, MHPCC
    8  *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-08-17 22:15:17 $
    11  *
    12  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-23 22:47:23 $
     8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    139 */
    1410
     
    1612#define PS_FITSIMAGE_H
    1713
     14/// @addtogroup FileIO Input/Output
     15/// @{
     16
    1817#include "psFits.h"
    19 
    2018#include "psType.h"
    2119#include "psArray.h"
     
    2321#include "psMetadata.h"
    2422#include "psImage.h"
    25 
    26 /// @addtogroup FileIO
    27 /// @{
    2823
    2924/** Reads an image, given the desired region and z-plane.
     
    8984
    9085/// @}
    91 
    9286#endif // #ifndef PS_FITS_H
  • trunk/psLib/src/fits/psFitsTable.h

    r7540 r11248  
    1 /** @file  psFitsTable.h
     1/* @file  psFitsTable.h
     2 * @brief Contains Fits I/O routines
    23 *
    3  *  @brief Contains Fits I/O routines
     4 * @author EAM, PAP, JH
     5 * @author Robert DeSonia, MHPCC
    46 *
    5  *  @ingroup FileIO
    6  *
    7  *  @author Robert DeSonia, MHPCC
    8  *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-06-13 22:28:02 $
    11  *
    12  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-01-23 22:47:23 $
     9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1310 */
    1411
    1512#ifndef PS_FITSTABLE_H
    1613#define PS_FITSTABLE_H
     14
     15/// @addtogroup FileIO Input/Output
     16/// @{
    1717
    1818#include "psFits.h"
     
    2323#include "psMetadata.h"
    2424#include "psImage.h"
    25 
    26 /// @addtogroup FileIO
    27 /// @{
    2825
    2926/** Reads a table row.  The current HDU type must be either
     
    117114
    118115/// @}
    119 
    120116#endif // #ifndef PS_FITS_H
Note: See TracChangeset for help on using the changeset viewer.