Commit d27ec2aac85d4f5423451df5ecfb4eab9db33a74
1 parent
c970fd53
Exists in
master
and in
11 other branches
Added instrument AMPTE-CCE-MEPA
Showing
1 changed file
with
42 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,42 @@ |
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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> | |
3 | + <Version>2.2.6</Version> | |
4 | + <Instrument> | |
5 | + <ResourceID>spase://CNES/Instrument/CDPP-AMDA/CCE/MEPA</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>MEPA</ResourceName> | |
8 | + <AlternateName>Medium Energy Particle Analyzer</AlternateName> | |
9 | + <ReleaseDate>2019-05-05T12:34:56Z</ReleaseDate> | |
10 | + <Description>MEPA is a particle telescope with an ION head and a TOF head. The TOF head can measure species | |
11 | + and energy, while the ION head only measures the energy of the ions, which are mostly protons. | |
12 | + In fact, the counts in the ION head are all assumed to be protons up to 1830 keV. The ION | |
13 | + head has 10 energy channels, and so the first 8 channels (that are all below 1830 keV) are assumed | |
14 | + to be all protons, and the 2 channels above this are assumed to be all alphas. The TOF head | |
15 | + has 9 energy channels that are generic (ions of any species are counted) and some species specific | |
16 | + channels for protons, helium, oxygen, and iron. The AMPTE data was divided into records, with each | |
17 | + record holding data from 4 spins. In any record, all the TOF species channels are always present, | |
18 | + but only one of either a) the 10 ION head channels or b) 9 TOF generic channels are | |
19 | + present. The majority of records have the ION head channels. | |
20 | + The AMPTE spacecraft had a spin period of about 6 seconds. MEPA data is sectored into 32 directions | |
21 | + per spin. Nearly all channels are reported as sectored values, but to conserve telemetry, many channels | |
22 | + are only read out every other spin, or every fourth spin. In this data, all values are summed so that | |
23 | + they are reported every fourth spin. Note that in the original AMPTE datesets, there was a timing problem | |
24 | + which required that 19.75 seconds (one Major Frame of telemetry) be added to time values extracted from | |
25 | + the processing system. This correction has already been made in the particle data in this dataset. | |
26 | + </Description> | |
27 | + <Acknowledgement>User will acknowledge the AMPTE/CCE MEPA team in any publication resulting from the use of these data.</Acknowledgement> | |
28 | + <Contact> | |
29 | + <PersonID>spase://SMWG/Person/Richard.W.McEntire</PersonID> | |
30 | + <Role>PrincipalInvestigator</Role> | |
31 | + </Contact> | |
32 | + <InformationURL> | |
33 | + <Name>NSSDC Master Catalog</Name> | |
34 | + <URL>https://nssdc.gsfc.nasa.gov/nmc/experiment/display.action?id=1984-088A-02</URL> | |
35 | + <Description>Information about the AMPTE-CCE MEPA</Description> | |
36 | + </InformationURL> | |
37 | + </ResourceHeader> | |
38 | + <InstrumentType>EnergeticParticleInstrument</InstrumentType> | |
39 | + <InvestigationName>MEPA</InvestigationName> | |
40 | + <ObservatoryID>spase://CNES/Observatory/CDPP-AMDA/AMPTE/CCE</ObservatoryID> | |
41 | + </Instrument> | |
42 | +</Spase> | |
... | ... |