Commit c457ca019db2df3038414a54004b1ec68ac0b4fc
1 parent
1a6c8f9b
Exists in
master
and in
11 other branches
SPASE descriptor for ULYSSES SWOOPS
Showing
1 changed file
with
60 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,60 @@ |
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/Ulysses/SWOOPS/ulys-e-pa</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>electron pitch-angle/energy distribution</ResourceName> | |
8 | + <ReleaseDate>2010-03-03T17:34:33</ReleaseDate> | |
9 | + <Description>Electron velocity distribution function (s^3 cm^-6) as a function of energy and pitch angle in the solar wind frame. | |
10 | + The distribution is given at 20 energies ranging from 1.69 eV to 815 eV, and in 20 pitch angle bins of 9 degrees eachs, | |
11 | + where the 0 degree pitch angle is along the magnetic field direction, which can either point torward or away from the sun.</Description> | |
12 | + <Contact> | |
13 | + <PersonID>spase://SMWG/Person/Ruth.Skoug</PersonID> | |
14 | + <Role>PrincipalInvestigator</Role> | |
15 | + </Contact> | |
16 | + <InformationURL> | |
17 | + <Name>Instrument and data portal at Cosmos</Name> | |
18 | + <URL>https://www.cosmos.esa.int/web/ulysses/swoops</URL> | |
19 | + </InformationURL> | |
20 | + <InformationURL> | |
21 | + <Name>SWOOPS data users' guide</Name> | |
22 | + <URL>ftp://spdf.gsfc.nasa.gov/pub/data/ulysses/plasma/swoops/ion/swoops_ion_users_guide_update_20030214.txt</URL> | |
23 | + </InformationURL> | |
24 | + </ResourceHeader> | |
25 | + <AccessInformation> | |
26 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
27 | + <Availability>Online</Availability> | |
28 | + <AccessRights>Open</AccessRights> | |
29 | + <AccessURL> | |
30 | + <URL>http://amda.cdpp.eu</URL> | |
31 | + </AccessURL> | |
32 | + <Format>NetCDF</Format> | |
33 | + </AccessInformation> | |
34 | + <ProviderName>ESA</ProviderName> | |
35 | + <ProviderResourceName>/u/ulysses/edr/ele/pa/2008/uly-pa-2008-012.hdf</ProviderResourceName> | |
36 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Ulysses/SWOOPS</InstrumentID> | |
37 | + <MeasurementType>ThermalPlasma</MeasurementType> | |
38 | + <TemporalDescription> | |
39 | + <TimeSpan> | |
40 | + <StartDate>1990-12-16T00:07:16Z</StartDate> | |
41 | + <StopDate>2008-02-14T23:56:31Z</StopDate> | |
42 | + </TimeSpan> | |
43 | + <Cadence>PT1080S</Cadence> | |
44 | + </TemporalDescription> | |
45 | + <ObservedRegion>Heliosphere</ObservedRegion> | |
46 | + <Parameter> | |
47 | + <Name>e- psd : en/pa : 2D</Name> | |
48 | + <ParameterKey>ulys_el_2d</ParameterKey> | |
49 | + <Ucd>phys.electron</Ucd> | |
50 | + <Units>s**3 cm**-6</Units> | |
51 | + <RenderingHints> | |
52 | + <DisplayType>Spectrogram</DisplayType> | |
53 | + </RenderingHints> | |
54 | + <Particle> | |
55 | + <ParticleType>Electron</ParticleType> | |
56 | + <ParticleQuantity>Velocity</ParticleQuantity> | |
57 | + </Particle> | |
58 | + </Parameter> | |
59 | + </NumericalData> | |
60 | +</Spase> | |
... | ... |