Changeset 6771 for trunk/stac/src/combine.c
- Timestamp:
- Apr 4, 2006, 12:06:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/combine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/combine.c
r6330 r6771 58 58 59 59 psFits *outFile = psFitsOpen(config->outName, "w"); 60 if (!psFitsWriteImage(outFile, headers->data[0], combined, 0 )) {60 if (!psFitsWriteImage(outFile, headers->data[0], combined, 0, NULL)) { 61 61 psErrorStackPrint(stderr, "Unable to write image: %s\n", config->outName); 62 62 }
Note:
See TracChangeset
for help on using the changeset viewer.
