Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[electrophysiology_browser] Fix gap between chunks #8998

Conversation

jeffersoncasimir
Copy link
Contributor

This partially addressed #8717, since the full scope is two separate issues, by passing to a chunk the last point of the previous chunk. This connects the two chunks and no longer results in a visible gap.

Testing: Zoom in as much as possible between chunks and ensure that there is no visible gap.

@jeffersoncasimir jeffersoncasimir added Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label) javascript Pull requests that update Javascript code labels Dec 6, 2023
@laemtl laemtl self-assigned this Dec 12, 2023
@laemtl laemtl assigned driusan and unassigned laemtl Jan 16, 2024
driusan pushed a commit that referenced this pull request Jan 23, 2024
This resolves the data shift issue by adding the number of valid samples in the last chunk to the index.json, and using it for the calculations which previously assumed all chunks were filled.

Closes #8992. Has a Loris-MRI counterpart: aces/Loris-MRI#1030

Loosely dependant on #8998 (file modifications in common and done at a later time).
@driusan
Copy link
Collaborator

driusan commented Jan 23, 2024

@jeffersoncasimir This has conflicts and can't be merged.

@driusan driusan assigned jeffersoncasimir and unassigned driusan Jan 23, 2024
@driusan
Copy link
Collaborator

driusan commented Jan 23, 2024

@jeffersoncasimir Now this branch doesn't have any changes according to the diff on GitHub. Can you confirm and close if that's the appropriate thing to do?

@jeffersoncasimir
Copy link
Contributor Author

Yes, that is correct. #8999 built upon #8998

jeffersoncasimir added a commit to jeffersoncasimir/Loris that referenced this pull request Feb 29, 2024
This resolves the data shift issue by adding the number of valid samples in the last chunk to the index.json, and using it for the calculations which previously assumed all chunks were filled.

Closes aces#8992. Has a Loris-MRI counterpart: aces/Loris-MRI#1030

Loosely dependant on aces#8998 (file modifications in common and done at a later time).
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label) javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants