Skip to content

Commit

Permalink
Make black happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Apr 1, 2024
1 parent aa68056 commit 5252760
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ def example_camera_position_calibration():

# Define inputs
file_camera_sofast = join(opencsp_code_dir(), 'test/data/sofast_common/camera_sofast.h5')
file_cal_image = join(opencsp_code_dir(),
'test/data/camera_position_calibration/data_measurement/image_sofast_camera.png')
file_cal_image = join(
opencsp_code_dir(), 'test/data/camera_position_calibration/data_measurement/image_sofast_camera.png'
)
file_pts_data = join(opencsp_code_dir(), 'test/data/sofast_common/aruco_corner_locations.csv')

# 1. Load measured calibration data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ def setUpClass(cls):
# Define inputs
file_camera_sofast = join(opencsp_code_dir(), 'test/data/sofast_common/camera_sofast.h5')
file_point_locations = join(opencsp_code_dir(), 'test/data/sofast_common/aruco_corner_locations.csv')
file_cal_image = join(opencsp_code_dir(),
'test/data/camera_position_calibration/data_measurement/image_sofast_camera.png')
file_cal_image = join(
opencsp_code_dir(), 'test/data/camera_position_calibration/data_measurement/image_sofast_camera.png'
)
file_exp = join(opencsp_code_dir(), 'test/data/camera_position_calibration/data_expected/camera_rvec_tvec.csv')

cls.save_dir = join(opencsp_code_dir(), 'common/lib/deflectometry/test/data/output/camera_pose_calibration/')
Expand Down

0 comments on commit 5252760

Please sign in to comment.