GithubHelp home page GithubHelp logo

add documentation of components about spikesort HOT 6 OPEN

btel avatar btel commented on August 20, 2024
add documentation of components

from spikesort.

Comments (6)

belevtsoff avatar belevtsoff commented on August 20, 2024

how is it better to provide the infotamtion about what is required and provided by the component without breaking numpy convention? Should this info be included in the Notes section or in some new one?

from spikesort.

cpcloud avatar cpcloud commented on August 20, 2024

@belevtsoff It's not clear to me what exactly are you asking. What NumPy convention are you referring to?

from spikesort.

belevtsoff avatar belevtsoff commented on August 20, 2024

@cpcloud I'm referring to this numpy documentation convention. We agreed to use it in the project. Every component provides some data and may also depend on other components. This information has to be montioned in the docstring of course. I'm asking where is it better to put that information (in which section, among those proposed by the convention)

from spikesort.

cpcloud avatar cpcloud commented on August 20, 2024

Hmm, I still don't understand. What do you mean by "component" (class, function, variable, etc?) and "data" (e.g., does a function provide data? That question is vague, do you mean it returns an array; all objects in Python provide some data, that's where my confusion lies). Assuming you mean something like the former (returning an array), are you asking where the information about dependencies should be written and what the meaning of the returned array is? An example might help me understand exactly what you mean.

from spikesort.

belevtsoff avatar belevtsoff commented on August 20, 2024

Components I'm talking about are the building blocks of the spike sorting workflow. They are provided by the spike_beans high-level API so that the user can connect them together to create his own workflow. Already implemented components can be found in src/spike_beans/components.py and an example setup in the examples/sorting/cluster_beans.py.

Further info:
slides - there's some info about how the high-level API is arranged
data structures - the data I mentioned in the previous comment

from spikesort.

cpcloud avatar cpcloud commented on August 20, 2024

Cool, got it. Thanks!

from spikesort.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.