Skip to content

Commit

Permalink
Add get_times to angles computation (#27)
Browse files Browse the repository at this point in the history
Add get_times to angles computation
  • Loading branch information
mraspaud authored May 10, 2019
2 parents bedc80c + 636846b commit a2fe35c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygac/gac_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ def get_tle_lines(self, threshold):
return tle1, tle2

def get_angles(self):
self.get_times()
tle1, tle2 = self.get_tle_lines(threshold=self.tle_thresh)
orb = Orbital(self.spacecrafts_orbital[self.spacecraft_id],
line1=tle1, line2=tle2)
Expand Down

0 comments on commit a2fe35c

Please sign in to comment.