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/objects/pmSourceIO_CMP.c

    r7016 r7238  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-05-01 01:08:45 $
     5 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-05-27 02:33:29 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868    // create file, write-out header
    6969    psFits *fits = psFitsOpen (filename, "w");
    70     psFitsWriteHeader (header, fits);
     70    psFitsWriteHeader(fits, header);
    7171    psFitsClose (fits);
    7272
Note: See TracChangeset for help on using the changeset viewer.