IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11128


Ignore:
Timestamp:
Jan 17, 2007, 4:11:02 PM (19 years ago)
Author:
Paul Price
Message:

Adding concept: FPA.TEMP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.c

    r10967 r11128  
    572572        }
    573573
     574        // FPA.TEMP
     575        {
     576            psMetadataItem *fpaTemp = psMetadataItemAllocF32("FPA.TEMP", "Temperature of focal plane", NAN);
     577            pmConceptRegister(fpaTemp, NULL, NULL, PM_FPA_LEVEL_FPA);
     578            psFree(fpaTemp);
     579        }
     580
    574581        // Done with FPA level concepts
    575582    }
Note: See TracChangeset for help on using the changeset viewer.