Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
To sign up for updates, please join the Google Group linked here - https://groups.google.com/g/barycorrpy
Barycorrpy is the Python version of Jason Eastman and Jason Wright's IDL code BaryCorr based on Wright and Eastman (2014). 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-
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
There is also a video tutorial (courtesy of the Exoplanet Modeling and Analysis Center ) available here, describing how to get started with barycorrpy.
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.
As explained in Eastman et al. 2010, we also include a JDUTC to BJDTDB time converter.
We include the following corrections -
The output of our function - utc_tdb.JDUTC_to_BJDTDB() matches the web applet converter 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.
The instructions for installation and getting started for this package are detailed in the wiki.
To cite using this code you can cite this paper - RNAAS.
Guidelines to cite this package can be found here.
To sign up for updates, please join the Google Group linked here - https://groups.google.com/forum/#!forum/barycorrpy
FAQs
Barycentric Velocity correction at 1 cm/s level
We found that barycorrpy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.