SkyMapMod 0.0.20__tar.gz → 0.0.21__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: SkyMapMod
3
- Version: 0.0.20
3
+ Version: 0.0.21
4
4
  Project-URL: Homepage, https://istina.msu.ru/profile/aminevann/
5
5
  Author-email: Anna Amineva <amineva.2219@physics.msu.ru>
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "SkyMapMod"
7
- version = "0.0.20"
7
+ version = "0.0.21"
8
8
  authors = [
9
9
  { name="Anna Amineva", email="amineva.2219@physics.msu.ru" },
10
10
  ]
@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
6
6
  from .airglow_spectrum import wavelenght_kp, intensity_kp
7
7
  from .modtran_default_kp_transparency import wavelenght_modtran_kp, trancparency_modtran_kp
8
8
 
9
- def airglow(wavelenght_airglow = wavelenght_kp, intensity_airglow = intensity_kp, wavelenght_atmosphere = wavelenght_modtran_kp, transparency_atmosphere = trancparency_modtran_kp):
9
+ def airglow_spectrum(wavelenght_airglow = wavelenght_kp, intensity_airglow = intensity_kp, wavelenght_atmosphere = wavelenght_modtran_kp, transparency_atmosphere = trancparency_modtran_kp):
10
10
  wavelenght = []
11
11
  intensity = []
12
12
  for i in range(wavelenght_airglow.shape[0]):
@@ -20,4 +20,4 @@ def airglow(wavelenght_airglow = wavelenght_kp, intensity_airglow = intensity_kp
20
20
  from .solar_radio_flux import fluxdate
21
21
 
22
22
  def check(a = fluxdate):
23
- print(a)
23
+ return a
File without changes
File without changes