FIX: pytables import dependency on numpy.
On system python (Python 3.7, no Conda) there is apparently an import dependency of pytables on numpy, which causes several scan scripts to crash. This is solved by importing numpy before tables in every script that uses pytables.
Edited by Ghost User