Skip to content

Commit

Permalink
Merge pull request #77 from followthesheep/master
Browse files Browse the repository at this point in the history
small bug in RadialVelocity
  • Loading branch information
followthesheep committed Mar 30, 2021
2 parents 1940683 + 578e412 commit 5c69237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starkit/base/operations/stellar.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class RadialVelocity(StellarOperationModel):
vrad = modeling.Parameter()

def __init__(self, vrad):
super(DopplerShift, self).__init__(vrad=vrad)
super(RadialVelocity, self).__init__(vrad=vrad)
self.c_in_kms = const.c.to(u.km / u.s).value


Expand Down

0 comments on commit 5c69237

Please sign in to comment.