IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2006, 12:06:11 PM (20 years ago)
Author:
Paul Price
Message:

Synching changes to psFitsReadImage (removed first argument) and psFitsWriteImage (added argument extname to end)

File:
1 edited

Legend:

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

    r6330 r6771  
    5858
    5959    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)) {
    6161        psErrorStackPrint(stderr, "Unable to write image: %s\n", config->outName);
    6262    }
Note: See TracChangeset for help on using the changeset viewer.