VBMicrolensing 5.3.2__cp39-cp39-macosx_11_0_arm64.whl → 5.3.3__cp39-cp39-macosx_11_0_arm64.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.

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.2
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>
@@ -1,12 +1,12 @@
1
- vbmicrolensing-5.3.2.dist-info/RECORD,,
2
- vbmicrolensing-5.3.2.dist-info/WHEEL,sha256=Bp5NfjQuMM_4-YV1MlnhqEfxPV5ySj3kUtyINz66rJc,112
3
- vbmicrolensing-5.3.2.dist-info/METADATA,sha256=bidNAxqv5zF1F1VwKuCYc-1wrliBCScqHBWhuBnBYv4,5254
4
- vbmicrolensing-5.3.2.dist-info/licenses/LICENSE,sha256=9Mshi9y3rHWswcmBvMd7l39rm2wqMn1ySJ_J_MvpDbo,7651
5
- VBMicrolensing/VBMicrolensing.so,sha256=56clX8OkS1C7v0-sjAiOTWl4obpp27CnEcpEdQ4n34A,732176
1
+ vbmicrolensing-5.3.3.dist-info/RECORD,,
2
+ vbmicrolensing-5.3.3.dist-info/WHEEL,sha256=Bp5NfjQuMM_4-YV1MlnhqEfxPV5ySj3kUtyINz66rJc,112
3
+ vbmicrolensing-5.3.3.dist-info/METADATA,sha256=JyDBLhYx3oCuxl19YvC8w07G0pkbjiwXc2GDhJVT3Sc,5254
4
+ vbmicrolensing-5.3.3.dist-info/licenses/LICENSE,sha256=9Mshi9y3rHWswcmBvMd7l39rm2wqMn1ySJ_J_MvpDbo,7651
5
+ VBMicrolensing/VBMicrolensing.so,sha256=gjJvrqtAVMqLeCPt4ka8I0J4VGgWXrUuMYz2dVfYVUE,732176
6
6
  VBMicrolensing/__init__.py,sha256=4Vvgfp21A_YOYqJUvBxXgWLOGannprtI4bZG31ELQgY,339
7
7
  VBMicrolensing/lib/VBMicrolensingLibrary.h,sha256=t-jyw6gEUfT6uh7LtlNWBHyuuZXRAf-jeboMzjN5Lt0,23110
8
8
  VBMicrolensing/lib/python_bindings.cpp,sha256=dv1-zDIeY8LQjzyRPve36u8izZ4l1MZT1usr8Q3nTzo,88784
9
- VBMicrolensing/lib/VBMicrolensingLibrary.cpp,sha256=OwRjlNWctKf8uHsWHSNyigniM6CjoJtOCrYkTCCkheU,282167
9
+ VBMicrolensing/lib/VBMicrolensingLibrary.cpp,sha256=w8BZ9wQ_W0qQcpkwDUnZEd5cjcKcWlZ1UbmQtNLOVfw,282224
10
10
  VBMicrolensing/data/SunEphemeris.txt,sha256=6PIPZoa6L38ITLUFDWFcmbREWgQkrGZePtDmgjaa-F8,1591038
11
11
  VBMicrolensing/data/OB151212coords.txt,sha256=j8i1PA8r1atAO22li0KxM2cVWUDGF9tMaNurX-6Vx0o,18
12
12
  VBMicrolensing/data/satellite1.txt,sha256=JzmXrT2aUJxoArVcXyZyGfscwSFIow_0fRh_ZMcxNS0,110290