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

function parameters #1797

Closed
imanusita opened this issue Mar 28, 2019 · 2 comments
Closed

function parameters #1797

imanusita opened this issue Mar 28, 2019 · 2 comments

Comments

@imanusita
Copy link

where can i find explanation for the parameter used in the different pre-defined functions ?
some examples use parameters which are not defined
thnk u

@skoudoro
Copy link
Member

skoudoro commented Mar 28, 2019

Hi @imanusita,

There are many solutions:

  1. you have all functions descriptions on the following page: http://nipy.org/dipy/reference/index.html

  2. On IPython terminal, just do help(my_function)

In [2]: import dipy.denoise.nlmeans as nl
In [3]: help(nl.nlmeans)
  1. Add some plugins to your IDE. depends on which one you are using

Hope it helps.

@imanusita
Copy link
Author

owkey thnk u i hope so too

@skoudoro skoudoro closed this as completed May 3, 2019
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