Changeset 18288 for branches/pap_branch_080617/ppSub/src/ppSubReadout.c
- Timestamp:
- Jun 23, 2008, 12:42:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080617/ppSub/src/ppSubReadout.c
r18249 r18288 197 197 #ifdef TESTING 198 198 { 199 pmReadoutMaskApply(minuend, maskBlank); 199 200 psFits *fits = psFitsOpen("minuend.fits", "w"); 200 201 psFitsWriteImage(fits, NULL, minuend->image, 0, NULL); … … 202 203 } 203 204 { 205 pmReadoutMaskApply(subtrahend, maskBlank); 204 206 psFits *fits = psFitsOpen("subtrahend.fits", "w"); 205 207 psFitsWriteImage(fits, NULL, subtrahend->image, 0, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
