IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6330


Ignore:
Timestamp:
Feb 6, 2006, 12:18:37 PM (20 years ago)
Author:
Paul Price
Message:

Output file opened for writing, not reading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/combine.c

    r5743 r6330  
    5757    stacCombine(&combined, &rejected, images, errors, config->nReject, NULL, saturated, bad, config->reject);
    5858
    59     psFits *outFile = psFitsOpen(config->outName, "r");
     59    psFits *outFile = psFitsOpen(config->outName, "w");
    6060    if (!psFitsWriteImage(outFile, headers->data[0], combined, 0)) {
    6161        psErrorStackPrint(stderr, "Unable to write image: %s\n", config->outName);
Note: See TracChangeset for help on using the changeset viewer.