14 lines
269 B
Python
14 lines
269 B
Python
|
'''
|
||
|
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
|