Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Add zeiss-tiff and zeiss-tiff-meta filetype and extractor (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Jan 23, 2024
1 parent 1ced6c7 commit 1987e51
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
31 changes: 31 additions & 0 deletions marda_registry/data/extractors/zeiss-tiff-meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
id: >-
zeiss-tiff-meta
name: >-
Zeiss TIFF Metadata Extractor
description: >-
For reading metadata from Zeiss SEM tiff files and extracting the physical scale.
supported_filetypes:
- id: zeiss-tiff
license:
spdx: MIT
subject:
- electron-microscopy
- imaging
source_repository: https://github.com/ks00x/zeiss_tiff_meta
documentation: https://github.com/ks00x/zeiss_tiff_meta
citations:
- uri: https://github.com/ks00x/zeiss_tiff_meta
creators:
- K. Schwarzburg
title: 'zeiss_tiff_meta github repository'
type: software
usage:
- method: python
setup: zeisstiffmeta
command: meta_to_dict(zeiss_meta({{ input_path }}))
installation:
- method: pip
packages:
- git+https://github.com/ks00x/zeiss_tiff_meta
requires_python: ~=3.4
19 changes: 19 additions & 0 deletions marda_registry/data/filetypes/zeiss-tiff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: >-
zeiss-tiff
name: >-
Zeiss TIFF
description: >-
A specialisation of the Tag Image File Format (TIFF) that includes metadata
annotations from Zeiss microscopes.
associated_vendors:
- Zeiss
subject:
- microscopy
associated_instruments:
- ZEISS GeminiSEM
- ZEISS Sigma
- ZEISS MultiSEM
- ZEISS EVO
associated_software:
- ZEISS SmartSEM
3 changes: 3 additions & 0 deletions marda_registry/data/lfs/zeiss-tiff/example.tif
Git LFS file not shown

0 comments on commit 1987e51

Please sign in to comment.