Blame view

NumericalData/CDPP-AMDA/Cassini/RPWS/cass-skr-phase.xml 5.7 KB
dbc930ab   Elena.Budnik   redmine #7309
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<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://cdpp.irap.omp.eu/AMDA-NG/public/schemas/spase-amda-1_1_0.xsd">
    <Version>2.3.1</Version>
    <NumericalData>
        <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Cassini/RPWS/cass-skr-phase</ResourceID>
        <ResourceHeader>
            <ResourceName>skr phase</ResourceName>
            <AlternateName>southern and northern skr phase systems</AlternateName>
            <ReleaseDate>2017-10-06T17:16:00</ReleaseDate>
            <Description>The Saturn Kilometric Radiation (SKR) is an intense non-thermal radio emission produced in auroral regions by accelerated electrons moving along magnetic field lines, predominantly on the dawn sector. Its regular pulsation, whose origin remains unexplained yet, was originally interpreted as a clock-like rotational modulation triggered by the planetary magnetic field, and thus directly relating to the planetary interior.               
               South and North SKR periods have been computed separately by Dr.Laurent Lamy (Observatory of Paris/LESIA). 
                For each kronian hemisphere (North and South), the following parameters are available:
                * period : SKR dominant period in hours
                * phi : SKR phase system (in which SKR maxima peak about 0deg)
                * drift: SKR peak phase with respect to an arbitrary period (10.7928h in S and 10.6h in N)
</Description>
             <Contact>
                <PersonID>spase://CNES/Person/Laurent.Lamy</PersonID>
                <Role>DataProducer</Role>
            </Contact>
            <InformationURL>
                <Name>LESIA SKR home page</Name>
                <URL>http://www.lesia.obspm.fr/kronos/skr_periodicity.php</URL>
            </InformationURL>
        </ResourceHeader>
        <AccessInformation>
eed3b876   Elena.Budnik   RepositoryId change
27
            <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
dbc930ab   Elena.Budnik   redmine #7309
28
29
30
31
32
33
34
35
36
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <Name>AMDA</Name>
                <URL>amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>LESIA-OBSPM</ProviderName>
d1fe7122   Elena.Budnik   redmine 7309 cont...
37
        <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Cassini/RPWS</InstrumentID>
dbc930ab   Elena.Budnik   redmine #7309
38
39
40
41
42
43
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
        <MeasurementType>Waves</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
                <StartDate>2004-01-01T00:00:00Z</StartDate>
                <StopDate>2010-07-12T00:00:00Z</StopDate>                
            </TimeSpan>
            <Cadence>PT180S</Cadence>
        </TemporalDescription>
        <ObservedRegion>Saturn</ObservedRegion>
        <Parameter>
            <Name>period south</Name>
            <ParameterKey>cass_skr_ps</ParameterKey>
            <Description>Southern SKR dominant period</Description>
            <Ucd>time.period</Ucd>
            <Units>hours</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Temporal</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>period north</Name>
            <ParameterKey>cass_skr_pn</ParameterKey>
            <Description>Northern SKR dominant period</Description>
            <Ucd>time.period</Ucd>
            <Units>hours</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Temporal</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>phi south</Name>
            <ParameterKey>cass_skr_phis</ParameterKey>
            <Description>Southern SKR phase</Description>
            <Ucd>time.phase</Ucd>
            <Units>deg</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>phi north</Name>
            <ParameterKey>cass_skr_phin</ParameterKey>
            <Description>Northern SKR phase</Description>
            <Ucd>time.phase</Ucd>
            <Units>deg</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>drift south</Name>
            <ParameterKey>cass_skr_drifts</ParameterKey>
            <Description>Southern SKR phase drift from fixed 10.7928h period)</Description>
            <Ucd>time.phase</Ucd>
            <Units>deg</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>drift north</Name>
            <ParameterKey>cass_skr_driftn</ParameterKey>
            <Description>Northern SKR phase drift from fixed 10.6h period)</Description>
            <Ucd>time.phase</Ucd>
            <Units>deg</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
       </NumericalData>
</Spase>