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/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
Note: See TracChangeset for help on using the changeset viewer.