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
Explanation: Have bskPath +'/supportData/EphemerisData/' be the default path for createSpiceInterface (with the ability to still set your own path). Also, return spiceObject (keep it accesible through gravFactory.spiceObject too).
Describe your use case
Current syntax for adding gravity to the simulation is slightly clunky, and we could do better. I propose the following changes:
to
to
Explanation: Have
bskPath +'/supportData/EphemerisData/'
be the default path forcreateSpiceInterface
(with the ability to still set your own path). Also, returnspiceObject
(keep it accesible throughgravFactory.spiceObject
too).to
Explanation: Make
%BSK_PATH%
a stand-in forBasilisk.__path__[0]
.All these changes can be implemented while keeping the old syntax functional.
Additional context
Some of these changes assume that the syntax allowed by #331 is implemented.
The text was updated successfully, but these errors were encountered: