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

Commit

Permalink
Add associated file extensions for all filetype entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jan 23, 2024
1 parent f63ad10 commit 2165323
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 8 deletions.
5 changes: 3 additions & 2 deletions marda_registry/data/filetypes/agilent-ch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ name: >-
description: >-
A binary data file created by Agilent ChemStation or OpenLab software, for liquid
chromatographs. The files contain the limits of the retention time axis as well
as
the signal data.
as the signal data.
associated_file_extensions:
- ch
associated_vendors:
- Agilent
- HP
Expand Down
2 changes: 2 additions & 0 deletions marda_registry/data/filetypes/agilent-dx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: >-
description: >-
A raw data export file for Agilent OpenLab CDS. It is actually a zipped archive
containing other binary data file formats.
associated_file_extensions:
- dx
associated_vendors:
- Agilent
- HP
Expand Down
3 changes: 3 additions & 0 deletions marda_registry/data/filetypes/biologic-mpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: >-
A binary data file created by BioLogic cyclers, containing time- and frequency-domain
data pertaining to many electrochemical techniques, such as voltammetry,
potentiometry, coulometry and impedance spectroscopy.
associated_file_extensions:
- mpr
associated_vendors:
- BioLogic
subject:
Expand Down Expand Up @@ -38,3 +40,4 @@ associated_instruments:
- BioLogic VMP-300
associated_software:
- BioLogic EC-Lab

5 changes: 3 additions & 2 deletions marda_registry/data/filetypes/biologic-mpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ name: >-
description: >-
A text data file created by BioLogic EC-Lab from data from BioLogic cyclers, containing
time- and frequency-domain data pertaining to many electrochemical techniques,
such as
voltammetry, potentiometry, coulometry and impedance spectroscopy.
such as voltammetry, potentiometry, coulometry and impedance spectroscopy.
associated_file_extensions:
- mpt
associated_vendors:
- BioLogic
subject:
Expand Down
5 changes: 3 additions & 2 deletions marda_registry/data/filetypes/panalytical-xrdml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ name: >-
PANalytical XRDML file
description: >-
A structured XML file, containing data from diffraction experiments, developed
by
PANalytical.
by PANalytical.
associated_file_extensions:
- xrdml
associated_vendors:
- PANalytical
subject:
Expand Down
5 changes: 3 additions & 2 deletions marda_registry/data/filetypes/phi-spe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ name: >-
PHI SPE Multipak file
description: >-
A binary file containing the raw data from PHI spectrometers. The files contain
an
ASCII header, followed by the data records in binary format.
an ASCII header, followed by the data records in binary format.
associated_file_extensions:
- spe
associated_vendors:
- ULVAC-PHI
subject:
Expand Down
2 changes: 2 additions & 0 deletions marda_registry/data/filetypes/qe-cp-in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
id: qe-cp-in
name: QE CP input file
description: An input file for Quantum ESPRESSO's Car-Parrinello (CP) ab-initio molecular dynamics package.
associated_file_extensions:
- in
subject:
- physics
- chemistry
Expand Down
2 changes: 2 additions & 0 deletions marda_registry/data/filetypes/qe-pw-in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: >-
QE PW input file
description: >-
An input file for Quantum ESPRESSO's planewave (PW) package.
associated_file_extensions:
- in
subject:
- physics
- chemistry
Expand Down
4 changes: 4 additions & 0 deletions marda_registry/data/filetypes/quantum-design-dat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description: >-
property measurements of various types. The measurements may be the result of
processing from additional raw data, e.g. raw SQUID voltage data in a Quantum
Design .rw.dat file.
associated_file_extensions:
- rw.dat
- rso.dat
- dat
associated_vendors:
- Quantum Design
subject:
Expand Down
2 changes: 2 additions & 0 deletions marda_registry/data/filetypes/renishaw-wdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: >-
A binary data file created by Renishaw Raman microscopes, optimised to handle
very large datasets of multiple (millions) of Raman spectra taken at points of
an optical image.
associated_file_extensions:
- wdf
associated_vendors:
- Renishaw
subject:
Expand Down
3 changes: 3 additions & 0 deletions marda_registry/data/filetypes/zeiss-tiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: >-
description: >-
A specialisation of the Tag Image File Format (TIFF) that includes metadata
annotations from Zeiss microscopes.
associated_file_extensions:
- tif
- tiff
associated_vendors:
- Zeiss
subject:
Expand Down

0 comments on commit 2165323

Please sign in to comment.