IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15175


Ignore:
Timestamp:
Oct 3, 2007, 10:19:01 AM (19 years ago)
Author:
Paul Price
Message:

Moving code to parse a header string from readHeader() into its own function, so that it may be used by psFitsMoveExtName().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/psLib/src/fits/psFitsHeader.h

    r15168 r15175  
    44 * @author Robert DeSonia, MHPCC
    55 *
    6  * @version $Revision: 1.10.14.2 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-10-03 03:01:45 $
     6 * @version $Revision: 1.10.14.3 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-10-03 20:19:01 $
    88 *
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2828bool psFitsCheckSingleCompressedImagePHU(const psFits *fits, ///< FITS file pointer
    2929                                         const psMetadata *header ///< Header, or NULL
     30    );
     31
     32/// Parse a string read from the FITS header.
     33
     34/// Removes the quotes, and any trailing spaces.  NOTE: the returned string is NOT on the psLib memory system
     35/// --- it's simply a hacked version of the input string.  Note also that the input string is MODIFIED.
     36char *p_psFitsHeaderParseString(char *string ///< String to parse
    3037    );
    3138
Note: See TracChangeset for help on using the changeset viewer.