-
Notifications
You must be signed in to change notification settings - Fork 1
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
Visualisation of the image & graph annotations #149
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Apologies for a seemingly massive PR, but all the changes are related to the visualisation / annotation update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made some comments, but everything was running!
@mooniean Could you comment on what you did / run to review? It's a significant PR with important data processing, I'd like to make sure it was checked correctly. |
I've done the requested steps: opened image, annotated in napari, loaded it with |
2bed123
to
6d4a622
Compare
When reviewing, please annotate an image in napari & then visualise it using the
read_grace.ipynb
notebookData processing:
astype(int)
from the image processing. Mentioned in Images converted into integers - why? #148Plotting / visualisation:
Graph analysis:
read_grace.ipynb
notebook: resolves Adding visualisation of graph to grace as an optional plot out #136