Changeset 6772 for trunk/pois/src/poisCalculateDeviations.c
- Timestamp:
- Apr 4, 2006, 12:09:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/pois/src/poisCalculateDeviations.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/src/poisCalculateDeviations.c
r6452 r6772 79 79 snprintf(stampName, MAXCHAR, "stamp%d.fits", s); 80 80 psFits *stampFile = psFitsOpen(stampName, "w"); 81 if (!psFitsWriteImage(stampFile, NULL, subStampTrim, 0 )) {81 if (!psFitsWriteImage(stampFile, NULL, subStampTrim, 0, NULL)) { 82 82 psErrorStackPrint(stderr, "Unable to write stamp: %s\n", stampName); 83 83 }
Note:
See TracChangeset
for help on using the changeset viewer.
