Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@GGoetzelmann GGoetzelmann released this 04 Aug 14:18
· 2 commits to main since this release
bf16737

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