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.

Location:
trunk/psModules/src/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_CMF.c

    r6943 r7238  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-21 21:27:23 $
     5 *  @version $Revision: 1.4 $ $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
     
    9090
    9191    // XXX this is broken : does not write the existing header elements except EXTNAME
    92     psFitsWriteTable (fits, header, table);
     92    psFitsWriteTable (fits, header, table, extname);
    9393    psTrace ("pmFPAfile", 5, "wrote ext data %s\n", extname);
    9494
  • 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.