A utility to read AUG shotfiles
Project description
Routines reading ASDEX Upgrade shotfiles (without wrappers) and manipulating equilibria See https://www2.ipp.mpg.de/~git/pyaug
Developed at Max-Planck-Institut fuer Plasmaphysik, Garching, Germany
Requirements:
- python with scipy, numpy, matplotlib (recommended: anaconda)
- pip
- afs client and access to the ASDEX-Upgrade shotfile system
Typical usage:
pip install aug_sfread python3
import aug_sfutils as sfu equ = sfu.EQU(28053) cez = sfu.SFREAD(28053, 'CEZ') if cez.status: tim = cez.gettimebase('Ti_c') rmaj = cez('R_time').T zin = cez('z_time').T Ti = cez('Ti_c')
rho_t = sfu.rz2rho(equ, rmaj, zin, t_in=tim, coord_out='rho_tor', extrapolate=False)
jt_plot = len(tim)//2
plt.figure(1)
plt.xlabel(r'$\rho_{tor}$')
plt.ylabel('Ti [keV]')
plt.figtext(0.5, 0.95, '#%s at t = %9.4f' %(nshot, tim[jt_plot]))
plt.plot(rho_t[jt_plot, :], Ti[jt_plot, :], 'go')
plt.show()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aug_sfutils-0.2.7.tar.gz.
File metadata
- Download URL: aug_sfutils-0.2.7.tar.gz
- Upload date:
- Size: 30.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
978928566b1a1ce2fd6e9c5fd40734a40fd224ed42289ebacf435ba824849432
|
|
| MD5 |
28346c2122e09bed176eb5034b3c66a7
|
|
| BLAKE2b-256 |
1da9b2b1dcbe1b4361fa5e6c1dc2814246d6b9c662e3ff3ea1736918ac697f94
|
File details
Details for the file aug_sfutils-0.2.7-py3-none-any.whl.
File metadata
- Download URL: aug_sfutils-0.2.7-py3-none-any.whl
- Upload date:
- Size: 33.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe5c6af873e04b1c7fac1246ecd77c61c5fb5f187785c1d4f6fa3d70deb19e82
|
|
| MD5 |
bea51f150c8d5b7bc4263f5f8ffedfca
|
|
| BLAKE2b-256 |
ff0620e3870eb88366389050ce66dbcc9479e4be87f59fcb6a2fdebc8ba01e19
|