dfm / transit

A Python library for generating light curves of transiting planets
http://dan.iel.fm/transit
MIT License
2 stars 6 forks source link

bug fixed allowing Body to be specified with omega #3

Open timothydmorton opened 9 years ago

timothydmorton commented 9 years ago

For a body, if omega is provided, now just self.pomega is set, leaving omega as a derived property.

dfm commented 9 years ago

Oh good catch! A few comments inline.