File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ def add_row(self):
207
207
@property
208
208
def scrn (self ):
209
209
"""
210
- The current phase map held in the PhaseScreen object.
210
+ The current phase map held in the PhaseScreen object in radians .
211
211
"""
212
212
return self ._scrn [:self .requested_nx_size , :self .requested_nx_size ]
213
213
@@ -253,7 +253,7 @@ class PhaseScreenVonKarman(PhaseScreen):
253
253
On initialisation an initial phase screen is calculated using an FFT based method.
254
254
When ``add_row`` is called, a new vector of phase is added to the phase screen using `nCols`
255
255
columns of previous phase. Assemat & Wilson claim that two columns are adequate for good
256
- atmospheric statistics. The phase in the screen data is always accessed as ``<phasescreen>.scrn``.
256
+ atmospheric statistics. The phase in the screen data is always accessed as ``<phasescreen>.scrn`` and is in radians .
257
257
258
258
Parameters:
259
259
nx_size (int): Size of phase screen (NxN)
@@ -361,7 +361,7 @@ class PhaseScreenKolmogorov(PhaseScreen):
361
361
362
362
On initialisation an initial phase screen is calculated using an FFT based method.
363
363
When ``add_row`` is called, a new vector of phase is added to the phase screen. The phase in the screen data
364
- is always accessed as ``<phasescreen>.scrn``.
364
+ is always accessed as ``<phasescreen>.scrn`` and is in radians .
365
365
366
366
Parameters:
367
367
nx_size (int): Size of phase screen (NxN)
You can’t perform that action at this time.
0 commit comments