Skip to content
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

Small correction help header and function name in DT_to_image.m #10

Closed
GoogleCodeExporter opened this issue Apr 7, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

1) Whitespaces missing, function name in help header must be equal to actual 
function name, and end with full stop: 

"%DT_TO_IMAGE Inverses the transform in fit_DT"

to

"% DT_to_image  Inverses the transform in fit_DT."

https://code.google.com/p/gerardus/source/browse/trunk/matlab/CardiacToolbox/DT_
to_image.m#2

2) Isn't it "Inverts" instead of "Inverses"?

3) Matlab tends to call this kind of function "dt2image.m" instead of 
"DT_to_image.m" (e.g. ind2sub, sph2cart, etc.). And generally, we want lower 
case for the beginning of function names.

Original issue reported on code.google.com by rcas...@gmail.com on 29 Oct 2014 at 12:48

@GoogleCodeExporter
Copy link
Author

* Same problem 1) in fit_DT

https://code.google.com/p/gerardus/source/browse/trunk/matlab/CardiacToolbox/fit
_DT.m

Original comment by rcas...@gmail.com on 29 Oct 2014 at 12:53

@GoogleCodeExporter
Copy link
Author

Original comment by Darryl.M...@gmail.com on 30 Oct 2014 at 4:00

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants