-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve UnfoldSim Docstrings #108
Comments
@behinger Could you please add the missing information for the following docstrings bases.jl
|
@behinger Could you please have a look at/adapt the following docstrings: component.jl
|
We could change this and replace the lhs also with |
This was actually surprisingly hard to find out. Turns out we use a |
I think in general only the outward facing functions need proper docstrings, for the others it is a nice to have |
Shall we change this now or shall I add it to issue #125 where I started collecting ideas for minor code revisions? |
@behinger Please have a look at the following points/docstrings: design.jl
|
I checked them, and everything looks tip-top! |
@behinger Please have a look at the following questions/docstrings (some of them do not only concern documentation but also implementation): headmodel.jl
|
I would say no / yes. In principle a Leadfield could be 2D if only calculated for e.g. perpendicular orientation
The orientations dont have units, they are typically unit basis vectors, so their norm is 1 and their value between -1 & 1. The leadfield does have values - but I dont know them, something like V/square-Ampere or something, I dont think it is important to specify right now. |
I noticed you wrote a docstring for the specific case of Hartmut, whcih is fine, it is the only one implemented. In that case Array x 3 is ok - but I guess there could be a general case with a different headmodel that returns Array x 2 as indicated above. Let's keep the docstring as it is specific for that case, and later in the general case - only if we ever implement a different headmodel ;-) - we update it |
indeed, we would need to loop kwargs to leadfield |
sure go ahead! |
Thanks, I added the following line to the |
@behinger Could you please have a look at the following points/questions? noise.jl
|
|
|
|
Here we can list Doc strings that need to be revised either because they are unclear or incomplete or because their formatting is not correct or inconsistent. Afterwards, we can also have a look at the code to see whether any doc strings are missing for exported functions.
The text was updated successfully, but these errors were encountered: