Changeset 24862 for trunk/ppSub/src/ppSubReadoutSubtract.c
- Timestamp:
- Jul 20, 2009, 2:39:58 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadoutSubtract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadoutSubtract.c
r24155 r24862 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.
