Changeset 35081 for trunk/psModules/src/detrend/pmPattern.h
- Timestamp:
- Feb 1, 2013, 5:01:08 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmPattern.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmPattern.h
r33243 r35081 14 14 #include <pslib.h> 15 15 #include <pmFPA.h> 16 #include <pmFPAview.h> 17 #include <pmFPAfile.h> 18 #include <pmFPAfileFitsIO.h> 19 #include <pmFPAHeader.h> 20 #include <pmHDU.h> 21 #include <pmHDUUtils.h> 16 22 17 23 /// @addtogroup detrend Detrend Creation and Application … … 65 71 ); 66 72 73 bool pmPatternContinuityBackground(pmFPAfile *in, 74 pmFPAfile *out, 75 psStatsOptions bgStat, 76 psStatsOptions cellStat, 77 psImageMaskType maskVal, 78 psImageMaskType maskBad, 79 int edgeWidth); 80 67 81 /// Apply previously measured cell pattern correction 68 82 bool pmPatternContinuityApply(pmReadout *ro, ///< Readout to correct
Note:
See TracChangeset
for help on using the changeset viewer.
