From 0e0a5765fbb41ae30b703c33d87920664a53398f Mon Sep 17 00:00:00 2001 From: Ian Czekala Date: Fri, 26 Jan 2024 21:55:20 +0000 Subject: [PATCH] fix docstring @ kristin.hopley --- CONTRIBUTORS.md | 1 + src/mpol/geometry.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9541b359..4f62cd04 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -10,3 +10,4 @@ Contributors * Hannah Grzybowski, `@hgrzy` * Mary Ogborn * Tyler Quinn, `@trq5014` +* Kristin Hopley \ No newline at end of file diff --git a/src/mpol/geometry.py b/src/mpol/geometry.py index c56c779a..e4be2244 100644 --- a/src/mpol/geometry.py +++ b/src/mpol/geometry.py @@ -101,9 +101,9 @@ def observer_to_flat( Parameters ---------- X : :class:`torch.Tensor` of :class:`torch.double` - A tensor representing the x coordinate in the plane of the orbit. + A tensor representing the x coordinate in the plane of the sky. Y : :class:`torch.Tensor` of :class:`torch.double` - A tensor representing the y coordinate in the plane of the orbit. + A tensor representing the y coordinate in the plane of the sky. omega : float A tensor representing an argument of periastron [radians] Default 0.0. incl : float