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/pmAstrometryModel.c

    r17103 r18008  
    99 *
    1010 *  @author EAM, IfA
    11  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2008-03-25 02:18:16 $
     11 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2008-06-09 01:53:31 $
    1313 *
    1414 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    158158        pmConfigConformHeader (outhead, file->format);
    159159
     160# if (0)
     161        // XXX this is no longer needed : FPA.OBS is now correctly copied in pmConfigConformHeader
    160162        // XXX probably need other info to conform the header
    161163        psMetadata *fileData = psMetadataLookupMetadata(NULL, file->format, "FILE"); // File information
     
    165167            psMetadataAddStr(outhead, PS_LIST_TAIL, fpaNameHdr, PS_META_REPLACE, "FPA name", fpaName);
    166168        }
     169# endif
    167170    }
    168171
Note: See TracChangeset for help on using the changeset viewer.