Severin Denk
Severin Denk
Dependent on #256. This PR uses the new fields from #255 for the equilibrium summary plot. Regression test for `omas_plot` passes locally.
I have encountered the following situation and I could not find an immediate solution in the documentation. Assume I have a module `A`: ``` setenv("NETCDF_DIR","") ``` and a module `B`...
**Affiliation** General Atomics/DIII-D **Context** We have an automated workflow that we are in the process of applying to a large chunk of our MDS+ database. At the moment the going...
For example `189588` triggers: https://github.com/gafusion/omas/blob/65e8238283eb0e985a94dc86c0512b41e2cdc679/omas/machine_mappings/d3d.py#L578 The default return value of `0` is not great because it should either be -1 or 1. See https://sharepoint.iter.org/departments/POP/CM/IMDesign/Data%20Model/CI/imas-3.41.0/ec_launchers.html
We are using MAP to solve a data analysis problem in plasma physics. For the MAP problem we usually only have a single point at which we want to differentiate...
Before this PR OMAS would open a separate connection for every `(server, tree, shot)` tuple. This makes it impossible to retrieve more than `1000` unique tuples in the same session...
Leaf of #258 Adds `rho_tor_norm` to the magnetic coordinates `omas_physics.remap_flux_coordinates` can map between. Wouldn't hurt if this someone double checked my math once #258 is merged. I did do a...
This change makes the MDSValue.raw() data fetching method always return 64-bit floats. This is important because the MDSplus data itself is stored as 32-bit and it retains this datatype when...
Looking at https://github.com/gafusion/omas/blob/master/omas/omas_cocos.py I do not see a single uncertainty node (`_error_upper`). I can confirm that for `'equilibrium.time_slice.:.constraints.flux_loop.:.measured_error_upper'` the conversion is indeed not performed in practice. This seems to be...
Currently `V_loop` is stored in core_profiles but this choice is somewhat questionable as raised by @torrinba and @jmcclena in https://github.com/gafusion/omas/pull/360. Opening this issue so we can close this PR and...