IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2007, 11:37:21 AM (19 years ago)
Author:
eugene
Message:

rough draft for BLANK.HEADERS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r15039 r15151  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.48 $ $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 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040#include "pmModelClass.h"
    4141#include "pmSourceIO.h"
    42 
    43 
    44 #define BLANK_HEADERS "BLANK.HEADERS"   // Name of metadata in camera configuration containing header names
    45                                         // for putting values into a blank PHU
    4642
    4743// translations between psphot object types and dophot object types
     
    443439        pmConfigConformHeader (outhead, file->format);
    444440
     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
    445447        psMetadata *fileData = psMetadataLookupMetadata(NULL, file->format, "FILE"); // File information
    446448        const char *fpaNameHdr = psMetadataLookupStr(NULL, fileData, "FPA.NAME");
Note: See TracChangeset for help on using the changeset viewer.