Skip to content

Commit acd93ac

Browse files
committed
update
1 parent c6ab1e0 commit acd93ac

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
![SOAP](https://github.com/iastro-pt/SOAPprivate/workflows/SOAP/badge.svg?branch=main)
1+
![SOAP](https://eduardocristo.github.io/SOAP-Spot-Oscillation-And-Planet-code/)
22

3-
[![read SOAP](https://img.shields.io/badge/paper-SOAP-7d93c7.svg?style=flat)](https://arxiv.org/abs/1206.5493)
3+
[![read SOAP](https://img.shields.io/badge/paper-SOAP-7d93c7.svg?style=flat)](https://ui.adsabs.harvard.edu/#abs/2012A%26A...545A.109B)
44
[![read SOAPT](https://img.shields.io/badge/paper-SOAP_T-7d93c7.svg?style=flat)](https://arxiv.org/abs/1211.1311)
55
[![read SOAP2](https://img.shields.io/badge/paper-SOAP_2-7d93c7.svg?style=flat)](https://arxiv.org/abs/1409.3594)
66
[![read SOAP3 rings](https://img.shields.io/badge/paper-SOAP_3%20rings-7d93c7.svg?style=flat)](https://arxiv.org/abs/1709.06443)
77
[![read SOAP3 DR](https://img.shields.io/badge/paper-SOAP_3%20DR-7d93c7.svg?style=flat)](https://arxiv.org/abs/2002.08227)
88

99

10-
SOAP estimates the effects of active regions (spots or plages), planets, and
11-
rings on radial-velocity (RV) and photometric measurements. The code calculates
12-
the photometric variations induced by active regions (flux at 5293 Angstrom) as
13-
well as the RV, bisector span (BIS), and full width at half maximum (FWHM) as
14-
defined with the cross-correlation technique and optimized to reproduce HARPS
15-
observations.
10+
**SOAPv4** (*Spot Oscillation And Planet*) is an open-source Python package that simulates the impact of stellar activity and planetary transits on spectroscopic, radial velocity, and photometric data. Accurate modeling of stellar features like spots and faculae is essential for robust exoplanet characterization, particularly with high-resolution spectroscopy.
1611

12+
Initially built to reproduce the radial velocity effects of stellar spots, SOAP has broadened its scope across multiple versions. **SOAPv4** now integrates a wide set of physical processes and observational configurations.
1713

1814
### INSTALLATION
1915

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Initially built to reproduce the radial velocity effects of stellar spots, SOAP has broadened its scope across multiple versions. **SOAPv4** now integrates a wide set of physical processes and observational configurations.
88

9-
### Novelty of SOAPv4
9+
### Novelty of **SOAPv4**
1010
- Extends beyond cross-correlation functions (CCFs) by providing **time-resolved stellar spectra**.
1111
- Incorporates **complex stellar activity effects**: active regions, differential rotation, convective blueshift, and additonal sources of center-to-limb variations;
1212
- Unifies past developments into a **comprehensive modeling framework**;

docs/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ To install run the following commands:
44
```bash
55
git clone https://github.com/EduardoCristo/SOAP-Spot-Oscillation-And-Planet-code
66

7+
cd SOAP-Spot-Oscillation-And-Planet-code
8+
79
pip install -e .
810
```
911

0 commit comments

Comments
 (0)