Skip to content

epfl-dias/mercator_deformation_maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mercator deformation maps

This is a rust conversion of the deformation maps support, as a library, for integration within Mercator.

The reference implementation is available on GitHub as part of AIMS.

Mercator: Spatial Index

Mercator is a spatial volumetric index for the Human Brain Project. It is a component of the Knowledge Graph service, which provides the spatial anchoring for the metadata registered as well as processes the volumetric queries.

It is build on top of the Iron Sea database toolkit.

Requirements

Software

Run the tests

You can run the tests using:

cargo test

Note

  • These tests compare this implementation with the reference implementation.
  • They assume the reference implementation provides correct results for its intended uses.
  • A test is passing if the two implementations generate the same outputs.
  • The reference deformation map & test data is NOT included, but assumed to be available under /data.

Documentation

For more information, please refer to the documentation.

If you want to build the documentation and access it locally, you can use:

cargo doc --open

Acknowledgements

This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 785907 (Human Brain Project SGA2).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages