IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2006, 3:49:22 PM (20 years ago)
Author:
Paul Price
Message:

Changing p_psFitsWriteHeader to psFitsWriteHeader (no check on the HDU). Changing psFitsWriteHeader to psFitsWriteBlank (generate blank HDU with header only).

File:
1 edited

Legend:

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

    r7227 r7229  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-05-26 03:24:49 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-05-27 01:49:22 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4242
    4343/** Writes the values of the metadata to the current HDU header.
    44  *  Doesn't check if the header has to be created, so not for general public use.
     44 *  Doesn't check if the header has to be created.
    4545 *
    4646 * @return bool         if TRUE, the write was successful, otherwise FALSE.
    4747 */
    48 bool p_psFitsWriteHeader(
     48bool psFitsWriteHeader(
    4949    psMetadata* output,                 ///< the psMetadata data in which to write
    5050    psFits* fits                        ///< the psFits object
    5151);
    5252
    53 /** Writes the values of the metadata to an HDU header.
     53/** Writes a "blank" --- a header only, with no image or table.
    5454 *
    5555 *  @return bool        if TRUE, the write was successful, otherwise FALSE.
    5656 */
    57 bool psFitsWriteHeader(
     57bool psFitsWriteBlank(
    5858    psMetadata* output,                 ///< the psMetadata data in which to write
    59     psFits* fits                       ///< the psFits object
     59    psFits* fits                        ///< the psFits object
    6060);
    6161
Note: See TracChangeset for help on using the changeset viewer.