IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21024


Ignore:
Timestamp:
Dec 17, 2008, 9:10:27 AM (17 years ago)
Author:
Paul Price
Message:

Must have missed an instance of writing the WCS. This one shouldn't
be required, because the WCS is written above. It was causing SEGVs
as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r21010 r21024  
    677677    }
    678678
    679     if (!pmAstromWriteWCS(outHDU->header, outFPA, outCell->parent, WCS_TOLERANCE)) {
    680         psWarning("Unable to write WCS astrometry to output FPA.");
    681         psErrorClear();
    682     }
    683 
    684679    // Add additional data to the header
    685680    pmFPAfile *refFile = psMetadataLookupPtr(NULL, config->files, "PPSUB.REF"); // Reference file
Note: See TracChangeset for help on using the changeset viewer.