SkyMapMod 0.1.19__tar.gz → 0.1.20__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.4
2
2
  Name: SkyMapMod
3
- Version: 0.1.19
3
+ Version: 0.1.20
4
4
  Summary: for modeling
5
5
  Project-URL: Homepage, https://istina.msu.ru/profile/aminevann/
6
6
  Author-email: Anna Amineva <amineva.2219@physics.msu.ru>
@@ -195,8 +195,8 @@ def zodiacal_spectrum(lmbd, beta, lmbd_sun, Sun_sp_wl = wavelenght_newguey2003,
195
195
 
196
196
 
197
197
  #############################################
198
- a, b = smm.convolution(Sun_sp_wl, A * Sun_sp_fx, V_wl, V_tr)
199
- c = integr = smm.integral(a, b)
198
+ a, b = convolution(Sun_sp_wl, A * Sun_sp_fx, V_wl, V_tr)
199
+ c = integr = integral(a, b)
200
200
  print('Техническая проверка: S10*N_S10 =', S10 * N_S10)
201
201
  print('А при нормировке и интекрированию получается:', c)
202
202
  #############################################
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "SkyMapMod"
7
- version = "0.1.19"
7
+ version = "0.1.20"
8
8
  authors = [
9
9
  { name="Anna Amineva", email="amineva.2219@physics.msu.ru" },
10
10
  ]
File without changes
File without changes