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/imcombine
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmImageCombine.h

    r11115 r11253  
    1 /** @file  pmImageCombine.h
     1/* @file  pmImageCombine.h
    22 *
    3  *  This file will perform image combination of several images of the
    4  *  same field, produce a list of questionable pixels, then tag some
    5  *  of those pixels as cosmic rays.
     3 * This file will perform image combination of several images of the
     4 * same field, produce a list of questionable pixels, then tag some
     5 * of those pixels as cosmic rays.
    66 *
    7  *  @author Paul Price, IfA (original prototype)
    8  *  @author GLG, MHPCC
     7 * @author Paul Price, IfA (original prototype)
     8 * @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2007-01-16 23:51:51 $
    12  *
    13  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    14  *
     10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-01-24 02:54:15 $
     12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1513 */
    1614
    1715#ifndef PM_IMAGE_COMBINE_H
    1816#define PM_IMAGE_COMBINE_H
     17
     18/// @addtogroup imcombine Image Combinations
     19/// @{
    1920
    2021#include <stdio.h>
     
    4344    psF32 gradLimit                     ///< Gradient limit
    4445);
     46
     47/// @}
    4548#endif
  • trunk/psModules/src/imcombine/pmImageSubtract.h

    r9621 r11253  
    1 /** @file  ImageSubtract.h
     1/* @file  ImageSubtract.h
    22 *
    3  *  This file will contain code which creates a set of kernel basis
    4  *  functions, solves for their solution, and applies them to an image.
     3 * This file will contain code which creates a set of kernel basis
     4 * functions, solves for their solution, and applies them to an image.
    55 *
    6  *  @author Paul Price, IfA (original prototype)
    7  *  @author GLG, MHPCC
     6 * @author Paul Price, IfA (original prototype)
     7 * @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-10-18 02:29:15 $
    11  *
    12  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    13  *
     9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-01-24 02:54:15 $
     11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1412 */
    1513
    1614#ifndef PM_IMAGE_COMBINE_H
    1715#define PM_IMAGE_COMBINE_H
     16
     17/// @addtogroup imcombine Image Combinations
     18/// @{
    1819
    1920#include <stdio.h>
     
    120121);
    121122
     123/// @}
    122124#endif
  • trunk/psModules/src/imcombine/pmReadoutCombine.h

    r10250 r11253  
    1 /// @file  pmReadoutCombine.h
    2 ///
    3 /// @brief Combine multiple readouts
    4 ///
    5 /// @ingroup Image combination
    6 ///
    7 /// @author George Gusciora, MHPCC
    8 /// @author Paul Price, IfA
    9 ///
    10 /// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    11 /// @date $Date: 2006-11-29 01:27:03 $
    12 ///
    13 /// Copyright 2004-2006 Institute for Astronomy, University of Hawaii
    14 ///
    15 ///
     1/* @file  pmReadoutCombine.h
     2 * @brief Combine multiple readouts
     3 *
     4 * @author George Gusciora, MHPCC
     5 * @author Paul Price, IfA
     6 *
     7 * @version $Revision: 1.10 $ $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 */
    1611
    1712#ifndef PM_READOUT_COMBINE_H
    1813#define PM_READOUT_COMBINE_H
     14
     15/// @addtogroup imcombine Image Combinations
     16/// @{
    1917
    2018#include <pslib.h>
     
    5048                     );
    5149
     50/// @}
    5251#endif
Note: See TracChangeset for help on using the changeset viewer.