Changeset 6771 for trunk/stac/src/stac.c
- Timestamp:
- Apr 4, 2006, 12:06:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stac.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stac.c
r5745 r6771 160 160 image = psImageCopy(NULL, transformed->data[i], PS_TYPE_F32); 161 161 (void)psImageClipNaN(image, 0.0); 162 if (!psFitsWriteImage(shiftFile, headers->data[i], image, 0 )) {162 if (!psFitsWriteImage(shiftFile, headers->data[i], image, 0, NULL)) { 163 163 psErrorStackPrint(stderr, "Unable to write image: %s\n", shiftName); 164 164 } … … 266 266 psTrace("stac", 3, "Clipping %d NaN pixels to zero.\n", numPix); 267 267 } 268 if (!psFitsWriteImage(outFile, headers->data[0], combined, 0 )) {268 if (!psFitsWriteImage(outFile, headers->data[0], combined, 0, NULL)) { 269 269 psErrorStackPrint(stderr, "Unable to write image: %s\n", config->output); 270 270 }
Note:
See TracChangeset
for help on using the changeset viewer.
