SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Variables
rangetypes Namespace Reference

Variables

 f
 
 ax
 
 figsize
 
 dpi
 
 left
 
 right
 
 bottom
 
 top
 
 wspace
 
 hspace
 
float Qmin = -10.0
 
float Qmax = 10.0
 
 Q = np.linspace(Qmin, Qmax, 100)
 
float qmin = -1.0
 
float qmax = 1.0
 
tuple q = (qmax - qmin) / (1 + np.exp(-Q)) + qmin
 
 fontsize
 
 linewidth
 
 linestyle
 

Variable Documentation

◆ ax

rangetypes.ax

Definition at line 16 of file rangetypes.py.

◆ bottom

rangetypes.bottom

Definition at line 17 of file rangetypes.py.

◆ dpi

rangetypes.dpi

Definition at line 16 of file rangetypes.py.

◆ f

rangetypes.f

Definition at line 16 of file rangetypes.py.

◆ figsize

rangetypes.figsize

Definition at line 16 of file rangetypes.py.

◆ fontsize

rangetypes.fontsize

Definition at line 26 of file rangetypes.py.

◆ hspace

rangetypes.hspace

Definition at line 17 of file rangetypes.py.

◆ left

rangetypes.left

Definition at line 17 of file rangetypes.py.

◆ linestyle

rangetypes.linestyle

Definition at line 28 of file rangetypes.py.

◆ linewidth

rangetypes.linewidth

Definition at line 28 of file rangetypes.py.

◆ Q

rangetypes.Q = np.linspace(Qmin, Qmax, 100)

Definition at line 20 of file rangetypes.py.

◆ q

float rangetypes.q = (qmax - qmin) / (1 + np.exp(-Q)) + qmin

Definition at line 23 of file rangetypes.py.

◆ Qmax

float rangetypes.Qmax = 10.0

Definition at line 19 of file rangetypes.py.

◆ qmax

float rangetypes.qmax = 1.0

Definition at line 22 of file rangetypes.py.

◆ Qmin

float rangetypes.Qmin = -10.0

Definition at line 18 of file rangetypes.py.

◆ qmin

float rangetypes.qmin = -1.0

Definition at line 21 of file rangetypes.py.

◆ right

rangetypes.right

Definition at line 17 of file rangetypes.py.

◆ top

rangetypes.top

Definition at line 17 of file rangetypes.py.

◆ wspace

rangetypes.wspace

Definition at line 17 of file rangetypes.py.