IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2009, 3:39:49 PM (17 years ago)
Author:
giebink
Message:

Doxygen place holders added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/ppArith/src/ppArith.h

    r15571 r21229  
     1/** @file ppArith.h
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup ppArith
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.3.32.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-01-30 01:37:55 $
     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
    621/// Parse the arguments
    7 bool ppArithArguments(int argc, char *argv[], ///< Command-line arguments
    8                       pmConfig *config    ///< Configuration
     22bool ppArithArguments(int argc, char *argv[], /**< Command-line arguments */
     23                      pmConfig *config    /**< Configuration */
    924    );
    1025
    1126/// Parse the camera input
    12 bool ppArithCamera(pmConfig *config       ///< Configuration
     27bool ppArithCamera(pmConfig *config       /**< Configuration */
    1328    );
    1429
    1530/// Loop over the FPA hierarchy
    16 bool ppArithLoop(pmConfig *config         ///< Configuration
     31bool ppArithLoop(pmConfig *config         /**< Configuration */
    1732    );
    1833
    1934/// 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
     35bool ppArithReadout(pmReadout *output,  /**< Output readout */
     36                    const pmReadout *input1, /**< Input readout */
     37                    const pmReadout *input2, /**< Input readout */
     38                    const pmConfig *config, /**< Configuration */
     39                    const pmFPAview *view /**< View of readout on which to operate */
    2540    );
    2641
    2742/// Put the program version information into a metadata
    28 void ppArithVersionMetadata(psMetadata *metadata ///< Metadata to populate
     43void ppArithVersionMetadata(psMetadata *metadata /**< Metadata to populate */
    2944    );
    3045
     46///@}
    3147
    3248#endif
Note: See TracChangeset for help on using the changeset viewer.