Skip to content

Commit

Permalink
opencsp/app/camera_calibration: Fix doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Dec 12, 2024
1 parent 8eda17e commit 236f2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencsp/app/camera_calibration/lib/calibration_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def calibrate_camera(
Returns
-------
Camera : Camera
Camera : opencsp.common.lib.camera.Camera.Camera
Camera class.
r_cam_object : list[Rotation, ...]
Camera-object rotation vector
Expand Down Expand Up @@ -74,7 +74,7 @@ def view_distortion(camera: Camera, ax1: Axes, ax2: Axes, ax3: Axes, num_samps:
Parameters
----------
camera : Camera
camera : opencsp.common.lib.camera.Camera.Camera
Camera to visualize.
ax1 : Axes
Axis to plot radial distortion.
Expand Down

0 comments on commit 236f2e6

Please sign in to comment.