Has various functions designed to implement the Hermite-Gaussian Radial Velocity (HGRV) estimation approach of Holzer et al. (2020) <arXiv:2005.14083>, which is a particular application of the radial velocity method for detecting exoplanets. The overall approach consists of four sequential steps, each of which has a function in this package: (1) estimate the template spectrum with the function estimate_template(), (2) find absorption features in the estimated template with the function findabsorptionfeatures(), (3) fit Gaussians to the absorption features with the function Gaussfit(), (4) apply the HGRV with simple linear regression by calling the function hgrv(). This package is meant to be open source. But please cite the paper Holzer et al. (2020) <arXiv:2005.14083> when publishing results that use this package.
Version: | 0.1.1 |
Depends: | R (≥ 2.10) |
Imports: | parallel, locfit, assertthat |
Published: | 2020-07-27 |
Author: | Parker Holzer |
Maintainer: | Parker Holzer <parker.holzer at yale.edu> |
License: | GPL-3 |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | rvmethod results |
Reference manual: | rvmethod.pdf |
Package source: | rvmethod_0.1.1.tar.gz |
Windows binaries: | r-devel: rvmethod_0.1.1.zip, r-release: rvmethod_0.1.1.zip, r-oldrel: rvmethod_0.1.1.zip |
macOS binaries: | r-release: rvmethod_0.1.1.tgz, r-oldrel: rvmethod_0.1.1.tgz |
Old sources: | rvmethod archive |
Please use the canonical form https://CRAN.R-project.org/package=rvmethod to link to this page.