This does a couple of things:
1 - primarily, convert the redis arrays to bytes rather than json strings, this also adds a diagnostic argument to jsonify
2 - it updates the hera-snap-redis-mon to be compatible with the new hera_corr_cm and not duplicate the redis info
3 - in blocks.py removes old, commented out roach modules
4 - in snap_fengine.py, it replaces the dangerous "from blocks import *" to give it a "snap_blocks" Namespace
This does a couple of things: 1 - primarily, convert the redis arrays to bytes rather than json strings, this also adds a diagnostic argument to jsonify 2 - it updates the hera-snap-redis-mon to be compatible with the new hera_corr_cm and not duplicate the redis info 3 - in blocks.py removes old, commented out roach modules 4 - in snap_fengine.py, it replaces the dangerous "from blocks import *" to give it a "snap_blocks" Namespace