Skip to content

Releases: kit-data-manager/tomo_mapper

v1.1.0

04 Aug 14:18
bf16737

Choose a tag to compare

This minor update brings extension for SEM and tomography mapping for instruments from Tescan, and for SEM mapping from JEOL. This extension also includes changes and improvements for reading the parser maps and creating the schema conform output. See details below.

Added

  • Extend to input by Tescan instruments by @gabinoumbe in #58
  • Extend to input from jeol instruments (SEM only) by @gabinoumbe in #67
  • Plugin integration tests now also cover tescan and jeol cases by @gabinoumbe in #70
  • The fileLink property for images now records the local relative file path if not used in mapping otherwise @gabinoumbe #60

Changed

  • Allow for multiple metadata sources in tomo parsing maps. If not all specified md files are found, extraction will be based on the files available @gabinoumbe in #58
  • All image metadata extracted will now be written to the output, even if their DatasetType cannot be determined. In this case a dataset will be created based on the folder structure of the images and on their detector information, if available. @GGoetzelmann in #62
  • Improved date/time handling by @gabinoumbe in #63

Fixed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

30 Apr 16:22

Choose a tag to compare

v1.0.0-SNAPSHOT to v1.0.0

v1.0.0-SNAPSHOT

23 Apr 16:05

Choose a tag to compare

v1.0.0-SNAPSHOT Pre-release
Pre-release
Add coverall badge to README

v0.1.0-SNAPSHOT

01 Apr 16:25

Choose a tag to compare

v0.1.0-SNAPSHOT Pre-release
Pre-release
Bumping upcoming version to 0.1.0 to serve as a continuation of forme…

v0.0.1-SNAPSHOT

04 Mar 09:19
a39fb3d

Choose a tag to compare

v0.0.1-SNAPSHOT Pre-release
Pre-release
Gradle workflow for plugin build and test (#32)

Contains integration test of plugin for mapping service

currently tests build on jdk17 and jdk23 and test on mapping service 1.0.5 and latest respectively.

Only tests with thermofisher data, may be extendend.

The tests do NOT guarantee full compatibility with the mapping service. (see !33)