epic-astronomy / LWA_EPIC

The LWA-specific implementation of the EPIC correlator
http://livetv.epic-astronomy.org
MIT License
3 stars 3 forks source link

Epic Tests #31

Closed nameer1811 closed 3 years ago

nameer1811 commented 3 years ago

The package is installable and the only test works. Some changes were made to the main function in LWA_bifrost.py.

adampbeardsley commented 3 years ago

@HaraKrish it would be good to get your eyes on this PR too - it will change the way LWA_Epic is installed. Hopefully it won't change how it's actually used though.

adampbeardsley commented 3 years ago

python has an fftw package that is a wrapper for the fftw https://pypi.org/project/pyFFTW/

My commit message was a little snippy. I think think we require pyFFTW. I was trying to capture all our install requirements in the setup.cfg file, not realizing fftw is not actually a python package so pip can't install it.

mkolopanis commented 3 years ago

also do we require pyFFTW? i can't tell if we pinned that down.

adampbeardsley commented 3 years ago

We do not require pyFFTW.