IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2006, 12:28:02 PM (20 years ago)
Author:
Paul Price
Message:

Adding const for headers when writing, to match SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsImage.h

    r6874 r7540  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-04-17 22:00:03 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-06-13 22:28:02 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4343bool psFitsWriteImage(
    4444    psFits* fits,                      ///< the psFits object
    45     psMetadata* header,                ///< header items for the new HDU.  Can be NULL.
     45    const psMetadata* header,           ///< header items for the new HDU.  Can be NULL.
    4646    const psImage* input,              ///< the image to output
    4747    int depth,                         ///< the number of z-planes of the FITS image data cube
     
    5656bool psFitsInsertImage(
    5757    psFits* fits,                      ///< the psFits object
    58     psMetadata* header,                ///< header items for the new HDU.  Can be NULL.
     58    const psMetadata* header,           ///< header items for the new HDU.  Can be NULL.
    5959    const psImage* input,              ///< the image to output
    6060    int depth,                         ///< the number of z-planes of the FITS image data cube
Note: See TracChangeset for help on using the changeset viewer.