Commit 0167f4ad8929d71024acc33d1dc3982f5f9b1d56
1 parent
7a1583fe
Exists in
master
and in
11 other branches
solo pa params
Showing
4 changed files
with
41 additions
and
6 deletions
Show diff stats
NumericalData/CDPP-AMDA/Solar_Orbiter/PAS/so-pas-3d.xml
... | ... | @@ -119,22 +119,28 @@ |
119 | 119 | </Particle> |
120 | 120 | </Parameter> |
121 | 121 | <Parameter> |
122 | - <Name>cnts sum in elev range ##elmin####elmax##</Name> | |
123 | - <ParameterKey>pas_3d_elevation</ParameterKey> | |
122 | + <Name>cnts sum in elev range : 2D</Name> | |
123 | + <ParameterKey>pas_2d_elevation</ParameterKey> | |
124 | 124 | <Description/> |
125 | 125 | <Ucd>phys.count;phys.atmol.ionStage</Ucd> |
126 | - <Units>cnts</Units> | |
126 | + <Units>cnts</Units> | |
127 | + <RenderingHints> | |
128 | + <DisplayType>Spectrogram</DisplayType> | |
129 | + </RenderingHints> | |
127 | 130 | <Particle> |
128 | 131 | <ParticleType>Proton</ParticleType> |
129 | 132 | <ParticleQuantity>Counts</ParticleQuantity> |
130 | 133 | </Particle> |
131 | 134 | </Parameter> |
132 | 135 | <Parameter> |
133 | - <Name>cnts sum in cem range ##cemmin####cemmax##</Name> | |
134 | - <ParameterKey>pas_3d_cem</ParameterKey> | |
136 | + <Name>cnts sum in cem range : 2D</Name> | |
137 | + <ParameterKey>pas_2d_cem</ParameterKey> | |
135 | 138 | <Description/> |
136 | 139 | <Ucd>phys.count;phys.atmol.ionStage</Ucd> |
137 | - <Units>cnts</Units> | |
140 | + <Units>cnts</Units> | |
141 | + <RenderingHints> | |
142 | + <DisplayType>Spectrogram</DisplayType> | |
143 | + </RenderingHints> | |
138 | 144 | <Particle> |
139 | 145 | <ParticleType>Proton</ParticleType> |
140 | 146 | <ParticleQuantity>Counts</ParticleQuantity> | ... | ... |
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd"> | |
3 | + <Version>2.2.0</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://SMWG/Person/Axel.Korth</ResourceID> | |
6 | + <PersonName>Dr. Axel Korth</PersonName> | |
7 | + <OrganizationName>Max-Planck-Institut fur Aeronomie</OrganizationName> | |
8 | + </Person> | |
9 | +</Spase> | ... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd"> | |
3 | + <Version>2.2.0</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://SMWG/Person/Glenn.M.Mason</ResourceID> | |
6 | + <ReleaseDate>2010-08-05T17:35:46Z</ReleaseDate> | |
7 | + <PersonName>Dr. Glenn M. Mason</PersonName> | |
8 | + <OrganizationName>Applied Physics Laboratory</OrganizationName> | |
9 | + <Email>Glenn.Mason@jhuapl.edu</Email> | |
10 | + </Person> | |
11 | +</Spase> | ... | ... |
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd"> | |
3 | + <Version>2.2.0</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://SMWG/Person/Stefano.A.Livi</ResourceID> | |
6 | + <PersonName>Dr. Stefano A. Livi</PersonName> | |
7 | + <OrganizationName>Max-Planck-Institut fur Aeronomie</OrganizationName> | |
8 | + </Person> | |
9 | +</Spase> | ... | ... |