HERA-Team / hera_corr_f

HERA F-Engine on SNAP
1 stars 5 forks source link

Snap2bytes #97

Closed david-deboer closed 2 years ago

david-deboer commented 2 years ago

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