Changeset 21229 for branches/eam_branch_20081230/ppArith/src/ppArith.h
- Timestamp:
- Jan 29, 2009, 3:39:49 PM (17 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20081230/ppArith/src/ppArith.h (modified) (1 diff)
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 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 21 /// Parse the arguments 7 bool ppArithArguments(int argc, char *argv[], / //< Command-line arguments8 pmConfig *config / //< Configuration22 bool ppArithArguments(int argc, char *argv[], /**< Command-line arguments */ 23 pmConfig *config /**< Configuration */ 9 24 ); 10 25 11 26 /// Parse the camera input 12 bool ppArithCamera(pmConfig *config / //< Configuration27 bool ppArithCamera(pmConfig *config /**< Configuration */ 13 28 ); 14 29 15 30 /// Loop over the FPA hierarchy 16 bool ppArithLoop(pmConfig *config / //< Configuration31 bool ppArithLoop(pmConfig *config /**< Configuration */ 17 32 ); 18 33 19 34 /// Perform arithmetic on the readout 20 bool ppArithReadout(pmReadout *output, / //< Output readout21 const pmReadout *input1, / //< Input readout22 const pmReadout *input2, / //< Input readout23 const pmConfig *config, / //< Configuration24 const pmFPAview *view / //< View of readout on which to operate35 bool 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 */ 25 40 ); 26 41 27 42 /// Put the program version information into a metadata 28 void ppArithVersionMetadata(psMetadata *metadata / //< Metadata to populate43 void ppArithVersionMetadata(psMetadata *metadata /**< Metadata to populate */ 29 44 ); 30 45 46 ///@} 31 47 32 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
