Changeset 21524 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- Feb 17, 2009, 2:31:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r21360 r21524 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02- 06 01:37:17$8 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-18 00:31:20 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ 12 13 #ifdef HAVE_CONFIG_H 14 #include <config.h> 15 #endif 16 17 #include <pslib.h> 18 #include <psmodules.h> 19 #include <ppStats.h> 12 20 13 21 #include "ppSub.h" … … 138 146 return false; 139 147 } 140 psImageMaskType maskValue = pmConfigMaskGet("MASK.VALUE", config);148 psImageMaskType maskValue = pmConfigMaskGet("MASK.VALUE", config); 141 149 ppStatsFPA(stats, output->fpa, view, maskValue, config); 142 150 }
Note:
See TracChangeset
for help on using the changeset viewer.
