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.
- {orbitize-3.1.0 → orbitize-3.2.2}/.github/workflows/python-package.yml +1 -1
- orbitize-3.2.2/PKG-INFO +20 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/index.rst +12 -1
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Using_nonOrbitize_Posteriors_as_Priors.ipynb +4 -4
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/abs_astrometry.ipynb +9 -9
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/__init__.py +1 -1
- orbitize-3.2.2/orbitize/_kepler.c +12461 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_1planet.csv +31 -31
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_2planet_inner.csv +25 -25
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_2planet_outer.csv +25 -25
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_2planet_swapped_outer.csv +26 -26
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_mcmc.hdf5 +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_mcmc_v1.hdf5 +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/hipparcos.py +1 -1
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/priors.py +2 -2
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/read_input.py +1 -1
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/results.py +5 -1
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/system.py +15 -3
- orbitize-3.2.2/orbitize.egg-info/PKG-INFO +20 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize.egg-info/SOURCES.txt +1 -2
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize.egg-info/requires.txt +1 -4
- orbitize-3.2.2/orbitize.egg-info/top_level.txt +6 -0
- orbitize-3.2.2/pyproject.toml +35 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/requirements.txt +0 -2
- orbitize-3.2.2/setup.py +22 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_OFTI.py +2 -2
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_nested_sampler.py +18 -12
- orbitize-3.1.0/PKG-INFO +0 -32
- orbitize-3.1.0/docs/tutorials/show-me-the-orbit.ipynb +0 -384
- orbitize-3.1.0/orbitize/_kepler.c +0 -11310
- orbitize-3.1.0/orbitize.egg-info/PKG-INFO +0 -32
- orbitize-3.1.0/orbitize.egg-info/not-zip-safe +0 -1
- orbitize-3.1.0/orbitize.egg-info/top_level.txt +0 -2
- orbitize-3.1.0/setup.py +0 -70
- {orbitize-3.1.0 → orbitize-3.2.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/.github/workflows/run-notebooks.yml +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/.gitignore +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/.readthedocs.yaml +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/LICENSE +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/MANIFEST.in +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/README.md +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/contributor_guidelines.md +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/contributors.txt +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/Makefile +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/api.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/basis.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/conf.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/contributing.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/driver.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/faq/Orientation_Of_Orbit.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/faq/Time_Of_Periastron.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/faq.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/favicon.ico +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/formatting_inputs.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/gaia.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/hipparcos.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/installation.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/kepler.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/lnlike.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/make.bat +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/manual.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/nbody.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/orbitize_logo_500.png +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/plot.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/priors.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/read_input.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/requirements.txt +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/results.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/sampler.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/system.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Changing_bases_tutorial.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/HGCA_tutorial.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Hipparcos_IAD.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/MCMC_tutorial.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/MCMC_vs_OFTI.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Modifying_MCMC_initial_positions.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Modifying_Priors.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Multiplanet_Tutorial.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/OFTI_tutorial.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/ONeil-ObsPriors.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Plotting_tutorial.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Quick-Start.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/RV_MCMC_Tutorial.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/dynesty_tutorial.ipynb +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/eift_hd206893.png +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials.rst +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/_kepler.pyx +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/basis.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/driver.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/GJ504.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/GJ504_1epoch.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/H000025.d +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/H000026.d +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/H027321.d +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/H027989.d +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/HD4747.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/HGCA_vEDR3.fits +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/HIP027321.d +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/HR7672_joint.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/betaPic.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/gaia_edr3_betpic_epochs.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/hd206893b.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/old_orbitize_format.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/rebound_2planet.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/sample_radvel_chains.csv.bz2 +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val_cov.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val_multi.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val_radec.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/test_val_rv.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/v1_posterior.hdf5 +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/example_data/xyz_test_data.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/gaia.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/gpu_context.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/kepler.c +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/kepler.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/kernels/mikkola.cu +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/kernels/newton.cu +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/lnlike.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/nbody.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/plot.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/radvel_utils/compute_sep.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize/sampler.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/orbitize.egg-info/dependency_links.txt +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/setup.cfg +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/__init__.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/conftest.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/betaPic_hipIAD.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/hr8799e_1epochgravity.csv +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/hr8799e_only.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/nested_test.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/end-to-end-tests/rv_end_to_end.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_abs_astrometry.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_additional_plotting.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_api.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_basis_conversions.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_basis_with_system.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_checkpriorsupport.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_chi2_lnlike.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_chop_chains_with_plotting.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_conversions.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_driver.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_gaia.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_hipparcos.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_kde_and_ndinterpolator.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_kepler_solver.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_mcmc.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_mcmc_rv.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_multiplanet.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_multiplanet_rebound.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_priors.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_read_input.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_rebound.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_results.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_rv_plotting.py +0 -0
- {orbitize-3.1.0 → orbitize-3.2.2}/tests/test_secondary_rvs.py +0 -0
- {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
|
orbitize-3.2.2/PKG-INFO
ADDED
|
@@ -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
|
|
{orbitize-3.1.0 → orbitize-3.2.2}/docs/tutorials/Using_nonOrbitize_Posteriors_as_Priors.ipynb
RENAMED
|
@@ -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
|
-
"
|
|
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,
|
|
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
|
-
"
|
|
96
|
+
" decoffs[i] = decoff.to(u.mas).value\n",
|
|
97
97
|
"\n",
|
|
98
|
-
"print(raoffs,
|
|
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>
|
|
138
|
-
" <th>
|
|
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
|
|
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[\"
|
|
186
|
+
"df_orbitize[\"decoff\"] = decoffs\n",
|
|
187
187
|
"\n",
|
|
188
|
-
"df_orbitize[\"
|
|
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",
|