Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LGS launchPosition needs to be numpy.array #87

Open
dougieee opened this issue Apr 10, 2018 · 0 comments
Open

LGS launchPosition needs to be numpy.array #87

dougieee opened this issue Apr 10, 2018 · 0 comments

Comments

@dougieee
Copy link

/soapy/soapy/lineofsight.py(85):

self.config.launchPosition * self.telescope_diameter needs to be changed to numpy.array(self.config.launchPosition) * self.telescope_diameter

Also in the online documentation, would it be better to have the launch position as [0,0] instead of (0,0)? Just so the launch positions are arrays within the yaml config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant