SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
rangetypes Namespace Reference

Variables

float Qmin = -10.0
 
float Qmax = 10.0
 
tuple Q = np.linspace(Qmin, Qmax, 100)
 
float qmin = -1.0
 
float qmax = 1.0
 
tuple q = (qmax - qmin)
 

Variable Documentation

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

Definition at line 20 of file rangetypes.py.

tuple rangetypes.q = (qmax - qmin)

Definition at line 23 of file rangetypes.py.

float rangetypes.Qmax = 10.0

Definition at line 19 of file rangetypes.py.

float rangetypes.qmax = 1.0

Definition at line 22 of file rangetypes.py.

float rangetypes.Qmin = -10.0

Definition at line 18 of file rangetypes.py.

float rangetypes.qmin = -1.0

Definition at line 21 of file rangetypes.py.