-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standalone SpatialOrientation #44
Merged
braden6521
merged 36 commits into
sandialabs:develop
from
braden6521:spatial_orientation
Mar 29, 2024
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ce8aa59
Remove spatial orientation data from DisplayShape
braden6521 ed615a8
Updated DisplayShape and SpatialOrientation io
braden6521 870766e
B
braden6521 058a260
Updating test_integration_undefined
braden6521 d8a1638
Updated calibrate screen shape example
braden6521 ac86782
Added saving io tests to DisplayShape
braden6521 d882d75
Updated CalibrateDisplayShape to return DisplayShape object directly and
braden6521 94348f4
Updated documentation in example-calibration-camera-pose
braden6521 1412cec
Deleted example-calibration-save-DisplayShape-file
braden6521 9f76a59
Deleted save_DisplayShape file
braden6521 b95fcdf
Updated test_CalibrateDisplayShape unit test
braden6521 7b217ce
Added IO test to calibrate display shape unit test
braden6521 48fed69
Updated HDF5 test data files to contain SpatialOrientation.
braden6521 d4cee69
Fixed test spatial orientation
braden6521 c92d96e
Updated test integration single facet
braden6521 efd2a6a
Updated test integration multifacet and assiciated data file
braden6521 ba17214
Updated test-spatial-processing and test-slopeSolver to use SpatialOr…
braden6521 e517170
Renamed sofast fringe example to spatial-orientation
braden6521 088caed
Added HDF5 IO Abstract class inheritance to SpatialOrientation
braden6521 645b5a7
Edited spatial orientation HDF IO.
braden6521 189abe9
Updated SO unit test
braden6521 5a446da
Updated unit test data
braden6521 16efbfb
Added the creation of save directories if needed in unit tests
braden6521 7856e29
Fixed unit tests, made save dirs when necessary, sorted glob lists.
braden6521 7389f32
Sorted all glob lists
braden6521 ea3da16
Formatted four files to be Black compliant.
braden6521 b248c0a
Added/removed sofast doc files to pass doc checks.
braden6521 e9fe47c
Updated CalibrateDisplayShape documentation.
braden6521 3c308a5
Changed as ht to as h5 in imports.
braden6521 c7a3cbd
Modified unit test functionalities.
braden6521 4fe084c
Updates to be black compliant.
braden6521 e724825
Added optic_oriented to spatial_orientation unit test data.
braden6521 cd8dbb3
Changed hf to h5 in test_ProcessSofastFixed
braden6521 f11738c
Changed how spatial orientation is saved in calculation data classes.
braden6521 358ed5a
Removed unnecessary save_data_as_hdf method from CalibrateDisplayShape
braden6521 de95ab2
Updated sofastFringe examples to use Spatial Orientation object.
braden6521 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
doc/source/library_reference/app/sofast/calibration/config.rst
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
doc/source/library_reference/app/sofast/calibration/index.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 0 additions & 45 deletions
45
example/sofast_fringe/example_calibration_save_DisplayShape_file.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to learn what these .rst files do at some point.