Skip to content

Commit

Permalink
Add Transmission Plugin (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak authored Apr 5, 2024
1 parent 6af923b commit 9a8173c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions nomad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ plugins:
- 'parsers/movpe_1_constant_parameters'
- 'parsers/substrates_IKZ'
- 'parsers/directional_solidification'
- 'schemas/uv_vis_nir_transmission'
exclude:
- 'parsers/nexus'

Expand Down Expand Up @@ -109,6 +110,8 @@ plugins:
python_package: ikz_plugin.movpe.substrate
parsers/directional_solidification:
python_package: ikz_plugin.directional_solidification
schemas/uv_vis_nir_transmission:
python_package: uv_vis_nir_transmission
ui:
apps:
# Configures which apps to show. Note that the app for 'entries' (which
Expand Down
3 changes: 2 additions & 1 deletion plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ git+https://github.com/FAIRmat-NFDI/nomad-analysis.git@ddcf9993be7e687583451bd03
git+https://github.com/FAIRmat-NFDI/AreaA-data_modeling_and_schemas.git@7ca69885f366dde6040fd35721060891eeb510e1#subdirectory=IKZ_plugin
git+https://github.com/FAIRmat-NFDI/AreaA-data_modeling_and_schemas.git@7ca69885f366dde6040fd35721060891eeb510e1#subdirectory=Lakeshore_plugin
git+https://github.com/FAIRmat-NFDI/AreaA-data_modeling_and_schemas.git@7ca69885f366dde6040fd35721060891eeb510e1#subdirectory=RTG_SIMS
statsmodels
git+https://github.com/FAIRmat-NFDI/AreaA-data_modeling_and_schemas.git@51a93ae84212c0bdf2a93e9e2b6da39b717672d5#subdirectory=transmission/transmission_plugin/uv_vis_nir_transmission_plugin
statsmodels

0 comments on commit 9a8173c

Please sign in to comment.