Skip to content

Commit

Permalink
fix docstring typos
Browse files Browse the repository at this point in the history
  • Loading branch information
drombas committed Jan 17, 2024
1 parent f469c30 commit 2961cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reflectance/reflectance_map.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
% - 'total'
% - 'layer_index'
%
% * **seg**: Struct with boundary segmentation data (in voxel units measured from the top of each B-Scan). The dimensions must match the provided volume (bscan). If not provided, all the voxels in each ascan are used.
% * **seg**: Struct with boundary segmentation data (in voxel units measured from the top of each B-Scan). The dimensions must match the provided volume (bscan). If not provided, all the voxels in each A-scan are used.
%
%
% Input argumenta (optional)
% Input arguments (optional)
% --------------------------
% * **scale_z**: axial (depth) resolution of the image. Necessary if the metric is 'total reflectance'.
%
Expand Down Expand Up @@ -69,7 +69,7 @@
% .. code-block:: matlab
%
% [header, seg, bscan] = read_vol('my_file.vol');
% R = reflectance_map(bscan, seg, 'MR', 'ILM', 'RPE')
% R = reflectance_map(bscan, 'raw', 'total', 'ILM', 'RPE')

if nargin < 2
method = 'raw';
Expand Down

0 comments on commit 2961cf4

Please sign in to comment.