Closed mtazzari closed 6 years ago
In the Python API reference, the inc parameter should be in radians but the docstrings says
inc
If inc=0. the image is face-on; if inc=90. the image is edge-on. units: rad
Should amend into, e.g.:
If inc=0. the image is face-on; if inc=pi/2 the image is edge-on. units: rad
In the Python API reference, the
inc
parameter should be in radians but the docstrings saysShould amend into, e.g.: