Changeset 6330 for trunk/stac/src/combine.c
- Timestamp:
- Feb 6, 2006, 12:18:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/combine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/combine.c
r5743 r6330 57 57 stacCombine(&combined, &rejected, images, errors, config->nReject, NULL, saturated, bad, config->reject); 58 58 59 psFits *outFile = psFitsOpen(config->outName, " r");59 psFits *outFile = psFitsOpen(config->outName, "w"); 60 60 if (!psFitsWriteImage(outFile, headers->data[0], combined, 0)) { 61 61 psErrorStackPrint(stderr, "Unable to write image: %s\n", config->outName);
Note:
See TracChangeset
for help on using the changeset viewer.
