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
Parameter object is initializing MaxAltitudeAngle from the MinAltitudeAngle parameter by mistake, so it is inheriting the 360Degree maximum value. Altitude cannot exceed 90Degrees. Correct the typo in the Parameter class.
The text was updated successfully, but these errors were encountered:
#34 Add parameters for star selection magnitude for star lists.
#35 Check ProjectPath variable is respected globally.
#37 Relax the version cross-check between pilomar.py and code.py programs.
#38 MaxAltitudeAngle parameter shows as 360Degrees rather than 90Degrees.
#39 After building the Hipparcos star catalog, pilomar terminates at target prompt.
Parameter object is initializing MaxAltitudeAngle from the MinAltitudeAngle parameter by mistake, so it is inheriting the 360Degree maximum value. Altitude cannot exceed 90Degrees. Correct the typo in the Parameter class.
The text was updated successfully, but these errors were encountered: