SkyMapMod 0.1.12__tar.gz → 0.1.14__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.12
3
+ Version: 0.1.14
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>
@@ -12,5 +12,6 @@ def star_spectrum(l, b, lmbd):
12
12
  star_temperatures = load_star_temperatures()
13
13
  A = star_brightness[b][l]
14
14
  T = star_temperatures[b][l]
15
+ print('Информация по звезде в этом пикселе: T = ', T, ', A = ', A, sep='')
15
16
  spectrum = A * black_body_phot(lmbd, T)
16
17
  return spectrum
@@ -220,8 +220,6 @@ def N_S10_2(Sun_sp_wl = wavelenght_newguey2003, Sun_sp_fx = flux_newguey2003, V_
220
220
 
221
221
  Sun_norm = integral(Sun_V_wl, Sun_V_fx)#интегрирую спектр, photons/(m^2 sec sr)
222
222
  Sun_V_fx_norm = Sun_V_fx / Sun_norm #спектр отнормирован на 1 фотон
223
-
224
- a = np.sum(Sun_V_fx_norm)
225
223
 
226
224
  Sun_V_fx_norm_Vt = Sun_V_fx_norm * h * c / (Sun_V_wl * 10**(-9)) #перевела в мощности
227
225
  Sun = np.sum(Sun_V_fx_norm_Vt)
@@ -237,10 +235,8 @@ def N_S10_2(Sun_sp_wl = wavelenght_newguey2003, Sun_sp_fx = flux_newguey2003, V_
237
235
  A0_V_fx = A * A0_V_fx
238
236
  A0_norm = integral(A0_V_wl, A0_V_fx)
239
237
  A0_V_fx_norm = A0_V_fx / A0_norm #photons/(m^2 sec sr)
240
- b = np.sum(A0_V_fx_norm)
241
238
 
242
239
  A0_V_fx_norm_Vt = A0_V_fx_norm * h * c / (A0_V_wl * 10**(-9)) #Vt/(m^2 sec sr)
243
240
  A0 = np.sum(A0_V_fx_norm_Vt)
244
241
  N_S10_to_Sun = 100 * A0 / Sun
245
- c = 100*b/a
246
242
  return (N_S10_to_Sun, c)
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "SkyMapMod"
7
- version = "0.1.12"
7
+ version = "0.1.14"
8
8
  authors = [
9
9
  { name="Anna Amineva", email="amineva.2219@physics.msu.ru" },
10
10
  ]
File without changes
File without changes