I've been trying to create a Map Plot of Canis Minor. When I do:
test = Constellation.get(name="Canis Minor")
print(test)
I get the output 'None'.
If I try the same for, say, Canis Major (or any other constellation I've tried), I get the correct output, i.e.
Constellation(iau_id=cma, name=Canis Major, ra=6.95, dec=-23.18)
This made me suspect that perhaps Canis Minor has been accidentally omitted. (Unless, of course, I'm doing something silly.)
Environment Details
- Starplot version: v0.12.2
- Python version:
- OS: macOS
I've been trying to create a Map Plot of Canis Minor. When I do:
I get the output 'None'.
If I try the same for, say, Canis Major (or any other constellation I've tried), I get the correct output, i.e.
Constellation(iau_id=cma, name=Canis Major, ra=6.95, dec=-23.18)This made me suspect that perhaps Canis Minor has been accidentally omitted. (Unless, of course, I'm doing something silly.)
Environment Details