Skip to content

Adaptive Particle Representation (APR) viewer based on BigDataViewer (BDV)

Notifications You must be signed in to change notification settings

AdaptiveParticles/APR-BigDataViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APR-BigDataViewer

Viewer app that utilize BigDataViewer and LibAPR-java-wrapper to show Adaptive Particle Representation (APR) files. Thanks to reconstruction 'on the fly' it allows to open bigger files that memory available on the machine.

How to download and build

  • clone repository
git clone --recurse https://github.com/AdaptiveParticles/APR-BigDataViewer.git
  • build java app
cd APR-BigDataViewer
mvn package -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
  • run app
./run.sh <your APR file>

Current branches

master

Utilizing single-threaded version of LibAPR java wrapper. Using default available compiler.

openmpEnabled

Using OpenMP version of LibAPR java wrapper. Currently supporting llvm on MacOS, if you need to use different compiler please update CC/CXX/LDFLAGS/CPPFLAGS in submodule file: LibAPR-java-wrapper/native/cppbuild.sh

Output

Example visualization: 7GB data set with 4 tiled zebrafishes

Contact us

If anything is not working as you think it should, or would like it to, please get in touch with us!!!

Join the chat at https://gitter.im/LibAPR

About

Adaptive Particle Representation (APR) viewer based on BigDataViewer (BDV)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published