RF-55204 over Adriatic Sea
20160822-Delvinou-1-1B
20160822-Delvinou-1-1A
RF-55204 near TRL VOR
LF-VLF converter
LGGG-VFR-South
LGGG-VFR-north
Greece-KEAD-1.15
Greece-ETAA-TEAD-2.00
Greece-revenue-2002-0.04
20160830-RF55204
20160901-1029-RF55204
Electronic Ticket System
CNSP30 balloon
Unimog 2150L
20160906-RF55204
F-GRHB @LGAV
THS-NDB
THS-NDB
THS-NDB
THS-NDB
THS-NDB
THS-NDB
thessaloniki-2
thessaloniki-1
thessaloniki-3
shunt resistor
An2 @LATI (2013)
20160813-1746-SXDVT
20160813-1736-SXDVT
hamlab (back)
hamlab (font)
courtesy to ladies
HMC Protector
VQ-BTP @LCLK
SX-DNC @LCLK
YR-BAU @LCLK
20070325-Athens-ApollonE
20070325-P3B-flypast
N404NA @LICC
9HVCK @LICC
Radio Tirana
SX-OBA @LATI
20160723-Omonoia (1-27)
UHF MILSAT antenna
Geomagnetic a-index vs K-index


Plot of the geomagnetic a-index vs K-index. The data is obtained from NOAA "Geomagnetic kp and ap Indices", www.ngdc.noaa.gov/stp/GEOMAG/kp_ap.html. The plot is produced by the following script in python.
import numpy as np
import matplotlib.pyplot as plt
from scipy.interpolate import UnivariateSpline
plt.rcParams['font.family'] = 'serif'
plt.rcParams['font.size'] = 14
data = np.array([
[ 0., 0.],
[ 1., 4.],
[ 2., 7.],
[ 3., 15.],
[ 4., 27.],
[ 5., 48.],
[ 6., 80.],
[ 7., 132.],
[ 8., 207.],
[ 9., 400.]])
k_index = data[:, 0]
a_index = data[:, 1]
spl = UnivariateSpline(k_index, a_index)
k_fit = np.linspace(0,9)
plt.plot(k_index, a_index, 'o')
plt.plot(k_fit, spl(k_fit), 'k')
plt.axis([0, 10, 0, 500])
plt.grid(True)
plt.xlabel(r"K index")
plt.ylabel(r"a index")
plt.show()
import numpy as np
import matplotlib.pyplot as plt
from scipy.interpolate import UnivariateSpline
plt.rcParams['font.family'] = 'serif'
plt.rcParams['font.size'] = 14
data = np.array([
[ 0., 0.],
[ 1., 4.],
[ 2., 7.],
[ 3., 15.],
[ 4., 27.],
[ 5., 48.],
[ 6., 80.],
[ 7., 132.],
[ 8., 207.],
[ 9., 400.]])
k_index = data[:, 0]
a_index = data[:, 1]
spl = UnivariateSpline(k_index, a_index)
k_fit = np.linspace(0,9)
plt.plot(k_index, a_index, 'o')
plt.plot(k_fit, spl(k_fit), 'k')
plt.axis([0, 10, 0, 500])
plt.grid(True)
plt.xlabel(r"K index")
plt.ylabel(r"a index")
plt.show()
Nikolaos Katsikis has particularly liked this photo
- Keyboard shortcuts:
Jump to top
RSS feed- Latest comments - Subscribe to the comment feeds of this photo
- ipernity © 2007-2025
- Help & Contact
|
Club news
|
About ipernity
|
History |
ipernity Club & Prices |
Guide of good conduct
Donate | Group guidelines | Privacy policy | Terms of use | Statutes | In memoria -
Facebook
Twitter
Sign-in to write a comment.