Commit 0dda15b3739c8b965e527f537b135dc89df0d5e4
1 parent
f5a472be
Exists in
juice_jdc
and in
4 other branches
Bepi MIA : fix venus flyby + add earth flyby
Showing
2 changed files
with
53 additions
and
1 deletions
Show diff stats
... | ... | @@ -0,0 +1,51 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns="http://www.spase-group.org/data/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spase-group.org/data/schema http://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> | |
3 | + <Version>2.3.1</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Bepi/MIA/bepi-mia-earth</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>Earth flyby</ResourceName> | |
8 | + <ReleaseDate>2020-09-09T15:19:00Z</ReleaseDate> | |
9 | + <Description></Description> | |
10 | + <Contact> | |
11 | + <PersonID>spase://CNES/Person/Yoshifumi.Saito</PersonID> | |
12 | + <Role>PrincipalInvestigator</Role> | |
13 | + </Contact> | |
14 | + </ResourceHeader> | |
15 | + <AccessInformation> | |
16 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
17 | + <Availability>Online</Availability> | |
18 | + <AccessRights>Restricted</AccessRights> | |
19 | + <AccessURL> | |
20 | + <URL>http://amda.cdpp.eu</URL> | |
21 | + </AccessURL> | |
22 | + <Format>NetCDF</Format> | |
23 | + </AccessInformation> | |
24 | + <ProviderName>IRAP</ProviderName> | |
25 | + <ProviderResourceName></ProviderResourceName> | |
26 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Bepi/MIA</InstrumentID> | |
27 | + <MeasurementType>ThermalPlasma</MeasurementType> | |
28 | + <TemporalDescription> | |
29 | + <TimeSpan> | |
30 | + <StartDate>2020-04-10T00:00:00Z</StartDate> | |
31 | + <StopDate>2020-09-01T00:00:00Z</StopDate> | |
32 | + </TimeSpan> | |
33 | + <CadenceMin>PT1S</CadenceMin> | |
34 | + </TemporalDescription> | |
35 | + <ObservedRegion>Earth</ObservedRegion> | |
36 | + <Parameter> | |
37 | + <Name>cnts</Name> | |
38 | + <ParameterKey>mia_earth_let4m23</ParameterKey> | |
39 | + <Description/> | |
40 | + <Ucd/> | |
41 | + <Units>cnts</Units> | |
42 | + <RenderingHints> | |
43 | + <DisplayType>Spectrogram</DisplayType> | |
44 | + </RenderingHints> | |
45 | + <Particle> | |
46 | + <ParticleType>Ion</ParticleType> | |
47 | + <ParticleQuantity>Counts</ParticleQuantity> | |
48 | + </Particle> | |
49 | + </Parameter> | |
50 | + </NumericalData> | |
51 | +</Spase> | ... | ... |
NumericalData/CDPP-AMDA/Bepi/MIA/bepi-mia-venus1.xml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <NumericalData> |
5 | 5 | <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Bepi/MIA/bepi-mia-venus1</ResourceID> |
6 | 6 | <ResourceHeader> |
7 | - <ResourceName>flyby venus 1</ResourceName> | |
7 | + <ResourceName>Venus flyby #1</ResourceName> | |
8 | 8 | <ReleaseDate>2020-09-09T15:19:00Z</ReleaseDate> |
9 | 9 | <Description></Description> |
10 | 10 | <Contact> |
... | ... | @@ -32,6 +32,7 @@ |
32 | 32 | </TimeSpan> |
33 | 33 | <CadenceMin>PT1S</CadenceMin> |
34 | 34 | </TemporalDescription> |
35 | + <ObservedRegion>Venus</ObservedRegion> | |
35 | 36 | <Parameter> |
36 | 37 | <Name>cnts</Name> |
37 | 38 | <ParameterKey>mia_venus1_let4m23</ParameterKey> | ... | ... |