SurveyVisualiser icon indicating copy to clipboard operation
SurveyVisualiser copied to clipboard

A small project I wrote to visualise galaxy surveys. Adding a survey is easy, so long as you have the sky coordinates (RA and Dec) and some sort of distance (redshift perhaps).

Results 2 SurveyVisualiser issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies

I get the following error message when I attempt to run 'examples.py' > Traceback (most recent call last): File "examples.py", line 1, in from surveyvis.camera import OrbitZoomCamera File "/Users/uqdpark7/Projects/SurveyVisualiser/surveyvis/camera.py", line...