IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2009, 11:43:05 AM (17 years ago)
Author:
eugene
Message:

merging Doxygen templates added by Bill G

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppArith/src/ppArith.h

    r15571 r21244  
     1/** @file ppArith.h
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup ppArith
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-01 21:40:52 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
     13
    114#ifndef PP_ARITH_H
    215#define PP_ARITH_H
    316
    4 #define PPARITH_RECIPE "PPARITH"            /// Name of the recipe to use
     17/// @addtogroup ppArith
     18/// @{
     19#define PPARITH_RECIPE "PPARITH"            ///< Name of the recipe to use
    520
    6 /// Parse the arguments
    7 bool ppArithArguments(int argc, char *argv[], ///< Command-line arguments
    8                       pmConfig *config    ///< Configuration
     21/**
     22 * Parse the arguments
     23 */
     24bool ppArithArguments(int argc, char *argv[], ///< Command-line arguments
     25                      pmConfig *config    ///< Configuration
    926    );
    1027
    11 /// Parse the camera input
    12 bool ppArithCamera(pmConfig *config       ///< Configuration
     28/**
     29 * Parse the camera input
     30 */
     31bool ppArithCamera(pmConfig *config       ///< Configuration
    1332    );
    1433
    15 /// Loop over the FPA hierarchy
    16 bool ppArithLoop(pmConfig *config         ///< Configuration
     34/**
     35 * Loop over the FPA hierarchy
     36 */
     37bool ppArithLoop(pmConfig *config         ///< Configuration
    1738    );
    1839
    19 /// Perform arithmetic on the readout
    20 bool ppArithReadout(pmReadout *output,  ///< Output readout
    21                     const pmReadout *input1, ///< Input readout
    22                     const pmReadout *input2, ///< Input readout
    23                     const pmConfig *config, ///< Configuration
    24                     const pmFPAview *view ///< View of readout on which to operate
     40/**
     41 * Perform arithmetic on the readout
     42 */
     43bool ppArithReadout(pmReadout *output,  ///< Output readout
     44                    const pmReadout *input1, ///< Input readout
     45                    const pmReadout *input2, ///< Input readout
     46                    const pmConfig *config, ///< Configuration
     47                    const pmFPAview *view ///< View of readout on which to operate
    2548    );
    2649
    27 /// Put the program version information into a metadata
     50/**
     51 * Put the program version information into a metadata
     52 */
    2853void ppArithVersionMetadata(psMetadata *metadata ///< Metadata to populate
    2954    );
    3055
     56///@}
    3157
    3258#endif
Note: See TracChangeset for help on using the changeset viewer.