IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2007, 12:54:52 PM (19 years ago)
Author:
Paul Price
Message:

Allocate header if not present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackReadout.c

    r14298 r14300  
    193193            return false;
    194194        }
     195        if (!outHDU->header) {
     196            outHDU->header = psMetadataAlloc();
     197        }
    195198        if (!pmAstromWriteWCS(outHDU->header, outFPA, outCell->parent, WCS_TOLERANCE)) {
    196199            psError(PS_ERR_UNKNOWN, false, "Unable to write WCS astrometry to output FPA.");
Note: See TracChangeset for help on using the changeset viewer.