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/pmSkySubtract.h

    r10299 r11253  
    1 /** @file  pmSubtractSky.h
     1/* @file  pmSubtractSky.h
    22 *
    3  *  This file will contain a module which will create a model of the
    4  *  background sky and subtract that from the input image.
     3 * This file will contain a module which will create a model of the
     4 * background sky and subtract that from the input image.
    55 *
    6  *  @author GLG, MHPCC
     6 * @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-11-30 00:52:21 $
    10  *
    11  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    12  *
     8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-01-24 02:54:15 $
     10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1311 */
    1412
    1513#ifndef PM_SUBTRACT_SKY_H
    1614#define PM_SUBTRACT_SKY_H
     15
     16/// @addtogroup detrend Detrend Creation and Application
     17/// @{
    1718
    1819#include<stdio.h>
     
    3435                         psStats *stats,
    3536                         float clipSD);
     37
     38/// @}
    3639#endif
Note: See TracChangeset for help on using the changeset viewer.