Re: [casper] Error in tut3.py: No module named spead64_48

2017-06-12 Thread James Smith
Hello Xavier, Casperfpga is lacking a bit of documentation, but see Jason Manley's email to the list from yesterday. It's got a bit of a primer, and it works broadly similarly to Corr but with some added useful time-saving features. It would be good to get around to writing a user manual for it

Re: [casper] Error in tut3.py: No module named spead64_48

2017-06-12 Thread Xavier Bosch
Hi Jack, Yes, I only need it for communications, I do not need the corr_functions. I could not find documentation on casperfpga, so I end using the katcp_wrapper.py together with katcp==0.5.1, a version of what you suggested. For now it is working. Thank you, XB On Wed, Jun 7, 2017 at 8:45 AM

Re: [casper] Error in tut3.py: No module named spead64_48

2017-06-07 Thread Jack Hickish
Hi Xavier, Assuming you're only going to use the katcp stuff in Corr to talk to your boards, you don't really need corr_functions at all. In fact you can edit the __init__.py file in Corr/ to remove a lot of the superfluous imports if they are causing you trouble. The real solution is that

[casper] Error in tut3.py: No module named spead64_48

2017-06-05 Thread Xavier Bosch
hi everyone, I am new in this list and also new in the CASPER world. I am learning through the tutorials provided in https://github.com/casper-astro/tutorials_devel.git . I am using Ubuntu 14.04.5 and I been able to compile and sensitize (generate the .bof file) up to tut3, included. Now I am