More space weather data for a given ID (and hence time) can also be retrieved for the following tables that also contain GOES-8 and 9 data:
corrected_proton
hepad
integral_proton
uncorrected_alpha
uncorrected_proton
xmagelectrons1
Columns |
Name | Datatype | Null |
id | int | No |
xl | decimal(18,12) | No |
xs | decimal(18,12) | No |
hp | decimal(18,12) | No |
he | decimal(18,12) | No |
hn | decimal(18,12) | No |
ht | decimal(18,12) | No |
e1 | decimal(18,12) | No |
column id
space weather id, a unique number identifying the time of the measurement through the space_weather table.column x1
XL 1-8 Amstrong X-rayscolumn xs
XS 0.5-4 Amstrong X-rayscolumn hp
Hp parallel to satellite spin axiscolumn he
He Earthwordcolumn hn
Hn Normal to Hp and Hg, points East for GOES-5+column ht
Magnitude of total magnetic field vectorcolumn el
> 2 MeV (Electrons/cm^2 sec sr)
Table Usage (MB) |
Distribution of Table Space |
Data |
9.47 |
Data |
85.98 % |
Indexes |
1.48 |
Indexes |
13.42 % |
Unused |
0.07 |
Unused |
0.60 % |
Total |
11.02 |
Number
of Rows |
135792 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
dbo.xmagelectrons5.xmagelectrons5_ux | INDEX |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.xmagelectrons5
(
id int NOT NULL,
xl decimal(18,12) NOT NULL,
xs decimal(18,12) NOT NULL,
hp decimal(18,12) NOT NULL,
he decimal(18,12) NOT NULL,
hn decimal(18,12) NOT NULL,
ht decimal(18,12) NOT NULL,
e1 decimal(18,12) NOT NULL
)
LOCK ALLPAGES
go