Changeset 18008
- Timestamp:
- Jun 8, 2008, 3:53:46 PM (18 years ago)
- Location:
- trunk/psModules/src/astrom
- Files:
-
- 2 edited
-
pmAstrometryModel.c (modified) (3 diffs)
-
pmAstrometryTable.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryModel.c
r17103 r18008 9 9 * 10 10 * @author EAM, IfA 11 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2008-0 3-25 02:18:16$11 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2008-06-09 01:53:31 $ 13 13 * 14 14 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 158 158 pmConfigConformHeader (outhead, file->format); 159 159 160 # if (0) 161 // XXX this is no longer needed : FPA.OBS is now correctly copied in pmConfigConformHeader 160 162 // XXX probably need other info to conform the header 161 163 psMetadata *fileData = psMetadataLookupMetadata(NULL, file->format, "FILE"); // File information … … 165 167 psMetadataAddStr(outhead, PS_LIST_TAIL, fpaNameHdr, PS_META_REPLACE, "FPA name", fpaName); 166 168 } 169 # endif 167 170 } 168 171 -
trunk/psModules/src/astrom/pmAstrometryTable.c
r15961 r18008 10 10 * 11 11 * @author EAM, IfA 12 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $13 * @date $Date: 200 7-12-31 03:03:21$12 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2008-06-09 01:53:46 $ 14 14 * 15 15 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 159 159 pmConfigConformHeader (outhead, file->format); 160 160 161 # if (0) 162 // XXX this is no longer needed : FPA.OBS is now correctly copied in pmConfigConformHeader 161 163 // XXX probably need other info to conform the header 162 164 psMetadata *fileData = psMetadataLookupMetadata(NULL, file->format, "FILE"); // File information … … 166 168 psMetadataAddStr(outhead, PS_LIST_TAIL, fpaNameHdr, PS_META_REPLACE, "FPA name", fpaName); 167 169 } 170 # endif 168 171 } 169 172
Note:
See TracChangeset
for help on using the changeset viewer.
