gray/tests/02-ITER-half-field/__init__.py
Michele Guerini Rocco 3e853dd60f
tests/02-ITER-half-field: update reference
This was supposed to test an X mode polarisation, but due to the
issue in `read_beam2`, it was actually O mode.
2024-11-04 12:00:17 +01:00

14 lines
275 B
Python

'''
ITER half-field scenario;
equatorial launcher (EL), 2D beam parameters;
simple astigmatic beam, X2 mode;
rescaled B keeping the greenwald fraction;
parasitic absorption at the 3rd harmonic
'''
from .. import TestCase, GrayTest
class Test(GrayTest, TestCase):
pass