orbitize 3.1.0__tar.gz → 3.2.2__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.
Files changed (158) hide show
  1. {orbitize-3.1.0 → orbitize-3.2.2}/.github/workflows/python-package.yml +1 -1
  2. orbitize-3.2.2/PKG-INFO +20 -0
  3. {orbitize-3.1.0 → orbitize-3.2.2}/docs/index.rst +12 -1
  4. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Using_nonOrbitize_Posteriors_as_Priors.ipynb +4 -4
  5. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/abs_astrometry.ipynb +9 -9
  6. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/__init__.py +1 -1
  7. orbitize-3.2.2/orbitize/_kepler.c +12461 -0
  8. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_1planet.csv +31 -31
  9. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_2planet_inner.csv +25 -25
  10. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_2planet_outer.csv +25 -25
  11. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_2planet_swapped_outer.csv +26 -26
  12. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_mcmc.hdf5 +0 -0
  13. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_mcmc_v1.hdf5 +0 -0
  14. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/hipparcos.py +1 -1
  15. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/priors.py +2 -2
  16. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/read_input.py +1 -1
  17. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/results.py +5 -1
  18. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/system.py +15 -3
  19. orbitize-3.2.2/orbitize.egg-info/PKG-INFO +20 -0
  20. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize.egg-info/SOURCES.txt +1 -2
  21. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize.egg-info/requires.txt +1 -4
  22. orbitize-3.2.2/orbitize.egg-info/top_level.txt +6 -0
  23. orbitize-3.2.2/pyproject.toml +35 -0
  24. {orbitize-3.1.0 → orbitize-3.2.2}/requirements.txt +0 -2
  25. orbitize-3.2.2/setup.py +22 -0
  26. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_OFTI.py +2 -2
  27. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_nested_sampler.py +18 -12
  28. orbitize-3.1.0/PKG-INFO +0 -32
  29. orbitize-3.1.0/docs/tutorials/show-me-the-orbit.ipynb +0 -384
  30. orbitize-3.1.0/orbitize/_kepler.c +0 -11310
  31. orbitize-3.1.0/orbitize.egg-info/PKG-INFO +0 -32
  32. orbitize-3.1.0/orbitize.egg-info/not-zip-safe +0 -1
  33. orbitize-3.1.0/orbitize.egg-info/top_level.txt +0 -2
  34. orbitize-3.1.0/setup.py +0 -70
  35. {orbitize-3.1.0 → orbitize-3.2.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  36. {orbitize-3.1.0 → orbitize-3.2.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  37. {orbitize-3.1.0 → orbitize-3.2.2}/.github/workflows/run-notebooks.yml +0 -0
  38. {orbitize-3.1.0 → orbitize-3.2.2}/.gitignore +0 -0
  39. {orbitize-3.1.0 → orbitize-3.2.2}/.readthedocs.yaml +0 -0
  40. {orbitize-3.1.0 → orbitize-3.2.2}/LICENSE +0 -0
  41. {orbitize-3.1.0 → orbitize-3.2.2}/MANIFEST.in +0 -0
  42. {orbitize-3.1.0 → orbitize-3.2.2}/README.md +0 -0
  43. {orbitize-3.1.0 → orbitize-3.2.2}/contributor_guidelines.md +0 -0
  44. {orbitize-3.1.0 → orbitize-3.2.2}/contributors.txt +0 -0
  45. {orbitize-3.1.0 → orbitize-3.2.2}/docs/Makefile +0 -0
  46. {orbitize-3.1.0 → orbitize-3.2.2}/docs/api.rst +0 -0
  47. {orbitize-3.1.0 → orbitize-3.2.2}/docs/basis.rst +0 -0
  48. {orbitize-3.1.0 → orbitize-3.2.2}/docs/conf.py +0 -0
  49. {orbitize-3.1.0 → orbitize-3.2.2}/docs/contributing.rst +0 -0
  50. {orbitize-3.1.0 → orbitize-3.2.2}/docs/driver.rst +0 -0
  51. {orbitize-3.1.0 → orbitize-3.2.2}/docs/faq/Orientation_Of_Orbit.ipynb +0 -0
  52. {orbitize-3.1.0 → orbitize-3.2.2}/docs/faq/Time_Of_Periastron.ipynb +0 -0
  53. {orbitize-3.1.0 → orbitize-3.2.2}/docs/faq.rst +0 -0
  54. {orbitize-3.1.0 → orbitize-3.2.2}/docs/favicon.ico +0 -0
  55. {orbitize-3.1.0 → orbitize-3.2.2}/docs/formatting_inputs.rst +0 -0
  56. {orbitize-3.1.0 → orbitize-3.2.2}/docs/gaia.rst +0 -0
  57. {orbitize-3.1.0 → orbitize-3.2.2}/docs/hipparcos.rst +0 -0
  58. {orbitize-3.1.0 → orbitize-3.2.2}/docs/installation.rst +0 -0
  59. {orbitize-3.1.0 → orbitize-3.2.2}/docs/kepler.rst +0 -0
  60. {orbitize-3.1.0 → orbitize-3.2.2}/docs/lnlike.rst +0 -0
  61. {orbitize-3.1.0 → orbitize-3.2.2}/docs/make.bat +0 -0
  62. {orbitize-3.1.0 → orbitize-3.2.2}/docs/manual.rst +0 -0
  63. {orbitize-3.1.0 → orbitize-3.2.2}/docs/nbody.rst +0 -0
  64. {orbitize-3.1.0 → orbitize-3.2.2}/docs/orbitize_logo_500.png +0 -0
  65. {orbitize-3.1.0 → orbitize-3.2.2}/docs/plot.rst +0 -0
  66. {orbitize-3.1.0 → orbitize-3.2.2}/docs/priors.rst +0 -0
  67. {orbitize-3.1.0 → orbitize-3.2.2}/docs/read_input.rst +0 -0
  68. {orbitize-3.1.0 → orbitize-3.2.2}/docs/requirements.txt +0 -0
  69. {orbitize-3.1.0 → orbitize-3.2.2}/docs/results.rst +0 -0
  70. {orbitize-3.1.0 → orbitize-3.2.2}/docs/sampler.rst +0 -0
  71. {orbitize-3.1.0 → orbitize-3.2.2}/docs/system.rst +0 -0
  72. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Changing_bases_tutorial.ipynb +0 -0
  73. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/HGCA_tutorial.ipynb +0 -0
  74. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Hipparcos_IAD.ipynb +0 -0
  75. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/MCMC_tutorial.ipynb +0 -0
  76. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/MCMC_vs_OFTI.ipynb +0 -0
  77. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Modifying_MCMC_initial_positions.ipynb +0 -0
  78. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Modifying_Priors.ipynb +0 -0
  79. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Multiplanet_Tutorial.ipynb +0 -0
  80. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/OFTI_tutorial.ipynb +0 -0
  81. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/ONeil-ObsPriors.ipynb +0 -0
  82. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Plotting_tutorial.ipynb +0 -0
  83. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Quick-Start.ipynb +0 -0
  84. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/RV_MCMC_Tutorial.ipynb +0 -0
  85. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/dynesty_tutorial.ipynb +0 -0
  86. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/eift_hd206893.png +0 -0
  87. {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials.rst +0 -0
  88. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/_kepler.pyx +0 -0
  89. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/basis.py +0 -0
  90. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/driver.py +0 -0
  91. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/GJ504.csv +0 -0
  92. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/GJ504_1epoch.csv +0 -0
  93. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/H000025.d +0 -0
  94. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/H000026.d +0 -0
  95. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/H027321.d +0 -0
  96. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/H027989.d +0 -0
  97. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/HD4747.csv +0 -0
  98. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/HGCA_vEDR3.fits +0 -0
  99. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/HIP027321.d +0 -0
  100. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/HR7672_joint.csv +0 -0
  101. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/betaPic.csv +0 -0
  102. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/gaia_edr3_betpic_epochs.csv +0 -0
  103. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/hd206893b.csv +0 -0
  104. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/old_orbitize_format.csv +0 -0
  105. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_2planet.csv +0 -0
  106. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/sample_radvel_chains.csv.bz2 +0 -0
  107. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val.csv +0 -0
  108. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val_cov.csv +0 -0
  109. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val_multi.csv +0 -0
  110. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val_radec.csv +0 -0
  111. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val_rv.csv +0 -0
  112. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/v1_posterior.hdf5 +0 -0
  113. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/xyz_test_data.csv +0 -0
  114. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/gaia.py +0 -0
  115. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/gpu_context.py +0 -0
  116. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/kepler.c +0 -0
  117. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/kepler.py +0 -0
  118. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/kernels/mikkola.cu +0 -0
  119. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/kernels/newton.cu +0 -0
  120. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/lnlike.py +0 -0
  121. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/nbody.py +0 -0
  122. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/plot.py +0 -0
  123. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/radvel_utils/compute_sep.py +0 -0
  124. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/sampler.py +0 -0
  125. {orbitize-3.1.0 → orbitize-3.2.2}/orbitize.egg-info/dependency_links.txt +0 -0
  126. {orbitize-3.1.0 → orbitize-3.2.2}/setup.cfg +0 -0
  127. {orbitize-3.1.0 → orbitize-3.2.2}/tests/__init__.py +0 -0
  128. {orbitize-3.1.0 → orbitize-3.2.2}/tests/conftest.py +0 -0
  129. {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/betaPic_hipIAD.py +0 -0
  130. {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/hr8799e_1epochgravity.csv +0 -0
  131. {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/hr8799e_only.py +0 -0
  132. {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/nested_test.py +0 -0
  133. {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/rv_end_to_end.py +0 -0
  134. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_abs_astrometry.py +0 -0
  135. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_additional_plotting.py +0 -0
  136. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_api.py +0 -0
  137. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_basis_conversions.py +0 -0
  138. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_basis_with_system.py +0 -0
  139. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_checkpriorsupport.py +0 -0
  140. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_chi2_lnlike.py +0 -0
  141. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_chop_chains_with_plotting.py +0 -0
  142. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_conversions.py +0 -0
  143. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_driver.py +0 -0
  144. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_gaia.py +0 -0
  145. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_hipparcos.py +0 -0
  146. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_kde_and_ndinterpolator.py +0 -0
  147. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_kepler_solver.py +0 -0
  148. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_mcmc.py +0 -0
  149. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_mcmc_rv.py +0 -0
  150. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_multiplanet.py +0 -0
  151. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_multiplanet_rebound.py +0 -0
  152. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_priors.py +0 -0
  153. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_read_input.py +0 -0
  154. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_rebound.py +0 -0
  155. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_results.py +0 -0
  156. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_rv_plotting.py +0 -0
  157. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_secondary_rvs.py +0 -0
  158. {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_system.py +0 -0
@@ -33,7 +33,7 @@ jobs:
33
33
  - name: Lint with flake8
34
34
  run: |
35
35
  # stop the build if there are Python syntax errors or undefined names
36
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
36
+ flake8 . --count --select=E9,F63,F7,F82 --extend-ignore=F824 --show-source --statistics
37
37
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
38
38
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
39
39
  - name: Test with pytest
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: orbitize
3
+ Version: 3.2.2
4
+ License-File: LICENSE
5
+ Requires-Dist: numpy
6
+ Requires-Dist: astropy>=4
7
+ Requires-Dist: scipy
8
+ Requires-Dist: emcee>=3
9
+ Requires-Dist: ptemcee_for_orbitize
10
+ Requires-Dist: matplotlib
11
+ Requires-Dist: corner
12
+ Requires-Dist: h5py
13
+ Requires-Dist: deprecation
14
+ Requires-Dist: pytest
15
+ Requires-Dist: pandas
16
+ Requires-Dist: pyerfa
17
+ Requires-Dist: astroquery
18
+ Requires-Dist: rebound
19
+ Requires-Dist: dynesty
20
+ Dynamic: license-file
@@ -31,7 +31,7 @@ create an `issue on GitHub <https://github.com/sblunt/orbitize/issues>`_.
31
31
  Attribution:
32
32
  ++++++++++++
33
33
 
34
- * If you use ``orbitize`` in your work, please cite `Blunt et al (2019) <https://ui.adsabs.harvard.edu/abs/2019arXiv191001756B/abstract>`_.
34
+ * If you use ``orbitize`` in your work, please cite `Blunt et al (2019) <https://ui.adsabs.harvard.edu/abs/2019arXiv191001756B/abstract>`_ and `Blunt et al (2024) <https://ui.adsabs.harvard.edu/abs/2024JOSS....9.6756B/abstract>`_
35
35
  * If you use the OFTI algorithm, please also cite `Blunt et al (2017) <https://ui.adsabs.harvard.edu/#abs/2017AJ....153..229B/abstract>`_.
36
36
  * If you use the Affine-invariant MCMC algorithm from ``emcee``, please also cite `Foreman-Mackey et al (2013) <https://ui.adsabs.harvard.edu/abs/2013PASP..125..306F/abstract>`_.
37
37
  * If you use the parallel-tempered Affine-invariant MCMC algorithm from ``ptemcee``, please also cite `Vousden et al (2016) <https://ui.adsabs.harvard.edu/abs/2016MNRAS.455.1919V/abstract>`_.
@@ -54,6 +54,17 @@ User Guide:
54
54
 
55
55
  Changelog:
56
56
  ++++++++++
57
+ **3.2.2 (2026-4-12)**
58
+
59
+ - fix a few bugs causing unit test failures (#400) (@sblunt)
60
+
61
+ **3.2.1 (2026-1-18)**
62
+
63
+ - fix bug with install (#342) (@sblunt)
64
+
65
+ **3.2.0 (2025-7-18)**
66
+
67
+ - modernize install: setup.py -> pyproject.toml (@sblunt)
57
68
 
58
69
  **3.1.0 (2024-9-09)**
59
70
 
@@ -450,7 +450,7 @@
450
450
  " np.mean(tau_prior),\n",
451
451
  " np.mean(m1_prior),\n",
452
452
  " ]\n",
453
- " )\n",
453
+ " )[0]\n",
454
454
  " lnprior_arr2[idx_prior] = kde2.logpdf(\n",
455
455
  " [\n",
456
456
  " sma,\n",
@@ -460,7 +460,7 @@
460
460
  " np.mean(tau_prior),\n",
461
461
  " np.mean(m1_prior),\n",
462
462
  " ]\n",
463
- " )\n",
463
+ " )[0]\n",
464
464
  "\n",
465
465
  "plt.figure(100)\n",
466
466
  "plt.plot(sma_arr, lnprior_arr1, label=\"KDE BW = Default\")\n",
@@ -579,7 +579,7 @@
579
579
  " np.mean(tau_prior),\n",
580
580
  " np.mean(m1_prior),\n",
581
581
  " ]\n",
582
- " )\n",
582
+ " )[0]\n",
583
583
  "\n",
584
584
  " # Quarentiles comparison\n",
585
585
  " masskde_arr = kde.resample(len_pdf)[5, :]\n",
@@ -696,4 +696,4 @@
696
696
  },
697
697
  "nbformat": 4,
698
698
  "nbformat_minor": 2
699
- }
699
+ }
@@ -83,19 +83,19 @@
83
83
  ")\n",
84
84
  "\n",
85
85
  "raoffs = np.zeros(num_datapoints)\n",
86
- "deoffs = np.zeros(num_datapoints)\n",
86
+ "decoffs = np.zeros(num_datapoints)\n",
87
87
  "for i in range(num_datapoints):\n",
88
88
  " my_data_coordinate = SkyCoord(datapoints[i], unit=(u.hourangle, u.deg))\n",
89
89
  "\n",
90
90
  " # take difference between reported Hipparcos position and convert to mas\n",
91
- " raoff, deoff = hipparcos_coordinate.spherical_offsets_to(my_data_coordinate)\n",
91
+ " raoff, decoff = hipparcos_coordinate.spherical_offsets_to(my_data_coordinate)\n",
92
92
  "\n",
93
93
  " # n.b. orbitize! expects raw ra offsets, NOT multiplied by cos(delta0). Don't\n",
94
94
  " # multiply by cos(delta0) here.\n",
95
95
  " raoffs[i] = raoff.to(u.mas).value\n",
96
- " deoffs[i] = deoff.to(u.mas).value\n",
96
+ " decoffs[i] = decoff.to(u.mas).value\n",
97
97
  "\n",
98
- "print(raoffs, deoffs)"
98
+ "print(raoffs, decoffs)"
99
99
  ]
100
100
  },
101
101
  {
@@ -134,8 +134,8 @@
134
134
  " <th>epoch</th>\n",
135
135
  " <th>object</th>\n",
136
136
  " <th>raoff</th>\n",
137
- " <th>deoff</th>\n",
138
- " <th>deoff_err</th>\n",
137
+ " <th>decoff</th>\n",
138
+ " <th>decoff_err</th>\n",
139
139
  " <th>raoff_err</th>\n",
140
140
  " </tr>\n",
141
141
  " </thead>\n",
@@ -163,7 +163,7 @@
163
163
  "</div>"
164
164
  ],
165
165
  "text/plain": [
166
- " epoch object raoff deoff deoff_err raoff_err\n",
166
+ " epoch object raoff decoff decoff_err raoff_err\n",
167
167
  "0 58894.1644 0 377.813056 1044.819572 123.4 123.4\n",
168
168
  "1 58934.8270 0 1425.176093 933.702905 123.4 123.4"
169
169
  ]
@@ -183,9 +183,9 @@
183
183
  "df_orbitize[\"object\"] = 0\n",
184
184
  "\n",
185
185
  "df_orbitize[\"raoff\"] = raoffs\n",
186
- "df_orbitize[\"deoff\"] = deoffs\n",
186
+ "df_orbitize[\"decoff\"] = decoffs\n",
187
187
  "\n",
188
- "df_orbitize[\"deoff_err\"] = 123.4 # error on the declination measurement, in mas\n",
188
+ "df_orbitize[\"decoff_err\"] = 123.4 # error on the declination measurement, in mas\n",
189
189
  "df_orbitize[\"raoff_err\"] = 123.4 # error on the RA measurement, in mas\n",
190
190
  "\n",
191
191
  "df_orbitize.to_csv(\"data_for_orbit_fit.csv\", index=False)\n",
@@ -1,6 +1,6 @@
1
1
  import os
2
2
 
3
- __version__ = "3.1.0"
3
+ __version__ = "3.2.2"
4
4
 
5
5
  # set Python env variable to keep track of example data dir
6
6
  orbitize_dir = os.path.dirname(__file__)