- Timestamp:
- Jan 29, 2009, 3:39:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/ppArith/src/ppArithReadout.c
r21087 r21229 1 /** @file ppArithReadout.c 2 * 3 * @brief 4 * 5 * @ingroup ppArith 6 * 7 * @author IfA 8 * @version $Revision: 1.2.32.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-01-30 01:39:32 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 #ifdef HAVE_CONFIG_H 2 14 #include <config.h> … … 17 29 PS_ASSERT_PTR_NON_NULL(view, false); 18 30 19 bool mdok; / / Status of MD lookup31 bool mdok; /** Status of MD lookup */ 20 32 bool isMask = psMetadataLookupBool(&mdok, config->arguments, "MASK"); 21 33 22 psImage *inImage1; / / Input image 123 psImage *outImage; / / Output image34 psImage *inImage1; /** Input image 1 */ 35 psImage *outImage; /** Output image */ 24 36 if (isMask) { 25 37 inImage1 = input1->mask; … … 42 54 PS_ASSERT_IMAGE_NON_NULL(inImage1, false); 43 55 44 psImage *inImage2 = NULL; / / Input image 256 psImage *inImage2 = NULL; /** Input image 2 */ 45 57 if (input2) { 46 58 inImage2 = isMask ? input2->mask : input2->image;
Note:
See TracChangeset
for help on using the changeset viewer.
