Commit 88541f54d2b9813d109aa6fd8f307f1aa76de77b
1 parent
a8ffd85d
Exists in
master
and in
12 other branches
cass mag jup
Showing
1 changed file
with
73 additions
and
7 deletions
Show diff stats
NumericalData/AMDA/Cassini/MAG/cass-mag-jup.xml
... | ... | @@ -7,7 +7,14 @@ |
7 | 7 | <ResourceName>flyby jupiter</ResourceName> |
8 | 8 | <AlternateName>high resolution MAG data during Jupiter flyby</AlternateName> |
9 | 9 | <ReleaseDate>2017-10-12T15:43:00</ReleaseDate> |
10 | - <Description>High-resolution magnetic field data from the Cassini magnetometer during the Jupiter flyby in RTN coordinates obtained from NASA/PDS plasma node</Description> | |
10 | + <Description>High-resolution magnetic field data from the Cassini magnetometer during the Jupiter flyby obtained from NASA/PDS plasma node | |
11 | + * J3 - J3 (IAU_JUPITER) is a Jovicentric cartesian coordinate system consistent with the IAU 1997 definition of the System 3 prime meridian. | |
12 | + 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). | |
13 | + * 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 | |
14 | + right handed set), and Z (the Jupiter dipole). | |
15 | + * RTN - RTN coordinates consist of R (radial component, Sun to the spacecraft), T (tangential component, parallel to the Solar Equatorial plane and perpendicular | |
16 | + to R), and N (normal component, completes right handed set). | |
17 | + </Description> | |
11 | 18 | <Contact> |
12 | 19 | <PersonID>spase://CDPP/Person/Michele.Dougherty</PersonID> |
13 | 20 | <Role>PrincipalInvestigator</Role> |
... | ... | @@ -28,7 +35,7 @@ |
28 | 35 | <Format>NetCDF</Format> |
29 | 36 | </AccessInformation> |
30 | 37 | <ProviderName>PDS</ProviderName> |
31 | - <ProviderResourceName>CO-E_SW_J_S-MAG-3-RDR-FULL-RES-V1.0</ProviderResourceName> | |
38 | + <ProviderResourceName>CO-E_SW_J_S-MAG-3-RDR-FULL-RES-V2.0</ProviderResourceName> | |
32 | 39 | <InstrumentID>spase://CDPP/Instrument/AMDA/Cassini/MAG</InstrumentID> |
33 | 40 | <MeasurementType>MagneticField</MeasurementType> |
34 | 41 | <TemporalDescription> |
... | ... | @@ -40,16 +47,75 @@ |
40 | 47 | <Cadence_Max>PT8S</Cadence_Max> |
41 | 48 | </TemporalDescription> |
42 | 49 | <ObservedRegion>Jupiter</ObservedRegion> |
43 | - <ObservedRegion>Interstellar</ObservedRegion> | |
44 | - <ObservedRegion>Jupiter.Ganymede</ObservedRegion> | |
45 | - <ObservedRegion>Jupiter.Io</ObservedRegion> | |
46 | - <ObservedRegion>Jupiter.Callisto</ObservedRegion> | |
47 | - <ObservedRegion>Jupiter.Europa</ObservedRegion> | |
48 | 50 | <Caveats>These data contain persistent noise signals at 0.2, 8, 16 Hz, and associated |
49 | 51 | harmonics. This noise was not observed during ground testing of the |
50 | 52 | instruments and is anticipated to be interference arising from the spacecraft. |
51 | 53 | Removal of these signals is at the user's discretion.</Caveats> |
52 | 54 | <Parameter> |
55 | + <Name>b_j3</Name> | |
56 | + <ParameterKey>cass_bj3_jup</ParameterKey> | |
57 | + <Description>Magnetic field vector components in Jup_IAU coordinates </Description> | |
58 | + <Ucd>phys.magField</Ucd> | |
59 | + <Units>nT</Units> | |
60 | + <RenderingHints> | |
61 | + <DisplayType>TimeSeries</DisplayType> | |
62 | + </RenderingHints> | |
63 | + <Structure> | |
64 | + <Size>3</Size> | |
65 | + <Element> | |
66 | + <Name>bx</Name> | |
67 | + <Index>1</Index> | |
68 | + <ParameterKey>cass_bj3_jup(0)</ParameterKey> | |
69 | + </Element> | |
70 | + <Element> | |
71 | + <Name>by</Name> | |
72 | + <Index>2</Index> | |
73 | + <ParameterKey>cass_bj3_jup(1)</ParameterKey> | |
74 | + </Element> | |
75 | + <Element> | |
76 | + <Name>bz</Name> | |
77 | + <Index>3</Index> | |
78 | + <ParameterKey>cass_bj3_jup(2)</ParameterKey> | |
79 | + </Element> | |
80 | + </Structure> | |
81 | + <Field> | |
82 | + <Qualifier>Vector</Qualifier> | |
83 | + <FieldQuantity>Magnetic</FieldQuantity> | |
84 | + </Field> | |
85 | + </Parameter> | |
86 | + <Parameter> | |
87 | + <Name>b_jm</Name> | |
88 | + <ParameterKey>cass_bjm_jup</ParameterKey> | |
89 | + <Description>Magnetic field vector components in JMAG coordinates </Description> | |
90 | + <Ucd>phys.magField</Ucd> | |
91 | + <Units>nT</Units> | |
92 | + <RenderingHints> | |
93 | + <DisplayType>TimeSeries</DisplayType> | |
94 | + </RenderingHints> | |
95 | + <Structure> | |
96 | + <Size>3</Size> | |
97 | + <Element> | |
98 | + <Name>bx</Name> | |
99 | + <Index>1</Index> | |
100 | + <ParameterKey>cass_bjm_jup(0)</ParameterKey> | |
101 | + </Element> | |
102 | + <Element> | |
103 | + <Name>by</Name> | |
104 | + <Index>2</Index> | |
105 | + <ParameterKey>cass_bjm_jup(1)</ParameterKey> | |
106 | + </Element> | |
107 | + <Element> | |
108 | + <Name>bz</Name> | |
109 | + <Index>3</Index> | |
110 | + <ParameterKey>cass_bjm_jup(2)</ParameterKey> | |
111 | + </Element> | |
112 | + </Structure> | |
113 | + <Field> | |
114 | + <Qualifier>Vector</Qualifier> | |
115 | + <FieldQuantity>Magnetic</FieldQuantity> | |
116 | + </Field> | |
117 | + </Parameter> | |
118 | + <Parameter> | |
53 | 119 | <Name>b_rtn</Name> |
54 | 120 | <ParameterKey>cass_b_jup</ParameterKey> |
55 | 121 | <Description>Magnetic field vector components in RTN coordinates </Description> | ... | ... |