Skip to content

Commit

Permalink
Added/removed sofast doc files to pass doc checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Mar 25, 2024
1 parent 63775b8 commit 04ec1ee
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 45 deletions.
8 changes: 8 additions & 0 deletions doc/source/example/camera_calibration/config.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
View Camera Distortion
======================

.. currentmodule:: example.camera_calibration.example_view_camera_distortion

.. automodule:: example.camera_calibration.example_view_camera_distortion
:members:
:show-inheritance:
11 changes: 11 additions & 0 deletions doc/source/example/camera_calibration/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Camera Calibration
==================

These are example files that provide examples on how to use OpenCSP for camera lens calibration.



.. toctree::
:maxdepth: 1

config.rst
1 change: 1 addition & 0 deletions doc/source/example/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This section describes the OpenCSP examples.
.. toctree::
:maxdepth: 1

camera_calibration/index.rst
csp/index.rst
mirror/index.rst
scene_reconstruction/index.rst
Expand Down
8 changes: 0 additions & 8 deletions doc/source/example/sofast/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ Undefined Facet Data Process
:members:
:show-inheritance:

View Camera Distortion
======================

.. currentmodule:: example.sofast_fringe.example_calibration_camera_pose

.. automodule:: example.sofast_fringe.example_calibration_camera_pose
:members:
:show-inheritance:
6 changes: 3 additions & 3 deletions doc/source/example/sofast/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SoFast
======
SOFAST Fringe
=============

These are example files that provide examples on how to use Sofast to collect data and process already collected data.
These are example files that provide examples on how to use Sofast Fringe to process collected data and perform system calibrations.



Expand Down
19 changes: 0 additions & 19 deletions doc/source/library_reference/app/sofast/calibration/config.rst

This file was deleted.

10 changes: 0 additions & 10 deletions doc/source/library_reference/app/sofast/calibration/index.rst

This file was deleted.

12 changes: 11 additions & 1 deletion doc/source/library_reference/app/sofast/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,14 @@ opencsp.app.sofast.SofastGUI
.. automodule:: opencsp.app.sofast.SofastGUI
:members:
:undoc-members:
:show-inheritance:
:show-inheritance:

opencsp.app.sofast.lib.CalibrateDisplayShape
=============================================================

.. currentmodule:: opencsp.app.sofast.lib.CalibrateDisplayShape

.. automodule:: opencsp.app.sofast.lib.CalibrateDisplayShape
:members:
:undoc-members:
:show-inheritance:
3 changes: 1 addition & 2 deletions doc/source/library_reference/app/sofast/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sofast
SOFAST
======

High-precision deflectometry measurement of CSP mirrors, including heliostat facets, full heliostats, and dishes.
Expand All @@ -7,4 +7,3 @@ High-precision deflectometry measurement of CSP mirrors, including heliostat fac
:maxdepth: 1

config.rst
calibration/index.rst
4 changes: 2 additions & 2 deletions example/camera_calibration/example_view_camera_distortion.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from opencsp.common.lib.opencsp_path.opencsp_root_path import opencsp_code_dir


def example_driver():
def example_show_camera_distortion():
"""Example SOFAST script
Plots visualization of camera distortion given a saved Camera HDF file
Expand Down Expand Up @@ -38,4 +38,4 @@ def example_driver():


if __name__ == '__main__':
example_driver()
example_show_camera_distortion()

0 comments on commit 04ec1ee

Please sign in to comment.