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

Vector functions in nppas? #67

Open
jo-mueller opened this issue Mar 6, 2023 · 2 comments
Open

Vector functions in nppas? #67

jo-mueller opened this issue Mar 6, 2023 · 2 comments
Labels
question Further information is requested

Comments

@jo-mueller
Copy link
Collaborator

jo-mueller commented Mar 6, 2023

Hi @haesleinhuepf ,

just a general point of discussion: Would it be desirable to also put some vector functionality here? I was thinking about stuff like

The data structure of vectors in napari is relatively simple; It's (N, 2, D), which is a stack of the starting point of the vector and its direction for N vectors.

@jo-mueller jo-mueller added the question Further information is requested label Mar 6, 2023
@haesleinhuepf
Copy link
Owner

Hey Johannes @jo-mueller ,

great idea! I would have two minor concerns:

  • I have very little projects where vectors play a role. I have also never used them within napari. Before spending too much effort, a list of use-cases would be nice.
  • I presume this would introduce new dependencies. But I have zero experience.

How about starting this as a new, independent napari plugin? I'm happy to contribute, review code etc. but won't manage to lead its development.

Let me know what you think.

Best,
Robert

@jo-mueller
Copy link
Collaborator Author

jo-mueller commented Mar 9, 2023

I presume this would introduce new dependencies. But I have zero experience.

At least for the stuff I use, it's entirely in vedo, or can be plain numpy. Plus, the context(s) where I think that vectors would be relevant are very closely linked to points and surfaces.

I added some links further up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants