https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #113 from Rob <rlanca...@gmail.com> ---
Ok then lets see if there is something different about your processor or if it
is an issue with solve-field or netpbm.

This will give us information about the processor, so we can see if anything is
weird there:

sysctl -n machdep.cpu.brand_string

This should give you a list of what solve-field can do (I assume this won't
give a illegal instruction error, if it does, that says a lot):

/Applications/kstars.app/Contents/MacOS/astrometry/bin/solve-field -h

Now lets run a test of solve field that should not use netpbm:

This should download a test file that I made for astrometry to use:
curl -o ~/Downloads/test.xyls
https://bugsfiles.kde.org/attachment.cgi?id=120664
This will put python3 in your path for the solver:
export PATH=/usr/local/opt/python/libexec/bin:$PATH
And this should try to solve it in solve field:
/Applications/kstars.app/Contents/MacOS/astrometry/bin/solve-field -O
--no-verify --config
/Applications/kstars.app/Contents/MacOS/astrometry/bin/astrometry.cfg
~/Downloads/test.xyls --x-column X_IMAGE --y-column Y_IMAGE --width 640
--height 512

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to