- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackTarget.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppStack/src/ppStackTarget.c
r30620 r33415 1 1 #include "ppStack.h" 2 3 //MEH 4 #define TESTING // Enable test output 2 5 3 6 #define SOURCE_MASK (PM_SOURCE_MODE_FAIL | PM_SOURCE_MODE_DEFECT | PM_SOURCE_MODE_SATURATED | \ … … 229 232 psFree(stampSources); 230 233 234 //MEH 235 #ifdef TESTING 236 { 237 psString name = NULL; 238 psStringAppend(&name, "target.fits"); 239 ppStackWriteImage(name, NULL, fake->image, config); 240 psFree(name); 241 } 242 #endif 243 231 244 psImage *target = psMemIncrRefCounter(fake->image); 232 245 psFree(fake);
Note:
See TracChangeset
for help on using the changeset viewer.
