[][src]Module bigtools::utils

Functions

fill

Fills any space between Values with 0.0s. Note: Output values will not be merged if any input Values are 0.0

fill_start_to_end

Fills any space between Values with 0.0s. This will also pad the start and end with 0.0s if they do not exist. Note: Output values will not be merged if any input Values are 0.0

merge_into

Returns: (val, None, None, overhang or None) when merging two does not break up one, and may or may not add an overhang (one.start == two.start) (val, val, val or None, overhang or None) when merging two breaks up one, and may or may not add an overhang (one.start < two.start or one.end > two.end) The overhang may equal the previous value

merge_sections_many