Commit bf2e36ed1976746ab1875301739085d5cc0297d5
1 parent
af6f074b
Exists in
master
and in
11 other branches
Fermi LAT
Showing
1 changed file
with
84 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,84 @@ |
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/FERMI/LAT/fermi-lat-lc</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>lightcurve</ResourceName> | |
8 | + <AlternateName></AlternateName> | |
9 | + <ReleaseDate>2016-04-11T19:14:50Z</ReleaseDate> | |
10 | + <Description>LAT data between 100 MeV and 10 GeV filtered for solar counts in 1-minute time bins, no energy binning, using light-bucket method</Description> | |
11 | + <Contact> | |
12 | + <PersonID>spase://CNES/Person/I.Plotnikov</PersonID> | |
13 | + <Role>DataProducer</Role> | |
14 | + </Contact> | |
15 | + <InformationURL> | |
16 | + <Name>Fermi Solar</Name> | |
17 | + <URL>https://hesperia.gsfc.nasa.gov/fermi_solar</URL> | |
18 | + </InformationURL> | |
19 | + </ResourceHeader> | |
20 | + <AccessInformation> | |
21 | + <RepositoryID>spase://CDPP/Repository/AMDA</RepositoryID> | |
22 | + <Availability>Online</Availability> | |
23 | + <AccessRights>Open</AccessRights> | |
24 | + <AccessURL> | |
25 | + <URL>http://amda.cdpp.eu</URL> | |
26 | + </AccessURL> | |
27 | + <Format>NetCDF</Format> | |
28 | + </AccessInformation> | |
29 | + <ProviderName>HESPERIA</ProviderName> | |
30 | + <ProcessingLevel>Calibrated</ProcessingLevel> | |
31 | + <ProviderResourceName>https://hesperia.gsfc.nasa.gov/fermi/lat</ProviderResourceName> | |
32 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/FERMI/LAT</InstrumentID> | |
33 | + <MeasurementType>Radiance</MeasurementType> | |
34 | + <TemporalDescription> | |
35 | + <TimeSpan> | |
36 | + <StartDate>2008-08-20T16:03:35Z</StartDate> | |
37 | + <StopDate></StopDate> | |
38 | + </TimeSpan> | |
39 | + <Cadence>PT3600S</Cadence> | |
40 | + </TemporalDescription> | |
41 | + <ObservedRegion>Sun</ObservedRegion> | |
42 | + <Caveats>Flux values with exposition less than 10^4 m^2*s are set to 0.0. Not for scientific use</Caveats> | |
43 | + <Parameter> | |
44 | + <Name>counts</Name> | |
45 | + <ParameterKey>fermi_lat_cts</ParameterKey> | |
46 | + <Description>photons > 100MeV counts recorded by the LAT orientied sunward</Description> | |
47 | + <RenderingHints> | |
48 | + <DisplayType>TimeSeries</DisplayType> | |
49 | + </RenderingHints> | |
50 | + <Ucd/> | |
51 | + <Units>counts</Units> | |
52 | + </Parameter> | |
53 | + <Parameter> | |
54 | + <Name>flux</Name> | |
55 | + <ParameterKey>fermi_lat_fl</ParameterKey> | |
56 | + <Description>counts/exposure</Description> | |
57 | + <RenderingHints> | |
58 | + <DisplayType>TimeSeries</DisplayType> | |
59 | + </RenderingHints> | |
60 | + <Ucd/> | |
61 | + <Units>1/(cm² MeV sr)</Units> | |
62 | + </Parameter> | |
63 | + <Parameter> | |
64 | + <Name>counts error</Name> | |
65 | + <ParameterKey>fermi_lat_err</ParameterKey> | |
66 | + <Description/> | |
67 | + <RenderingHints> | |
68 | + <DisplayType>TimeSeries</DisplayType> | |
69 | + </RenderingHints> | |
70 | + <Ucd/> | |
71 | + <Units>counts</Units> | |
72 | + </Parameter> | |
73 | + <Parameter> | |
74 | + <Name>exposure</Name> | |
75 | + <ParameterKey>fermi_lat_exp</ParameterKey> | |
76 | + <Description>estimated exposure of detector</Description> | |
77 | + <RenderingHints> | |
78 | + <DisplayType>TimeSeries</DisplayType> | |
79 | + </RenderingHints> | |
80 | + <Ucd/> | |
81 | + <Units>cm².MeV.sr</Units> | |
82 | + </Parameter> | |
83 | + </NumericalData> | |
84 | +</Spase> | ... | ... |