Skip to content

Commit

Permalink
Reverted analysis.py to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsantos committed Jan 31, 2018
1 parent b63e3e7 commit ed437cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sunburn/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ def __init__(self, planet_name=None, period=None, transit_midpoint=None,
# to the online query
self.planet_properties = \
NasaExoplanetArchive.query_planet(
self.name, select_columns=('pl_hostname', 'sky_coord', 'pl_letter',
'pl_orbper', 'pl_tranmid',
'pl_trandur'))
self.name, table_path='../data/planets.csv')
self.period = self.planet_properties['pl_orbper']
self.transit_midpoint = \
Time(self.planet_properties['pl_tranmid'], format='jd')
Expand Down

0 comments on commit ed437cb

Please sign in to comment.