Skip to content

Commit 3f0e0e7

Browse files
ChristinaChristina
authored andcommitted
updating readme
1 parent f3628b3 commit 3f0e0e7

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
*PRF photometry with Kepler*
44

5-
<a href="https://github.com/ssdatalab/psfmachine/actions/workflows/tests.yml">
6-
<img src="https://github.com/ssdatalab/psfmachine/actions/workflows/tests.yml/badge.svg" alt="Test status"/>
7-
</a>
5+
<a href="https://github.com/ssdatalab/psfmachine/workflows/tests.yml">
6+
<img src="https://github.com/ssdatalab/psfmachine/workflows/pytest/badge.svg" alt="Test status"/>
7+
</a> <a href="https://pypi.python.org/pypi/tess-ephem"><img src="https://img.shields.io/pypi/v/tess-ephem", alt="pypi status"></a>
88

99
Check out the [documentation](https://ssdatalab.github.io/psfmachine/).
1010
Check out the [paper](#)

docs/tpf.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
- fit_lightcurves
1010
- plot_tpf
1111
- lcs_in_tpf
12-
- to_fits
13-
1412
rendering:
1513
show_root_heading: false
1614
show_source: false

src/psfmachine/tpf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def fit_lightcurves(self, plot=False, fit_va=True, iter_negative=True):
197197
return
198198

199199
def to_fits():
200-
"""Save all the light curves to fits files..."""
200+
"""Save all the light curves to fits files."""
201201
raise NotImplementedError
202202

203203
def lcs_in_tpf(self, tpf_number):

0 commit comments

Comments
 (0)