IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 24, 2006, 3:49:50 PM (19 years ago)
Author:
magnier
Message:

some API work to reduce dependencies on the recipes, support for mosaic astrometry

File:
1 edited

Legend:

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

    r10421 r10829  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-12-03 18:48:10 $
     5 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-12-25 01:49:50 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    256256            if (phu) {
    257257                outhead = psMetadataCopy (NULL, phu->header);
     258
     259                // if we have mosaic-level astrometry information, add it here:
     260                updates = psMetadataLookupPtr (&status, file->fpa->analysis, "PSASTRO.HEADER");
     261                if (updates) {
     262                    psMetadataCopy (outhead, updates);
     263                }
     264
    258265                psMetadataAddBool (outhead, PS_LIST_TAIL, "EXTEND", PS_META_REPLACE, "this file has extensions", true);
    259266                // XXX what is the EXTNAME??
Note: See TracChangeset for help on using the changeset viewer.