Changeset 15770 for trunk/psModules/src/concepts/pmConcepts.c
- Timestamp:
- Dec 7, 2007, 5:15:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.c
r15740 r15770 505 505 } 506 506 507 // FPA.COMMENT 508 { 509 psMetadataItem *item = psMetadataItemAllocStr("FPA.COMMENT", "Obs Comment", ""); 510 pmConceptRegister(item, NULL, NULL, false, PM_FPA_LEVEL_FPA); 511 psFree(item); 512 } 513 507 514 // FPA.FOCUS 508 515 { … … 697 704 psMetadataItem *item = psMetadataItemAllocF32("FPA.ENV.DIR", "Environment: Wind Direction", NAN); 698 705 pmConceptRegister(item, NULL, NULL, false, PM_FPA_LEVEL_FPA); 706 psFree(item); 707 } 708 709 // FPA.TELTEMP.* 710 { 711 psMetadataItem *item = psMetadataItemAllocF32("FPA.TELTEMP.M1", "Telescope Temperatures: M1", NAN); 712 pmConceptRegister(item, p_pmConceptParse_TELTEMPS, NULL, false, PM_FPA_LEVEL_FPA); 713 psFree(item); 714 } 715 { 716 psMetadataItem *item = psMetadataItemAllocF32("FPA.TELTEMP.M1CELL", "Telescope Temperatures: M1 CELL", NAN); 717 pmConceptRegister(item, p_pmConceptParse_TELTEMPS, NULL, false, PM_FPA_LEVEL_FPA); 718 psFree(item); 719 } 720 { 721 psMetadataItem *item = psMetadataItemAllocF32("FPA.TELTEMP.M2", "Telescope Temperatures: M2", NAN); 722 pmConceptRegister(item, p_pmConceptParse_TELTEMPS, NULL, false, PM_FPA_LEVEL_FPA); 723 psFree(item); 724 } 725 { 726 psMetadataItem *item = psMetadataItemAllocF32("FPA.TELTEMP.SPIDER", "Telescope Temperatures: SPIDER", NAN); 727 pmConceptRegister(item, p_pmConceptParse_TELTEMPS, NULL, false, PM_FPA_LEVEL_FPA); 728 psFree(item); 729 } 730 { 731 psMetadataItem *item = psMetadataItemAllocF32("FPA.TELTEMP.TRUSS", "Telescope Temperatures: TRUSS", NAN); 732 pmConceptRegister(item, p_pmConceptParse_TELTEMPS, NULL, false, PM_FPA_LEVEL_FPA); 733 psFree(item); 734 } 735 { 736 psMetadataItem *item = psMetadataItemAllocF32("FPA.TELTEMP.EXTRA", "Telescope Temperatures: EXTRA", NAN); 737 pmConceptRegister(item, p_pmConceptParse_TELTEMPS, NULL, false, PM_FPA_LEVEL_FPA); 699 738 psFree(item); 700 739 }
Note:
See TracChangeset
for help on using the changeset viewer.
