def __init__(
self, ring, imagename,
core=-1, gulp_nframe=4096):
"""
@param[in] ring Ring containing a multichannel
timeseries
@param[in] imagename Filename to store the
waterfall image
@param[in] core Which OpenMP core to use for
this block. (-1 is any)
@param[in] gulp_size How many bytes of the ring to
read at once.
"""
self.ring = ring
self.imagename = imagename
self.core = core
self.gulp_nframe = gulp_nframe
self.header = {}
评论列表
文章目录