Commit 2ca23d8f4c5f76fad0cfae2c0f19921db308e6a6
1 parent
faa51375
Exists in
master
and in
11 other branches
descriptor for STEREO B mag 1min
Showing
1 changed file
with
87 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,87 @@ | @@ -0,0 +1,87 @@ | ||
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/STEREO-B/MAG/stb-mag-1min</ResourceID> | ||
6 | + <ResourceHeader> | ||
7 | + <ResourceName>1 min</ResourceName> | ||
8 | + <AlternateName>Magnetic Field : 1 min averaged</AlternateName> | ||
9 | + <ReleaseDate>2018-10-14T11:53:29Z</ReleaseDate> | ||
10 | + <Description>Data from http://aten.igpp.ucla.edu. The averaged total field is also averaged from the high resolution total field and not from the averaged components.</Description> | ||
11 | + <Contact> | ||
12 | + <PersonID>spase://CNES/Person/Elena.Budnik</PersonID> | ||
13 | + <Role>TechnicalContact</Role> | ||
14 | + </Contact> | ||
15 | + </ResourceHeader> | ||
16 | + <AccessInformation> | ||
17 | + <RepositoryID>spase://CDPP/Repository/AMDA</RepositoryID> | ||
18 | + <Availability>Online</Availability> | ||
19 | + <AccessRights>Open</AccessRights> | ||
20 | + <AccessURL> | ||
21 | + <URL>http://amda.cdpp.eu</URL> | ||
22 | + </AccessURL> | ||
23 | + <Format>NetCDF</Format> | ||
24 | + </AccessInformation> | ||
25 | + <ProviderName>UCLA</ProviderName> | ||
26 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/STEREO-B/IMPACT/MAG</InstrumentID> | ||
27 | + <MeasurementType>MagneticField</MeasurementType> | ||
28 | + <TemporalDescription> | ||
29 | + <TimeSpan> | ||
30 | + <StartDate>2006-11-07T00:00:00Z</StartDate> | ||
31 | + <StopDate>2018-11-29T23:59:59Z</StopDate> | ||
32 | + </TimeSpan> | ||
33 | + <Cadence>PT60S</Cadence> | ||
34 | + </TemporalDescription> | ||
35 | + <Parameter> | ||
36 | + <Name>b_sc</Name> | ||
37 | + <ParameterKey>stb_b_sc</ParameterKey> | ||
38 | + <Ucd>phys.magField</Ucd> | ||
39 | + <Units>nT</Units> | ||
40 | + <UnitsConversion>1e-9>T</UnitsConversion> | ||
41 | + <CoordinateSystem> | ||
42 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | ||
43 | + <CoordinateSystemName>SC</CoordinateSystemName> | ||
44 | + </CoordinateSystem> | ||
45 | + <RenderingHints> | ||
46 | + <DisplayType>TimeSeries</DisplayType> | ||
47 | + </RenderingHints> | ||
48 | + <Structure> | ||
49 | + <Size>3</Size> | ||
50 | + <Element> | ||
51 | + <Name>bx</Name> | ||
52 | + <Index>1</Index> | ||
53 | + <ParameterKey>stb_b_sc(0)</ParameterKey> | ||
54 | + </Element> | ||
55 | + <Element> | ||
56 | + <Name>by</Name> | ||
57 | + <Index>2</Index> | ||
58 | + <ParameterKey>stb_b_sc(1)</ParameterKey> | ||
59 | + </Element> | ||
60 | + <Element> | ||
61 | + <Name>bz</Name> | ||
62 | + <Index>3</Index> | ||
63 | + <ParameterKey>stb_b_sc(2)</ParameterKey> | ||
64 | + </Element> | ||
65 | + </Structure> | ||
66 | + <Field> | ||
67 | + <Qualifier>Vector</Qualifier> | ||
68 | + <FieldQuantity>Magnetic</FieldQuantity> | ||
69 | + </Field> | ||
70 | + </Parameter> | ||
71 | + <Parameter> | ||
72 | + <Name>|b|</Name> | ||
73 | + <ParameterKey>stb_b_tot</ParameterKey> | ||
74 | + <Description>Scalar magnitude of the magnetic field in nT</Description> | ||
75 | + <Ucd>phys.magField</Ucd> | ||
76 | + <Units>nT</Units> | ||
77 | + <UnitsConversion>1e-9>T</UnitsConversion> | ||
78 | + <RenderingHints> | ||
79 | + <DisplayType>TimeSeries</DisplayType> | ||
80 | + </RenderingHints> | ||
81 | + <Field> | ||
82 | + <Qualifier>Magnitude</Qualifier> | ||
83 | + <FieldQuantity>Magnetic</FieldQuantity> | ||
84 | + </Field> | ||
85 | + </Parameter> | ||
86 | + </NumericalData> | ||
87 | +</Spase> |