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

idr0016: Add roi import plugin #287

Closed
wants to merge 4 commits into from
Closed

Conversation

dominikl
Copy link
Member

@dominikl dominikl commented Jan 8, 2018

CLI plugin to import the ROIs from the hdf5 file created by #286 .

@dominikl
Copy link
Member Author

dominikl commented Jan 8, 2018

No idea how to get rid off the flake8 warning, e.g. flake8 says 'tables' imported but unused but it is used, and where it used flake8 says `undefined name 'open_file' !?

@manics
Copy link
Contributor

manics commented Jan 8, 2018

either

import tables
...
tables.open_file

or

from tables import open_file

@dominikl dominikl changed the title Add roi import plugin idr0016: Add roi import plugin Jan 8, 2018
@dominikl
Copy link
Member Author

Replaced by #292

@dominikl dominikl closed this Jan 22, 2018
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

Successfully merging this pull request may close these issues.

2 participants