Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.61 KB

FAQs.md

File metadata and controls

32 lines (25 loc) · 1.61 KB

MeqSilhouette attempts to catch errors (user or otherwise) as much as possible. Due to the nature of linking a number of different packages together, there are a number of errors/warnings that may appear but don't necessarily have any adverse effect. Furthermore, there are several types of errors that may not be easy to catch directly. As such, we include a list below of commonly-encountered errors/warnings and offer suggestions on what they might mean.

Common errors/warnings

VisDataMux

1 frequency channel, but trop module on.

create a catch.

Traceback (most recent call last): File "driver/run_meqsilhouette.py", line 116, in coherence_time,parameters['trop_fixdelay_max_picosec']) File "/home/deane/git-repos/MeqSilhouette/framework/SimCoordinator.py", line 89, in init self.opacity, self.sky_temp = self.trop_return_opacity_sky_temp() File "/home/deane/git-repos/MeqSilhouette/framework/SimCoordinator.py", line 298, in trop_return_opacity_sky_temp delimiter=', \t'), 0, 1) File "/home/deane/.local/lib/python2.7/site-packages/numpy/core/fromnumeric.py", line 501, in swapaxes return _wrapfunc(a, 'swapaxes', axis1, axis2) File "/home/deane/.local/lib/python2.7/site-packages/numpy/core/fromnumeric.py", line 57, in _wrapfunc return getattr(obj, method)(*args, **kwds) ValueError: bad axis2 argument to swapaxes

Still unexplained?

MeqTrees can crash unexpected if insufficient memory is allocated. If running on a virtual machine and/or on low-powered desktop, you may want to scale back the memory demands as a quick test.