Changeset 15151
- Timestamp:
- Oct 1, 2007, 11:37:21 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r15039 r15151 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $6 * @date $Date: 2007- 09-27 03:35:29$5 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-10-01 21:37:21 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 40 40 #include "pmModelClass.h" 41 41 #include "pmSourceIO.h" 42 43 44 #define BLANK_HEADERS "BLANK.HEADERS" // Name of metadata in camera configuration containing header names45 // for putting values into a blank PHU46 42 47 43 // translations between psphot object types and dophot object types … … 443 439 pmConfigConformHeader (outhead, file->format); 444 440 441 // XXX need to finish this: 442 // psMetadata *blankHeaders = psMetadataLookupMetadata(NULL, file->camera, "BLANK.HEADERS"); // File information 443 // psMetadataItem *item = NULL; 444 // while (item = psMetadatagetAndIncrement (blankHeaders)) { 445 446 445 447 psMetadata *fileData = psMetadataLookupMetadata(NULL, file->format, "FILE"); // File information 446 448 const char *fpaNameHdr = psMetadataLookupStr(NULL, fileData, "FPA.NAME");
Note:
See TracChangeset
for help on using the changeset viewer.
