├── .github └── workflows │ ├── regression.yml │ └── stale.yml ├── .gitignore ├── LICENSE.txt ├── MANIFEST.in ├── Makefile ├── README.md ├── imports_check.py ├── omas ├── __init__.py ├── examples │ ├── README.txt │ ├── __init__.py │ ├── across_ODSs.py │ ├── connect_gkdb.py │ ├── consistency_check.py │ ├── extra_structures.py │ ├── fuse_data_export.py │ ├── geqdsk_to_from_imas.py │ ├── iter_scenario.py │ ├── ods_process_input_data.py │ ├── ods_sample.py │ ├── omas_cocos.py │ ├── omas_collection.py │ ├── omas_coordinates.py │ ├── omas_dynamic_imas.py │ ├── omas_dynamic_machine.py │ ├── omas_dynamic_nc.py │ ├── omas_info.py │ ├── omas_mongo_example.py │ ├── omas_resample.py │ ├── omas_time.py │ ├── omas_uda_example.py │ ├── omas_units.py │ ├── parse_codeparameters.py │ ├── plot_g_s_2_ip.py │ ├── plot_omas.py │ ├── plot_omas_omfit.py │ ├── plot_omas_overlays.py │ ├── plot_quantity.py │ ├── plot_saveload_scaling.py │ ├── save_load_all.py │ ├── save_load_through.py │ ├── showcase_paths.py │ ├── simple_imas.py │ ├── solps_imas.py │ ├── uncertain.py │ ├── west_geqdsk.py │ └── west_imas.py ├── imas_structures │ ├── 3_10_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── actuator.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── ic_antennas.json │ │ ├── interfero_polarimeter.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pulse_schedule.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_10_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── actuator.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── ic_antennas.json │ │ ├── interfero_polarimeter.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pulse_schedule.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_10_2 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interfero_polarimeter.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pulse_schedule.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_11_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interfero_polarimeter.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pulse_schedule.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_12_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interfero_polarimeter.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pulse_schedule.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_12_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interfero_polarimeter.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pulse_schedule.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_13_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interfero_polarimeter.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pulse_schedule.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_14_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interfero_polarimeter.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pulse_schedule.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_15_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_15_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_16_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_17_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_17_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_17_2 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_18_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_19_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_19_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_20_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_21_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_21_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_22_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_23_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_23_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_23_2 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_23_3 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_24_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_antennas.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_25_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_26_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_27_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── dataset_description.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_28_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_28_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_29_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_30_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_31_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_32_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_32_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_33_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── numerics.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── sdn.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ └── waves.json │ ├── 3_34_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_35_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_36_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_37_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_37_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_37_2 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_38_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── plasma_initiation.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_38_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── plasma_initiation.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_39_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── b_field_non_axisymmetric.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── focs.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── plasma_initiation.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_fluctuation.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── runaway_electrons.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_40_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── b_field_non_axisymmetric.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── ferritic.json │ │ ├── focs.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics_local.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pf_plasma.json │ │ ├── plasma_initiation.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_fluctuation.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── runaway_electrons.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── spi.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_40_1 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── b_field_non_axisymmetric.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── ferritic.json │ │ ├── focs.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics_local.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pf_plasma.json │ │ ├── plasma_initiation.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_fluctuation.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── runaway_electrons.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── spi.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ ├── 3_41_0 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── b_field_non_axisymmetric.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── ferritic.json │ │ ├── focs.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics_local.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── operational_instrumentation.json │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pf_plasma.json │ │ ├── plasma_initiation.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_fluctuation.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── runaway_electrons.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── spi.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json │ └── develop_3 │ │ ├── _coordinates.json │ │ ├── _global_quantities.json │ │ ├── _times.json │ │ ├── amns_data.json │ │ ├── b_field_non_axisymmetric.json │ │ ├── barometry.json │ │ ├── bolometer.json │ │ ├── bremsstrahlung_visible.json │ │ ├── calorimetry.json │ │ ├── camera_ir.json │ │ ├── camera_visible.json │ │ ├── camera_x_rays.json │ │ ├── charge_exchange.json │ │ ├── coils_non_axisymmetric.json │ │ ├── controllers.json │ │ ├── core_instant_changes.json │ │ ├── core_profiles.json │ │ ├── core_sources.json │ │ ├── core_transport.json │ │ ├── cryostat.json │ │ ├── dataset_description.json │ │ ├── dataset_fair.json │ │ ├── disruption.json │ │ ├── distribution_sources.json │ │ ├── distributions.json │ │ ├── divertors.json │ │ ├── ec_launchers.json │ │ ├── ece.json │ │ ├── edge_profiles.json │ │ ├── edge_sources.json │ │ ├── edge_transport.json │ │ ├── em_coupling.json │ │ ├── equilibrium.json │ │ ├── ferritic.json │ │ ├── focs.json │ │ ├── gas_injection.json │ │ ├── gas_pumping.json │ │ ├── gyrokinetics_local.json │ │ ├── hard_x_rays.json │ │ ├── ic_antennas.json │ │ ├── interferometer.json │ │ ├── iron_core.json │ │ ├── langmuir_probes.json │ │ ├── lh_antennas.json │ │ ├── magnetics.json │ │ ├── mhd.json │ │ ├── mhd_linear.json │ │ ├── mse.json │ │ ├── nbi.json │ │ ├── neutron_diagnostic.json │ │ ├── ntms.json │ │ ├── omas_doc.html │ │ ├── operational_instrumentation.json │ │ ├── pellets.json │ │ ├── pf_active.json │ │ ├── pf_passive.json │ │ ├── pf_plasma.json │ │ ├── plasma_initiation.json │ │ ├── polarimeter.json │ │ ├── pulse_schedule.json │ │ ├── radiation.json │ │ ├── real_time_data.json │ │ ├── reflectometer_fluctuation.json │ │ ├── reflectometer_profile.json │ │ ├── refractometer.json │ │ ├── runaway_electrons.json │ │ ├── sawteeth.json │ │ ├── soft_x_rays.json │ │ ├── spectrometer_mass.json │ │ ├── spectrometer_uv.json │ │ ├── spectrometer_visible.json │ │ ├── spectrometer_x_ray_crystal.json │ │ ├── spi.json │ │ ├── summary.json │ │ ├── temporary.json │ │ ├── tf.json │ │ ├── thomson_scattering.json │ │ ├── transport_solver_numerics.json │ │ ├── turbulence.json │ │ ├── wall.json │ │ ├── waves.json │ │ └── workflow.json ├── machine_mappings │ ├── __init__.py │ ├── _common.json │ ├── _common.py │ ├── _d3d_cer.py │ ├── _efit.json │ ├── d3d.json │ ├── d3d.py │ ├── east.json │ ├── east.py │ ├── mast.json │ ├── mast.py │ ├── mastu.json │ ├── mastu.py │ ├── nstx.json │ ├── nstx.py │ ├── nstxu.json │ ├── nstxu.py │ ├── profiles_db_ccfe.json │ ├── profiles_db_ccfe.py │ ├── python_tdi.py │ ├── sample.json │ ├── sample.py │ └── support_files │ │ ├── cmod │ │ ├── mhdin.dat │ │ └── mhdin_ods.json │ │ ├── d3d │ │ ├── 91000 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 112001 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 124400 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 156001 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 168191 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 181292 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 197555 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 000001 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── btcomp.dat │ │ ├── ccomp.dat │ │ ├── fitweight.dat │ │ └── icomp.dat │ │ ├── east │ │ ├── mhdin.dat │ │ └── mhdin_ods.json │ │ ├── hl2a │ │ └── dprobe.dat │ │ ├── iter │ │ ├── 000000 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ └── 000001 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── jet │ │ ├── mhdin.dat │ │ └── mhdin_ods.json │ │ ├── kstar │ │ ├── 000000 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 000001 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 000002 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ ├── 000003 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ └── ranges.dat │ │ └── dprobe.dat │ │ ├── mast │ │ ├── 0 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ ├── ranges.dat │ │ │ └── signals.dat │ │ ├── 40000 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ ├── ranges.dat │ │ │ └── signals.dat │ │ └── fitweight.csv │ │ ├── mastu │ │ ├── nstx │ │ ├── 02072002Av1_0 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ ├── ranges.dat │ │ │ └── signals_040904o.dat │ │ ├── 02222000Av1_0 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ ├── ranges.dat │ │ │ └── signals_PhII_1100.dat │ │ ├── 04122005Av1_0 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ ├── ranges.dat │ │ │ └── signals_062104.dat │ │ └── 04202005Av1_0 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ ├── ranges.dat │ │ │ └── signals_072710pf4.dat │ │ ├── nstxu │ │ └── 01152015Av1_0 │ │ │ ├── mhdin.dat │ │ │ ├── mhdin_ods.json │ │ │ ├── ranges.dat │ │ │ └── signals_020916_PF4.dat │ │ └── pegasus │ │ ├── mhdin.dat │ │ └── mhdin_ods.json ├── omas_ascii.py ├── omas_cocos.py ├── omas_core.py ├── omas_cython.pyx ├── omas_ds.py ├── omas_h5.py ├── omas_hdc.py ├── omas_imas.py ├── omas_json.py ├── omas_machine.py ├── omas_mongo.py ├── omas_nc.py ├── omas_physics.py ├── omas_plot.py ├── omas_s3.py ├── omas_sample.py ├── omas_setup.py ├── omas_structure.py ├── omas_symbols.py ├── omas_uda.py ├── omas_utils.py ├── samples │ ├── D3D_standard_Lmode.json │ ├── d3d_ECRH_machine_mapping.json │ ├── g145419.02100 │ ├── gkdb_linear_eigenvalue.json │ ├── input.profiles_145419_02100 │ ├── input_gray.xml │ ├── ods_w_code_parameters.json │ ├── ods_with_error_upper.h5 │ ├── sample_core_profiles_ods.json │ ├── sample_core_sources_ods.json │ ├── sample_core_transport_ods.json │ ├── sample_equilibrium_ods.json │ ├── sample_ic_antennas_ods.json │ ├── sample_imas_ascii.ids │ ├── sample_magnetics_ods.json │ ├── sample_summary_ods.json │ └── state145419_02100.nc ├── tests │ ├── __init__.py │ ├── failed_imports.py │ ├── run_tests.sh │ ├── test_omas_core.py │ ├── test_omas_examples.py │ ├── test_omas_machine.py │ ├── test_omas_physics.py │ ├── test_omas_plot.py │ ├── test_omas_suite.py │ ├── test_omas_utils.py │ └── warning_setup.py ├── utilities │ ├── alpha_since.py │ ├── build_json_structures.py │ ├── format_machine_mappings.py │ ├── generate_cocos_signals.py │ ├── generate_ods_samples.py │ ├── generate_to_from_omas.py │ ├── machine_mapping_decorator.py │ ├── omas_mds.py │ └── sort_symbols.py └── version ├── requirements.txt ├── setup.py └── sphinx ├── Makefile └── source ├── _static ├── my-styles.css └── requirements_python3.txt ├── _templates ├── globaltoc.html ├── layout.html └── navbar.html ├── conf.py ├── how.rst ├── images ├── OMAS_concept.png ├── OMAS_logo.pdf ├── OMAS_logo.png ├── OMAS_logo_high_res.gif ├── dynamic_path_testimonial.png ├── eq_omas_omfit.png ├── favicon.png ├── imas_logo_thumb.png ├── odx_concept.png ├── odx_flow.png ├── omas_scenario_database.png ├── omas_through_simple.png └── sphx_default_thumb.png ├── index.rst ├── install.rst ├── iter.rst ├── omfit.rst └── omfit_to_from_omas.rst /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafusion/omas/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafusion/omas/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | include LICENSE.txt 2 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafusion/omas/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafusion/omas/HEAD/README.md -------------------------------------------------------------------------------- /omas/__init__.py: -------------------------------------------------------------------------------- 1 | from .omas_core import * 2 | -------------------------------------------------------------------------------- /omas/examples/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/actuator.json: -------------------------------------------------------------------------------- 1 | ../3_10_1/actuator.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/charge_exchange.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/charge_exchange.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/core_profiles.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/core_profiles.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/core_transport.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/core_transport.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/distributions.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/distributions.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_10_1/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/edge_transport.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/edge_transport.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_10_1/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_10_1/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/pulse_schedule.json: -------------------------------------------------------------------------------- 1 | ../3_10_1/pulse_schedule.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/charge_exchange.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/charge_exchange.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/core_profiles.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/core_profiles.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/core_transport.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/core_transport.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/distributions.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/distributions.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/ece.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/edge_profiles.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/edge_profiles.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/edge_transport.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/edge_transport.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/summary.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/tf.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/wall.json: -------------------------------------------------------------------------------- 1 | ../3_10_2/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_1/waves.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/charge_exchange.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/charge_exchange.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/distributions.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/distributions.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/ece.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/edge_transport.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/edge_transport.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/gas_injection.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/gas_injection.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/pulse_schedule.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/pulse_schedule.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/summary.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/tf.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_10_2/waves.json: -------------------------------------------------------------------------------- 1 | ../3_11_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/charge_exchange.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/charge_exchange.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/core_profiles.json: -------------------------------------------------------------------------------- 1 | ../3_12_1/core_profiles.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_12_1/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/core_transport.json: -------------------------------------------------------------------------------- 1 | ../3_12_1/core_transport.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/distributions.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/distributions.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/edge_profiles.json: -------------------------------------------------------------------------------- 1 | ../3_12_1/edge_profiles.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/edge_transport.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/edge_transport.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/gas_injection.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/gas_injection.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/pulse_schedule.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/pulse_schedule.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_12_1/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/charge_exchange.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/charge_exchange.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/distributions.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/distributions.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/ece.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/edge_transport.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/edge_transport.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/gas_injection.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/gas_injection.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/pulse_schedule.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/pulse_schedule.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/summary.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/tf.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_12_1/wall.json: -------------------------------------------------------------------------------- 1 | ../3_13_0/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_15_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/charge_exchange.json: -------------------------------------------------------------------------------- 1 | ../3_15_0/charge_exchange.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_15_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_15_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_15_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_15_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_15_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_14_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/gas_injection.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/gas_injection.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/interferometer.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/interferometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_15_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_15_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_16_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_17_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_17_1/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_18_0/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/ece.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/mse.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_18_0/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/tf.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/wall.json: -------------------------------------------------------------------------------- 1 | ../3_18_0/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_17_2/waves.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_19_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_18_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_19_1/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/ece.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/mse.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_19_1/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_20_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_20_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_21_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_23_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_23_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_23_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_23_0/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_23_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_23_0/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_23_0/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_22_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_23_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/ece.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/mse.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/summary.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/tf.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/wall.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_1/waves.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/ece.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/mse.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/summary.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/tf.json: -------------------------------------------------------------------------------- 1 | ../3_23_3/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/wall.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_2/waves.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/ec_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ec_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/ece.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/mse.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/wall.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_23_3/waves.json: -------------------------------------------------------------------------------- 1 | ../3_24_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_26_0/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_26_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_26_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_26_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_26_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_25_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_27_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_27_0/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/numerics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/numerics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_27_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_27_0/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_26_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/numerics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/numerics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_27_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_28_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/numerics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/numerics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_28_1/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/ece.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/mse.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/numerics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/numerics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_28_1/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_29_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_29_0/numerics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/numerics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_31_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_32_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_31_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_31_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_32_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_31_0/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_32_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_31_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/numerics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/numerics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_31_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_32_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_30_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_32_0/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_32_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_32_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/numerics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/numerics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_32_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_31_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/divertors.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/divertors.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/numerics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/numerics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_32_1/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/numerics.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/numerics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/sdn.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/sdn.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_32_1/waves.json: -------------------------------------------------------------------------------- 1 | ../3_33_0/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/divertors.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/divertors.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_36_0/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_36_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_34_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/divertors.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/divertors.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_36_0/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_36_0/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_36_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_36_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_36_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_36_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_36_0/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_35_0/workflow.json: -------------------------------------------------------------------------------- 1 | ../3_37_0/workflow.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/divertors.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/divertors.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_36_0/workflow.json: -------------------------------------------------------------------------------- 1 | ../3_37_0/workflow.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/divertors.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/divertors.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_37_1/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/divertors.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/divertors.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/ece.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/mse.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/summary.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/tf.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/wall.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_37_1/workflow.json: -------------------------------------------------------------------------------- 1 | ../3_37_2/workflow.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/divertors.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/divertors.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/gyrokinetics.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/gyrokinetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/wall.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/wall.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_38_0/workflow.json: -------------------------------------------------------------------------------- 1 | ../3_38_1/workflow.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/core_sources.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/core_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/divertors.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/divertors.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/ece.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/ece.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/edge_sources.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/edge_sources.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/em_coupling.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/em_coupling.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/equilibrium.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/equilibrium.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/focs.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/focs.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/hard_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/hard_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/mhd.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/mhd.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/mse.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/radiation.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/radiation.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/soft_x_rays.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/soft_x_rays.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/summary.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/summary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/tf.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/tf.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/turbulence.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/waves.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/waves.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_0/workflow.json: -------------------------------------------------------------------------------- 1 | ../3_40_1/workflow.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/amns_data.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/amns_data.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/barometry.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/barometry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/bolometer.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/bolometer.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/calorimetry.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/calorimetry.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/camera_ir.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/camera_ir.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/controllers.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/controllers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/cryostat.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/cryostat.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/dataset_fair.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/dataset_fair.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/disruption.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/disruption.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/divertors.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/divertors.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/ec_launchers.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/ec_launchers.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/focs.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/focs.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/gas_pumping.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/gas_pumping.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/ic_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/ic_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/iron_core.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/iron_core.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/lh_antennas.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/lh_antennas.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/magnetics.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/magnetics.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/mhd_linear.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/mhd_linear.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/mse.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/mse.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/nbi.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/nbi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/ntms.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/ntms.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/pellets.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/pellets.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/pf_active.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/pf_active.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/pf_passive.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/pf_passive.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/pf_plasma.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/pf_plasma.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/polarimeter.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/polarimeter.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/sawteeth.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/sawteeth.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/spi.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/spi.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/temporary.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/temporary.json -------------------------------------------------------------------------------- /omas/imas_structures/3_40_1/turbulence.json: -------------------------------------------------------------------------------- 1 | ../3_41_0/turbulence.json -------------------------------------------------------------------------------- /omas/machine_mappings/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /omas/machine_mappings/mastu.json: -------------------------------------------------------------------------------- 1 | mast.json -------------------------------------------------------------------------------- /omas/machine_mappings/mastu.py: -------------------------------------------------------------------------------- 1 | mast.py -------------------------------------------------------------------------------- /omas/machine_mappings/nstx.json: -------------------------------------------------------------------------------- 1 | nstxu.json -------------------------------------------------------------------------------- /omas/machine_mappings/nstx.py: -------------------------------------------------------------------------------- 1 | nstxu.py -------------------------------------------------------------------------------- /omas/machine_mappings/support_files/d3d/000001/ranges.dat: -------------------------------------------------------------------------------- 1 | 30KKKK. -------------------------------------------------------------------------------- /omas/machine_mappings/support_files/d3d/156001/ranges.dat: -------------------------------------------------------------------------------- 1 | 156001 168190 -------------------------------------------------------------------------------- /omas/machine_mappings/support_files/d3d/168191/ranges.dat: -------------------------------------------------------------------------------- 1 | 168190 181291 -------------------------------------------------------------------------------- /omas/machine_mappings/support_files/d3d/91000/ranges.dat: -------------------------------------------------------------------------------- 1 | 91000 112000 2 | -------------------------------------------------------------------------------- /omas/machine_mappings/support_files/mastu: -------------------------------------------------------------------------------- 1 | mast -------------------------------------------------------------------------------- /omas/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /omas/version: -------------------------------------------------------------------------------- 1 | 0.94.2 2 | -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafusion/omas/HEAD/setup.py -------------------------------------------------------------------------------- /sphinx/source/_static/requirements_python3.txt: -------------------------------------------------------------------------------- 1 | ../../../requirements.txt -------------------------------------------------------------------------------- /sphinx/source/_templates/globaltoc.html: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------