IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2008, 3:53:46 PM (18 years ago)
Author:
eugene
Message:

remove unneeded construction of FPA.OBS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryTable.c

    r15961 r18008  
    1010 *
    1111 *  @author EAM, IfA
    12  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2007-12-31 03:03:21 $
     12 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2008-06-09 01:53:46 $
    1414 *
    1515 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    159159        pmConfigConformHeader (outhead, file->format);
    160160
     161# if (0)
     162        // XXX this is no longer needed : FPA.OBS is now correctly copied in pmConfigConformHeader
    161163        // XXX probably need other info to conform the header
    162164        psMetadata *fileData = psMetadataLookupMetadata(NULL, file->format, "FILE"); // File information
     
    166168            psMetadataAddStr(outhead, PS_LIST_TAIL, fpaNameHdr, PS_META_REPLACE, "FPA name", fpaName);
    167169        }
     170# endif
    168171    }
    169172
Note: See TracChangeset for help on using the changeset viewer.