Changeset 21360 for trunk/ppSub/src/ppSubSetMasks.c
- Timestamp:
- Feb 5, 2009, 3:37:17 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubSetMasks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubSetMasks.c
r21257 r21360 1 /** @file ppSubSetMasks.c 2 * 3 * @brief 4 * 5 * @ingroup ppSub 6 * 7 * @author IfA 8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-06 01:37:17 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 #include "ppSub.h" 2 14 3 // this function generates (if needed) and sets or updates the masks for both the input and 4 // reference images. this function also has the code for interpolation over bad pixels, but it 5 // is currently if-def-ed out 15 /** this function generates (if needed) and sets or updates the masks for both the input and 16 * reference images. this function also has the code for interpolation over bad pixels, but it 17 * is currently if-def-ed out 18 */ 6 19 7 20 bool ppSubSetMasks (pmConfig *config, const pmFPAview *view) {
Note:
See TracChangeset
for help on using the changeset viewer.
