Add support for SpiceRef associated reference frame
Add new .frame
property to all SpiceRef
objects:
>>> SpiceRef('Jupiter Barycenter').frame # SpiceRef from toolkit
'IAU_JUPITER_BARYCENTER'
>>> SpiceRef('JUPITER').frame # SpiceBody
'IAU_JUPITER'
>>> SpiceRef('JUICE').frame # SpiceSpacecraft
'JUICE_SPACECRAFT'
>>> SpiceRef('JUICE_JANUS') # SpiceInstrument
'JUICE_JANUS'
>>> SpiceRef('JUICE_JUP_AMALTHEA_RING').frame # SpiceRef from frame kernel (fk/juice_sci_v11.tf)
'JUICE_JUP_AMALTHEA_RING'
See docs.
Fix
- Change of ESA SPICE bitbucket url API endpoint
- Upgrade
pytest-cov
test dependency.
Closes #63 (closed) and #61 (closed).
Edited by Benoit Seignovert
Merge request reports
Activity
Filter activity
changed milestone to %Version 1.0
enabled an automatic merge when the pipeline for fd180b46 succeeds
added 2 commits
enabled an automatic merge when the pipeline for 9117b1a2 succeeds
enabled an automatic merge when the pipeline for 3e5c258f succeeds
mentioned in commit 435b0d8a
Please register or sign in to reply