gray/tests/07-DTT/__init__.py

14 lines
269 B
Python
Raw Permalink Normal View History

2023-12-18 00:52:11 +01:00
'''
DTT full power, half-field, E1 scenario;
lower steering mirror (LSM), 1D beam parameters;
rescaled B without changing n, Te;
circular beam, X2 mode;
estrapolation of ψ(R,z) required
'''
from .. import TestCase, GrayTest
class Test(GrayTest, TestCase):
pass