VBMicrolensing 5.3.2__cp39-cp39-win_amd64.whl → 5.3.3__cp39-cp39-win_amd64.whl
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.
Potentially problematic release.
This version of VBMicrolensing might be problematic. Click here for more details.
- VBMicrolensing/VBMicrolensing.pyd +0 -0
- VBMicrolensing/lib/VBMicrolensingLibrary.cpp +2 -2
- {vbmicrolensing-5.3.2.dist-info → vbmicrolensing-5.3.3.dist-info}/METADATA +1 -1
- {vbmicrolensing-5.3.2.dist-info → vbmicrolensing-5.3.3.dist-info}/RECORD +6 -6
- {vbmicrolensing-5.3.2.dist-info → vbmicrolensing-5.3.3.dist-info}/WHEEL +0 -0
- {vbmicrolensing-5.3.2.dist-info → vbmicrolensing-5.3.3.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// VBMicrolensing v5.3 (2025)
|
|
1
|
+
// VBMicrolensing v5.3.3 (2025)
|
|
2
2
|
//
|
|
3
3
|
// This code has been developed by Valerio Bozza (University of Salerno) and collaborators.
|
|
4
4
|
// Check the repository at https://github.com/valboz/VBMicrolensing
|
|
@@ -6856,7 +6856,7 @@ void VBMicrolensing::ComputeParallax(double t, double t0) {
|
|
|
6856
6856
|
ic = left;
|
|
6857
6857
|
}
|
|
6858
6858
|
}
|
|
6859
|
-
ty = t - tsat[satellite - 1][ic];
|
|
6859
|
+
ty = (t - tsat[satellite - 1][ic])/(tsat[satellite - 1][ic+1]- tsat[satellite - 1][ic]);
|
|
6860
6860
|
for (int i = 0; i < 3; i++) {
|
|
6861
6861
|
Spit = possat[satellite - 1][ic][i] * (1 - ty) + possat[satellite - 1][ic + 1][i] * ty;
|
|
6862
6862
|
Et[0] += Spit * rad[i];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: VBMicrolensing
|
|
3
|
-
Version: 5.3.
|
|
3
|
+
Version: 5.3.3
|
|
4
4
|
Summary: VBMicrolensing is a tool for efficient computation in gravitational microlensing events using the advanced contour integration method, supporting single, binary and multiple lenses.
|
|
5
5
|
Keywords: Microlensing magnification and astrometry
|
|
6
6
|
Author-Email: Valerio Bozza <valboz@sa.infn.it>, Vito Saggese <vitosaggese.vs@gmail.com>
|
|
@@ -5,10 +5,10 @@ VBMicrolensing/data/satellite1.txt,sha256=JzmXrT2aUJxoArVcXyZyGfscwSFIow_0fRh_ZM
|
|
|
5
5
|
VBMicrolensing/data/satellite2.txt,sha256=wEySAu6SiUc7y5Vmx_B5jUnStpEtUyYp4u-HKlvb4Wk,112560
|
|
6
6
|
VBMicrolensing/data/SunEphemeris.txt,sha256=n6zpWgm8FDjistH9pZQHBXrwt3UMWV05mdadyEJimE8,1613168
|
|
7
7
|
VBMicrolensing/lib/python_bindings.cpp,sha256=LzQZFjCP1EFmeMiPDfyDl5ZUQ-2vIBGwR4m64n7b_68,90780
|
|
8
|
-
VBMicrolensing/lib/VBMicrolensingLibrary.cpp,sha256=
|
|
8
|
+
VBMicrolensing/lib/VBMicrolensingLibrary.cpp,sha256=w8BZ9wQ_W0qQcpkwDUnZEd5cjcKcWlZ1UbmQtNLOVfw,282224
|
|
9
9
|
VBMicrolensing/lib/VBMicrolensingLibrary.h,sha256=t-jyw6gEUfT6uh7LtlNWBHyuuZXRAf-jeboMzjN5Lt0,23110
|
|
10
|
-
VBMicrolensing/VBMicrolensing.pyd,sha256=
|
|
11
|
-
vbmicrolensing-5.3.
|
|
12
|
-
vbmicrolensing-5.3.
|
|
13
|
-
vbmicrolensing-5.3.
|
|
14
|
-
vbmicrolensing-5.3.
|
|
10
|
+
VBMicrolensing/VBMicrolensing.pyd,sha256=t48xpJffTLp32YX4k1aPlUu8tYEXaumVR_pzWh0vtoc,750592
|
|
11
|
+
vbmicrolensing-5.3.3.dist-info/METADATA,sha256=JyDBLhYx3oCuxl19YvC8w07G0pkbjiwXc2GDhJVT3Sc,5254
|
|
12
|
+
vbmicrolensing-5.3.3.dist-info/WHEEL,sha256=BefOjTL_b4WZlwJ4C4BXPpIj10wTxAz3mJOqVtKKI1U,104
|
|
13
|
+
vbmicrolensing-5.3.3.dist-info/licenses/LICENSE,sha256=euhdP28SkJD12ExgS_Vg5hmmYttruH7GYD2Ut84Qht0,7817
|
|
14
|
+
vbmicrolensing-5.3.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|