- Timestamp:
- Aug 7, 2009, 12:45:24 PM (17 years ago)
- Location:
- branches/eam_branches/20090715
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubReadoutSubtract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715
- Property svn:mergeinfo changed
/trunk (added) merged: 24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24950,24953-24971,24973-24977,24986-24989,24993-25017
- Property svn:mergeinfo changed
-
branches/eam_branches/20090715/ppSub/src/ppSubReadoutSubtract.c
r24155 r25022 44 44 subtrahend = pmFPAfileThisReadout(config->files, view, "PPSUB.REF.CONV"); 45 45 } 46 47 // XXX this should be replaced by SAVE options to the inConv and refConf pmFPAfiles48 #ifdef TESTING49 {50 pmReadoutMaskApply(minuend, maskVal);51 psFits *fits = psFitsOpen("minuend.fits", "w");52 psFitsWriteImage(fits, NULL, minuend->image, 0, NULL);53 psFitsClose(fits);54 }55 {56 pmReadoutMaskApply(subtrahend, maskVal);57 psFits *fits = psFitsOpen("subtrahend.fits", "w");58 psFitsWriteImage(fits, NULL, subtrahend->image, 0, NULL);59 psFitsClose(fits);60 }61 #endif62 46 63 47 // Do the actual subtraction
Note:
See TracChangeset
for help on using the changeset viewer.
