Barycentric Velocity correction at 1 cm/s level
Project description
# barycorrpy
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1115856.svg)](https://doi.org/10.5281/zenodo.1115856)
[Barycorrpy](http://iopscience.iop.org/article/10.3847/2515-5172/aaa4b7) is the Python version of Jason Eastman and Jason Wright’s IDL code [BaryCorr](http://astroutils.astronomy.ohio-state.edu/exofast/pro/exofast/bary/zbarycorr.pro) based on [Wright and Eastman (2014)](https://arxiv.org/pdf/1409.4774.pdf). BCPy can be used to calculate the barycentric velocity correction for a star with an accuracy well below 1 cm/s . To do this, it takes into consideration the following effects-
Revolution of the Earth to consider position and velocity of the geocenter with respect to the Solar System barycenter
Rotation of the Earth
Precession, nutation and polar motion of the Earth, along with the above to calculate the position and velocity of the observatory with respect to the geocenter
Gravitational time dilation due to objects of the Solar System
Leap second offset
Proper motion and systemic radial velocity of the star
Parallax
Shapiro delay
The installation instructions and the guide on how to run and use the code are explained in the [wiki](https://github.com/shbhuk/barycorrpy/wiki
It is important to note that the code does not just output a barycentric velocity which must be subtracted from the raw Radial Velocity. It outputs the net radial velocity after correcting for barycentric correction. This is because the correction involves a cross term due to the relativistic addition. Therefore include the zmeas in the input parameters.
### Leap Second Management
When converting UTC to TDB ([different time standards explained](http://www.cv.nrao.edu/~rfisher/Ephemerides/times.html#TDB)), we need to inlcude for the leap second correction. We do not use Astropy for this correction due to the lack of an efficient mechanism to update the files when a new leap second is announced. Leap seconds are hard coded into Astropy’s ERFA routines, and thus to update for a new leap second the user would have to update Astropy and re-compile it. In this routine utc_tdb.py, we incorporate this is a stand alone file which is checked every time the code is run. Details for this can be found in the [wiki](https://github.com/shbhuk/barycorrpy/wiki).
### JDUTC to BJDTDB converter As explained in [Eastman et al. 2010](http://adsabs.harvard.edu/abs/2010PASP..122..935E), we also include a JDUTC to BJDTDB time converter.
We include the following corrections -
Clock Correction - To correct for difference between UTC and TDB time scales.
Geometric Correction - Light travel time from observatory to Solar System Barycenter.
Einstein Correction - Relativistic correction since Earth is not an inertial frame.
The output of our function - utc_tdb.JDUTC_to_BJDTDB() matches the [web applet converter](http://astroutils.astronomy.ohio-state.edu/time/utc2bjd.html) to about 0.2ms . Therefore for applications requiring higher precision it should not be used. We advocate not using the standard Astropy converter this due to the same leap second staleness issue. Therefore for cases requiring such high precision, the leap second should be checked for and be updated as is done by this code.
### INSTALLATION INSTRUCTIONS
The instructions for installation and getting started for this package are detailed in the [wiki](https://github.com/shbhuk/barycorrpy/wiki).
To sign up for updates, please join the Google Group linked here - https://groups.google.com/forum/#!forum/barycorrpy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for barycorrpy-0.2.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 111ef006fe528dc8b6926709e21d16200e9af204d6b5c89181d928886f5fcde5 |
|
MD5 | c5872ebfb0dec586b8369858a59ec6c5 |
|
BLAKE2b-256 | c0159c056787d87678167726236d55ea41b372d149a70783c9df667dd3fc564f |
Hashes for barycorrpy-0.2.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f32ec09547b54f860dfe3fff3a133c06decf25dd6dd428d6cb42c6d194bb4117 |
|
MD5 | 94c496b33c6d0293cc8c4cdef150f5aa |
|
BLAKE2b-256 | 266ba924d9e8e693ccbe87ae7f5d938a4117cca6a35a31aacd68a37d3fe0825a |