module documentation

Undocumented

Class GapLengthGenerator Protocol signature for ramp functions
Function get_gap_lengths Generate n gap lengths between r[0] and r[1] using a GapLengthGenerator default generator is linear_gap_length_generator
Function linear_gap_length_generator Undocumented
Function log_gap_length_generator Undocumented
Variable GapLengthRange Undocumented
def get_gap_lengths(n, r=None, generator=linear_gap_length_generator): (source)

Generate n gap lengths between r[0] and r[1] using a GapLengthGenerator default generator is linear_gap_length_generator

Parameters
nnumber of gap lengths
rrange of the gap lengths
generator:GapLengthGeneratorgenerator function
Returns
list of gap lengths
def linear_gap_length_generator(n, r): (source)

Undocumented

Returns
np.ndarrayUndocumented
def log_gap_length_generator(n, r): (source)

Undocumented

Returns
np.ndarrayUndocumented
GapLengthRange = (source)

Undocumented