IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2006, 1:03:51 PM (20 years ago)
Author:
magnier
Message:

added photcode support

Location:
trunk/psModules/src/concepts
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/Makefile.am

    r7215 r7679  
    77        pmConceptsRead.c \
    88        pmConceptsWrite.c \
    9         pmConceptsStandard.c
     9        pmConceptsStandard.c \
     10        pmConceptsPhotcode.c
    1011
    1112psmoduleincludedir = $(includedir)
     
    1415        pmConceptsRead.h \
    1516        pmConceptsWrite.h \
    16         pmConceptsStandard.h
     17        pmConceptsStandard.h \
     18        pmConceptsPhotcode.h
    1719
    1820CLEANFILES = *~
  • trunk/psModules/src/concepts/pmConcepts.c

    r7469 r7679  
    409409        #endif
    410410
     411        // FPA.CAMERA
     412        {
     413            psMetadataItem *fpaCamera = psMetadataItemAllocStr("FPA.CAMERA", "Camera used", "");
     414            pmConceptRegister(fpaCamera, NULL, NULL, PM_FPA_LEVEL_FPA);
     415            psFree(fpaCamera);
     416        }
     417
    411418        // FPA.AIRMASS
    412419        {
Note: See TracChangeset for help on using the changeset viewer.