Changeset 8938
- Timestamp:
- Sep 25, 2006, 11:19:06 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.c
r8815 r8938 473 473 } 474 474 475 // FPA.OBSTYPE 476 { 477 psMetadataItem *fpaObstype = psMetadataItemAllocStr("FPA.OBSTYPE", "Type of observation", ""); 478 pmConceptRegister(fpaObstype, NULL, NULL, PM_FPA_LEVEL_FPA); 479 psFree(fpaObstype); 480 } 481 482 // FPA.ALT 483 { 484 psMetadataItem *fpaAlt = psMetadataItemAllocF64("FPA.Alt", "Altitude of telescope", NAN); 485 pmConceptRegister(fpaAlt, NULL, NULL, PM_FPA_LEVEL_FPA); 486 psFree(fpaAlt); 487 } 488 489 // FPA.AZ 490 { 491 psMetadataItem *fpaAz = psMetadataItemAllocF64("FPA.AZ", "Azimuth of telescope", NAN); 492 pmConceptRegister(fpaAz, NULL, NULL, PM_FPA_LEVEL_FPA); 493 psFree(fpaAz); 494 } 495 475 496 // Done with FPA level concepts 476 497 } … … 511 532 (pmConceptFormatFunc)p_pmConceptFormat_Positions, PM_FPA_LEVEL_CHIP); 512 533 psFree(chipY0); 534 } 535 536 // CHIP.TEMP 537 { 538 psMetadataItem *chipTemp = psMetadataItemAllocF32("CHIP.TEMP", "Temperature of chip", NAN); 539 pmConceptRegister(chipTemp, NULL, NULL, PM_FPA_LEVEL_CHIP); 540 psFree(chipTemp); 513 541 } 514 542
Note:
See TracChangeset
for help on using the changeset viewer.
