Skip to content

Commit ebe63bf

Browse files
Fix formatting.
1 parent 4a3ec65 commit ebe63bf

File tree

1 file changed

+1
-1
lines changed
  • python/mmSolver/utils/loadmarker/formats

1 file changed

+1
-1
lines changed

python/mmSolver/utils/loadmarker/formats/uvtrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def _parse_camera_fov_v4(data):
522522
f = frame_data['frame']
523523
focal_length = frame_data['focal_length_cm']
524524

525-
# Calculate angle of view from focal length and film back.
525+
# Calculate angle of view from focal length and film back.
526526

527527
angle_x = math.atan(film_back_x / (2.0 * focal_length))
528528
angle_y = math.atan(film_back_y / (2.0 * focal_length))

0 commit comments

Comments
 (0)