Blame view

NumericalData/CDPP-AMDA/Cassini/MAG/cass-mag-jup.xml 7.88 KB
7e407638   Elena.Budnik   schema locally
1
<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">
dbc930ab   Elena.Budnik   redmine #7309
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
    <Version>2.3.1</Version>
    <NumericalData>
        <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Cassini/MAG/cass-mag-jup</ResourceID>
        <ResourceHeader>
            <ResourceName>flyby jupiter</ResourceName>
            <AlternateName>high resolution MAG data during Jupiter flyby</AlternateName>
            <ReleaseDate>2017-10-12T15:43:00</ReleaseDate>
            <Description>High-resolution magnetic field data from the Cassini magnetometer during the Jupiter flyby obtained from NASA/PDS plasma node
             * J3 - J3 (IAU_JUPITER) is a Jovicentric cartesian coordinate system consistent with the IAU 1997 definition of the System 3 prime meridian. It consists of X (in Jovian equatorial plane, along S3 1997 prime meridian), Y (completes right handed set), and Z (parallel to the Jovian spin axis).       
             * JMXYZ - JMAG XYZ is a  Jovicentric cartesian coordinate system which consists of X (in the plane containing Z and the S3 1997 Prime Meridian), Y (completes right handed set), and Z (the Jupiter dipole).   
              * RTN - RTN coordinates consist of R (radial component, Sun to the spacecraft), T (tangential component, parallel to the Solar Equatorial plane and perpendicular to R), and N (normal component, completes right handed set).  
            </Description>
            <Contact>
                <PersonID>spase://CNES/Person/Michele.Dougherty</PersonID>
                <Role>PrincipalInvestigator</Role>
            </Contact>
            <Contact>
                <PersonID>spase://CNES/Person/Steve.Kellock</PersonID>
                <Role>DataProducer</Role>
            </Contact> 
        </ResourceHeader>
        <AccessInformation>
eed3b876   Elena.Budnik   RepositoryId change
24
            <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
dbc930ab   Elena.Budnik   redmine #7309
25
26
27
28
29
30
31
32
33
34
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <Name>AMDA</Name>
                <URL>amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>PDS</ProviderName>
       <ProviderResourceName>CO-E_SW_J_S-MAG-3-RDR-FULL-RES-V2.0</ProviderResourceName>
d1fe7122   Elena.Budnik   redmine 7309 cont...
35
        <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Cassini/MAG</InstrumentID>
dbc930ab   Elena.Budnik   redmine #7309
36
37
38
39
40
41
42
        <MeasurementType>MagneticField</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
                <StartDate>2000-10-07T00:01:18Z</StartDate>
                <StopDate>2001-05-10T15:25:41Z</StopDate>                
            </TimeSpan>
            <CadenceMin>PT0.031S</CadenceMin>
1ae3ed48   Elena.Budnik   Cadence_Max => Ca...
43
            <CadenceMax>PT8S</CadenceMax>
dbc930ab   Elena.Budnik   redmine #7309
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
        </TemporalDescription>     
        <ObservedRegion>Jupiter</ObservedRegion>
        <Caveats>These data contain persistent noise signals at 0.2, 8, 16 Hz, and associated  
harmonics. This noise was not observed during ground testing of the           
instruments and is anticipated to be interference arising from the spacecraft.
Removal of these signals is at the user's discretion.</Caveats>
        <Parameter>
            <Name>b_j3</Name>
            <ParameterKey>cass_bj3_jup</ParameterKey>
            <Description>Magnetic field vector components in Jup_IAU coordinates </Description>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>bx</Name>
                    <Index>1</Index>
                    <ParameterKey>cass_bj3_jup(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>by</Name>
                    <Index>2</Index>
                    <ParameterKey>cass_bj3_jup(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>bz</Name>
                    <Index>3</Index>
                    <ParameterKey>cass_bj3_jup(2)</ParameterKey>
                </Element>
             </Structure>
            <Field>
                <Qualifier>Vector</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
        <Parameter>
            <Name>b_jm</Name>
            <ParameterKey>cass_bjm_jup</ParameterKey>
            <Description>Magnetic field vector components in JMAG coordinates </Description>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>bx</Name>
                    <Index>1</Index>
                    <ParameterKey>cass_bjm_jup(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>by</Name>
                    <Index>2</Index>
                    <ParameterKey>cass_bjm_jup(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>bz</Name>
                    <Index>3</Index>
                    <ParameterKey>cass_bjm_jup(2)</ParameterKey>
                </Element>
             </Structure>
            <Field>
                <Qualifier>Vector</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
        <Parameter>
            <Name>b_rtn</Name>
            <ParameterKey>cass_b_jup</ParameterKey>
            <Description>Magnetic field vector components in RTN coordinates </Description>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>br</Name>
                    <Index>1</Index>
                    <ParameterKey>cass_b_jup(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>bt</Name>
                    <Index>2</Index>
                    <ParameterKey>cass_b_jup(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>bn</Name>
                    <Index>3</Index>
                    <ParameterKey>cass_b_jup(2)</ParameterKey>
                </Element>
             </Structure>
            <Field>
                <Qualifier>Vector</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
        <Parameter>
            <Name>|b|</Name>
            <ParameterKey>cass_bmag_jup</ParameterKey>
            <Description>Magnetic field vector magnitude</Description>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Field>
                <Qualifier>Magnitude</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
da04c9fb   Alexandre Schulz   Redmine #8961 et ...
160
161
     <Parameter><Name>phi</Name><ParameterKey>cass_b_jup_phi</ParameterKey><Description>Magnetic field phi angle</Description><Ucd>phys.magField</Ucd><Units>degrees</Units><UnitsConversion>1e-9&amp;gt;T</UnitsConversion><RenderingHints><DisplayType>TimeSeries</DisplayType></RenderingHints><Structure><Size>1</Size></Structure></Parameter><Parameter><Name>theta</Name><ParameterKey>cass_b_jup_theta</ParameterKey><Description>Magnetic field theta angle</Description><Ucd>phys.magField</Ucd><Units>degrees</Units><UnitsConversion>1e-9&amp;gt;T</UnitsConversion><RenderingHints><DisplayType>TimeSeries</DisplayType></RenderingHints><Structure><Size>1</Size></Structure></Parameter></NumericalData>
</Spase>