IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2006, 4:33:29 PM (20 years ago)
Author:
Paul Price
Message:

Updating calls to psFitsWriteHeader and psFitsWriteTable following API changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDU.c

    r7168 r7238  
    195195        #endif
    196196
    197         if (!psFitsWriteHeader(hdu->header, fits)) {
     197        if (!psFitsWriteHeader(fits, hdu->header)) {
    198198            psError(PS_ERR_IO, false, "Unable to write header for extension %s\n", extname);
    199199        }
Note: See TracChangeset for help on using the changeset viewer.