Skip to content

Commit

Permalink
what are you doing actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Jun 6, 2024
1 parent fc379db commit c1ce76d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion matlab/nii_tool.m
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,11 @@
end

fname = nii_name(varargin{1}, '.hdr'); % get .hdr if it is .img
[b, fname] = nii_bytes(fname, 600); % v2: 544+10 gzip header
disp("fname of ecat at line ~474")
disp(fname)
disp("varargin{1}")
disp(varargin{1})
[b, fname] = nii_bytes(fname, 600); % v2: 544+10 gzip header
varargout{1} = read_hdr(b, C, fname);

elseif any(strcmpi(cmd, {'img' 'load'}))
Expand Down

0 comments on commit c1ce76d

Please sign in to comment.