SOFIA
Redux
:docs
Index
Modules
Navigation
next »
« previous
|
sofia_redux v1.3.4.dev38+g92ea2f4
»
SOFIA Redux
»
sofia_redux.scan: Scan Mode Algorithms for SOFIA Pipelines
»
roundup_ratio
roundup_ratio
¶
sofia_redux.scan.utilities.numba_functions.
roundup_ratio
(
a
,
b
)
[source]
¶
Returns int((a + b - 1) / b).
Parameters
:
a
int or float
b
int or float
Returns
:
ratio
int
The roundup ratio.
Page Contents
roundup_ratio
roundup_ratio()