You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
/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.
The text was updated successfully, but these errors were encountered: