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

Create tutorial on linking data #883

Open
4 tasks done
oruebel opened this issue Apr 12, 2019 · 0 comments
Open
4 tasks done

Create tutorial on linking data #883

oruebel opened this issue Apr 12, 2019 · 0 comments
Labels
help wanted: good first issue request for community contributions that are good for new contributors topic: docs issues related to documentation
Milestone

Comments

@oruebel
Copy link
Contributor

oruebel commented Apr 12, 2019

2) Feature Request

A couple of issues recently have asked about linking data. We have a tutorial on modular storage right now, we should extend it or add a new tutorial to describe some of the common questions we have seen on this.

E.g., #882 on linking timestaps:

with NWBHDF5IO('f2.nwb', mode='w') as io:
    ts1 = TimeSeries(name='1', data=np.ones(1000), timestamps=np.ones(1000), unit='s')
    ts2 = TimeSeries(name='2', data=np.ones(1000), timestamps=ts1, unit='s')
    f2 = nwbfile_factory()
    f2.add_acquisition(ts1)
    f2.add_acquisition(ts2)
    io.write(f2)

Or default behavior for copy vs. linking data #668 (comment)

with NWBHDF5IO('file2.nwb', mode='w', manager=manager) as io:
        io.write(nwb, link_data=False)

Problem/Use Case

Clarify documentation to describe questions that have been raised in issues.

Checklist

  • Have you ensured the feature or change was not already reported ?
  • Have you included a brief and descriptive title?
  • Have you included a clear description of the problem you are trying to solve?
  • [-] Have you included a minimal code snippet that reproduces the issue you are encountering?
  • Have you checked our Contributing document?
@oruebel oruebel added help wanted topic: docs issues related to documentation help wanted: good first issue request for community contributions that are good for new contributors labels Apr 12, 2019
@oruebel oruebel added this to the NWB 2.x milestone Apr 12, 2019
@rly rly removed the help wanted label Sep 10, 2021
@oruebel oruebel modified the milestones: NWB 2.x, PyNWB 2.1 Sep 10, 2021
@rly rly modified the milestones: PyNWB 2.1, Future Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted: good first issue request for community contributions that are good for new contributors topic: docs issues related to documentation
Projects
None yet
Development

No branches or pull requests

2 participants