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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFlatField.h

    r9724 r11253  
    1 /// @file pmFlatField.h
    2 ///
    3 /// @brief Apply flat field calibration
    4 ///
    5 /// @ingroup Detrend
    6 ///
    7 /// @author Ross Harman, MHPCC
    8 /// @author Paul Price, IfA
    9 ///
    10 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    11 /// @date $Date: 2006-10-24 03:48:42 $
    12 ///
    13 /// Copyright 2004-2006 Institute for Astronomy, University of Hawaii
    14 ///
     1/* @file pmFlatField.h
     2 * @brief Apply flat field calibration
     3 *
     4 * @author Ross Harman, MHPCC
     5 * @author Paul Price, IfA
     6 *
     7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-01-24 02:54:15 $
     9 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii
     10 */
    1511
    1612#ifndef PM_FLAT_FIELD_H
    1713#define PM_FLAT_FIELD_H
     14
     15/// @addtogroup detrend Detrend Creation and Application
     16/// @{
    1817
    1918#include "pmFPA.h"
     
    2928                 const pmReadout *flat  ///< Readout with flat image
    3029                );
    31 
    32 
     30/// @}
    3331#endif
Note: See TracChangeset for help on using the changeset viewer.