Skip to content

Commit

Permalink
Update nomad.yaml with new MOVPE plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 authored Mar 14, 2024
1 parent 0d8e726 commit d756a14
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions nomad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ plugins:
- 'parsers/laytec_epitt'
- 'schemas/ikz'
- 'schemas/ikz/pld'
- 'parsers/ikz/czochralski'
- 'parsers/ikz/movpe_2'
- 'parsers/ikz/movpe_1_deposition_control'
- 'parsers/ikz/movpe_1_constant_parameters'
- 'parsers/ikz/movpe_substrates'
- 'parsers/ikz/directional_solidification'
- 'schemas/characterization_IKZ'
- 'parsers/czochralski_IKZ'
- 'parsers/movpe_2_growth_excel'
- 'parsers/movpe_1_growth_excel'
- 'parsers/movpe_1_constant_parameters'
- 'parsers/substrates_IKZ'
- 'parsers/directional_solidification'
exclude:
- 'parsers/nexus'

Expand All @@ -94,17 +95,19 @@ plugins:
python_package: ikz_plugin
schemas/ikz/pld:
python_package: ikz_plugin.pld
parsers/ikz/czochralski:
schemas/characterization_IKZ:
python_package: ikz_plugin.characterization
parsers/czochralski_IKZ:
python_package: ikz_plugin.czochralski
parsers/ikz/movpe_2:
python_package: ikz_plugin.movpe.movpe2_growth_parser
parsers/ikz/movpe_1_deposition_control:
python_package: ikz_plugin.movpe.movpe1_growth_parser.deposition_control
parsers/ikz/movpe_1_constant_parameters:
python_package: ikz_plugin.movpe.movpe1_growth_parser.constant_parameters
parsers/ikz/movpe_substrates:
python_package: ikz_plugin.movpe.substrate_parser
parsers/ikz/directional_solidification:
parsers/movpe_2_growth_excel:
python_package: ikz_plugin.movpe.movpe2.growth_excel
parsers/movpe_1_growth_excel:
python_package: ikz_plugin.movpe.movpe1.growth_excel
parsers/movpe_1_constant_parameters:
python_package: ikz_plugin.movpe.movpe1.constant_parameters
parsers/substrates_IKZ:
python_package: ikz_plugin.movpe.substrate
parsers/directional_solidification:
python_package: ikz_plugin.directional_solidification
ui:
apps:
Expand Down

0 comments on commit d756a14

Please sign in to comment.