transientskp / pyse

Python Source Extractor
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

Try ray for multithreaded kappa sigma clipping of subimages #12

Closed HannoSpreeuw closed 4 years ago

HannoSpreeuw commented 4 years ago

Because of lfs data limits, Travis cannot download the fits files from the pointer files.

However, the Docker nosetests run fine from a local Docker image: docker run transientskp/pyse nosetests3 --with-coverage --cover-package=sourcefinder docker run transientskp/pyse pyse --detection 5 --radius 400 --csv --force-beam test/data/GRB120422A-120429.fits

So, perhaps next month Travis will be able to download FITS files.

For now, this can be merged.