mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Correct inc docstring in documentation #115

Closed mtazzari closed 6 years ago

mtazzari commented 6 years ago

In the Python API reference, the inc parameter should be in radians but the docstrings says

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