Changeset 21239 for branches/eam_branch_20081230/ppArith/src/ppArith.h
- Timestamp:
- Jan 30, 2009, 12:00:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/ppArith/src/ppArith.h
r21229 r21239 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1.3.32. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-01-30 01:37:55 $8 * @version $Revision: 1.3.32.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-01-30 22:00:45 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ … … 17 17 /// @addtogroup ppArith 18 18 /// @{ 19 #define PPARITH_RECIPE "PPARITH" / ** Name of the recipe to use */19 #define PPARITH_RECIPE "PPARITH" ///< Name of the recipe to use 20 20 21 /// Parse the arguments 22 bool ppArithArguments(int argc, char *argv[], /**< Command-line arguments */ 23 pmConfig *config /**< Configuration */ 21 /** 22 * Parse the arguments 23 */ 24 bool ppArithArguments(int argc, char *argv[], ///< Command-line arguments 25 pmConfig *config ///< Configuration 24 26 ); 25 27 26 /// Parse the camera input 27 bool ppArithCamera(pmConfig *config /**< Configuration */ 28 /** 29 * Parse the camera input 30 */ 31 bool ppArithCamera(pmConfig *config ///< Configuration 28 32 ); 29 33 30 /// Loop over the FPA hierarchy 31 bool ppArithLoop(pmConfig *config /**< Configuration */ 34 /** 35 * Loop over the FPA hierarchy 36 */ 37 bool ppArithLoop(pmConfig *config ///< Configuration 32 38 ); 33 39 34 /// Perform arithmetic on the readout 35 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 */ 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 40 48 ); 41 49 42 /// Put the program version information into a metadata 43 void ppArithVersionMetadata(psMetadata *metadata /**< Metadata to populate */ 50 /** 51 * Put the program version information into a metadata 52 */ 53 void ppArithVersionMetadata(psMetadata *metadata ///< Metadata to populate 44 54 ); 45 55
Note:
See TracChangeset
for help on using the changeset viewer.
