- Timestamp:
- Jan 30, 2009, 12:00:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/ppArith/src/ppArithReadout.c
r21229 r21239 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1.2.32. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-01-30 01:39:32$8 * @version $Revision: 1.2.32.3 $ $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 */ … … 29 29 PS_ASSERT_PTR_NON_NULL(view, false); 30 30 31 bool mdok; / ** Status of MD lookup */31 bool mdok; ///< Status of MD lookup 32 32 bool isMask = psMetadataLookupBool(&mdok, config->arguments, "MASK"); 33 33 34 psImage *inImage1; / ** Input image 1 */35 psImage *outImage; / ** Output image */34 psImage *inImage1; ///< Input image 1 35 psImage *outImage; ///< Output image 36 36 if (isMask) { 37 37 inImage1 = input1->mask; … … 54 54 PS_ASSERT_IMAGE_NON_NULL(inImage1, false); 55 55 56 psImage *inImage2 = NULL; / ** Input image 2 */56 psImage *inImage2 = NULL; ///< Input image 2 57 57 if (input2) { 58 58 inImage2 = isMask ? input2->mask : input2->image; … … 73 73 74 74 // Look up appropriate values 75 const char *op = psMetadataLookupStr(NULL, config->arguments, "OPERATION"); // Operation to perform75 const char *op = psMetadataLookupStr(NULL, config->arguments, "OPERATION"); ///< Operation to perform 76 76 77 77 if (input2) {
Note:
See TracChangeset
for help on using the changeset viewer.
