Changeset 21244 for trunk/ppArith/src/ppArith.h
- Timestamp:
- Feb 1, 2009, 11:43:05 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppArith/src/ppArith.h (modified) (1 diff)
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 1 14 #ifndef PP_ARITH_H 2 15 #define PP_ARITH_H 3 16 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 5 20 6 /// Parse the arguments 7 bool ppArithArguments(int argc, char *argv[], ///< Command-line arguments 8 pmConfig *config ///< Configuration 21 /** 22 * Parse the arguments 23 */ 24 bool ppArithArguments(int argc, char *argv[], ///< Command-line arguments 25 pmConfig *config ///< Configuration 9 26 ); 10 27 11 /// Parse the camera input 12 bool ppArithCamera(pmConfig *config ///< Configuration 28 /** 29 * Parse the camera input 30 */ 31 bool ppArithCamera(pmConfig *config ///< Configuration 13 32 ); 14 33 15 /// Loop over the FPA hierarchy 16 bool ppArithLoop(pmConfig *config ///< Configuration 34 /** 35 * Loop over the FPA hierarchy 36 */ 37 bool ppArithLoop(pmConfig *config ///< Configuration 17 38 ); 18 39 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 */ 43 bool 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 25 48 ); 26 49 27 /// Put the program version information into a metadata 50 /** 51 * Put the program version information into a metadata 52 */ 28 53 void ppArithVersionMetadata(psMetadata *metadata ///< Metadata to populate 29 54 ); 30 55 56 ///@} 31 57 32 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
