bmorris3 / solarlightcurve

The Solar Benchmark: Rotational Modulation of the Sun Reconstructed from Archival Sunspot Records

Home Page:https://arxiv.org/abs/1901.04557

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Solar Benchmark: Rotational Modulation of the Sun Reconstructed from Archival Sunspot Records

DOI

In this repository you'll find a file called solar_lc.txt which contains the solar light curve. To open it in python, try:

import numpy as np
jd, flux = np.loadtxt('solar_lc.txt', unpack=True)

About

The Solar Benchmark: Rotational Modulation of the Sun Reconstructed from Archival Sunspot Records

https://arxiv.org/abs/1901.04557

License:MIT License