GithubHelp home page GithubHelp logo

napari-vesuvius's Introduction

napari-vesuvius

napari plugin to work with Vesuvius Challenge data

scroll.mov

Current contributions

A reader to read in points and image data from a .volpkg file

Use it with:

napari path/to/data.volpkg

It should prompt you to open the data with the napari-vesuvius plugin and load images as a dask array and point clouds as points layers.

Screenshot 2023-06-15 at 4 44 17 pm

Alternatively, you can use it directly from Python, IPython, or Jupyter:

import napari
viewer = napari.Viewer(ndisplay=3)  # start in 3D view
layers = viewer.open('path/to/data.volpkg', plugin='napari-vesuvius')
napari.run()  # not needed in IPython or Jupyter

Sample data of the vesuvius campfire dataset

You can use napari-vesuvius to quickly have a look at the campfire demo dataset.

To look at the data, you can either use the napari menu at File > Open Sample > napari-vesuvius > [Campfire raw data / Campfire reconstructed data]:

Screenshot 2023-06-17 at 1 28 46 pm

Or you can use the viewer API directly from Python:

import napari
viewer = napari.Viewer(ndisplay=3)  # start in 3D view
layers = viewer.open_sample('napari-vesuvius', 'campfire/raw')
# or
# layers = viewer.open_sample('napari-vesuvius', 'campfire/rec')
napari.run()  # not needed in IPython or Jupyter
Screenshot 2023-06-17 at 1 25 39 pm (This is the raw x-ray tomography data using the 'minip' projection.)

TODO

  • read meshes
  • clipping planes
  • create and save segmentations
  • unfold meshes

Installation

You can install napari-vesuvius via pip:

pip install git+https://github.com/jni/napari-vesuvius.git

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the Mozilla Public License 2.0 license, "napari-vesuvius" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

napari-vesuvius's People

Contributors

jni avatar andy-sweet avatar

Watchers

 avatar  avatar

Forkers

andy-sweet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.