IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2006, 9:01:21 AM (20 years ago)
Author:
Paul Price
Message:

Forgot to add the header to the metadata after stripping trailing spaces.

File:
1 edited

Legend:

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

    r6883 r6884  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-04-18 18:58:41 $
     9 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-04-18 19:01:21 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    147147                        lastSpace[0] = '\0'; // Truncate the string here
    148148                    }
     149
     150                    success = psMetadataAdd(out,
     151                                            PS_LIST_TAIL,
     152                                            keyName,
     153                                            PS_DATA_STRING | PS_META_DUPLICATE_OK,
     154                                            keyComment,
     155                                            keyValueFixed);
    149156                    break;
    150157                }
Note: See TracChangeset for help on using the changeset viewer.