Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scikit-image issue when generating image #152

Open
triple7 opened this issue Jun 24, 2021 · 2 comments
Open

scikit-image issue when generating image #152

triple7 opened this issue Jun 24, 2021 · 2 comments

Comments

@triple7
Copy link

triple7 commented Jun 24, 2021

This is direct tracing after trying to stitch the tiles from the "getting started" code. I've used some of the known healpix fits tables for this:

Fetching tiles: 100%|█████████████████████████████| 2/2 [00:00<00:00, 2.25it/s]
Drawing tiles: 0%| | 0/2 [00:00<?, ?it/s]
Traceback (most recent call last):
File "getmap.py", line 21, in
result = get_geometry(0, 0, 2000, 2000, "3 deg", 'CDS/P/DM/simbad-biblio/allObjects')
File "getmap.py", line 14, in get_geometry
result = make_sky_image(geometry, survey, 'fits')
File "/Users/osiris/anaconda3/lib/python3.8/site-packages/hips/draw/ui.py", line 46, in make_sky_image
painter.run()
File "/Users/osiris/anaconda3/lib/python3.8/site-packages/hips/draw/paint.py", line 153, in run
self.draw_all_tiles()
File "/Users/osiris/anaconda3/lib/python3.8/site-packages/hips/draw/paint.py", line 200, in draw_all_tiles
tile_image = self.warp_image(tile)
File "/Users/osiris/anaconda3/lib/python3.8/site-packages/hips/draw/paint.py", line 138, in warp_image
return warp(
File "/Users/osiris/anaconda3/lib/python3.8/site-packages/skimage/transform/_warps.py", line 877, in warp
warped = _warp_fast[ctype](image, matrix,
File "skimage/transform/_warps_cy.pyx", line 71, in skimage.transform._warps_cy._warp_fast
ValueError: Big-endian buffer not supported on little-endian compiler

I use this on mac os big sur

Anyone come across the same issue?

@keflavich
Copy link

I have this same issue. Any word on a fix or workaround?

@keflavich
Copy link

This might be solved:
#151
but not in the release version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants