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 seg_or is missing? #1

Open
yzhang511 opened this issue Aug 7, 2023 · 2 comments
Open

function seg_or is missing? #1

yzhang511 opened this issue Aug 7, 2023 · 2 comments

Comments

@yzhang511
Copy link

I am currently attempting to apply your clusterless decoder to my own data. However, it seems that the seg_or function, which the compute_source function relies on, is missing from the provided code. I noticed that there is a seg_and function available, but I am not sure if it can be used as a substitute for seg_or in this context.

Would it be possible for you to kindly provide the seg_or function? Thank you :)

@jonnew
Copy link

jonnew commented Aug 7, 2023

Hi, probably not unfortunately. This code was saved from an ancient server and posted here as is. I've used in before on real data and not run into this, maybe you are hitting a code path that I didn't encounter due to your parameter selection though. You should be able to figure out what the intention of seg_or is (probably via simple induction based on what seg_and does along with context) and write your own. When you do, please feel free to submit a PR.

@yzhang511
Copy link
Author

Thank you! I also have a question about the data format:

For the function compute( obj, bins, varargin ), what should be the structure of bins? A specific example would be very helpful :) thanks

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

No branches or pull requests

2 participants