×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Astropy / python3 failure [UNSOLVED ON HIGH SIERRA]

  • Posts: 2255
  • Thank you received: 223
So I have on my mac mini High Sierra and Kstars 3.4.3
I am unable to solve anything what-so-ever.

First I get this:


then my settings are as follow:











I have an identical setup on my macbook air (but running Catalina) and everything works fine.

Also tried Sextractor instead of Python and that works on the laptop but on here on the mac mini.
3 years 6 months ago #60236

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
interesting...

Ekos message:
2020-09-19T19:11:24 Solver failed. Try again.
2020-09-19T19:11:24 Error starting solver: Process crashed
2020-09-19T19:11:24 Starting solver...
2020-09-19T19:11:24 /Applications/KStars.app/Contents/MacOS/astrometry/bin/sex -CATALOG_NAME /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/SextractorList.xyls -CATALOG_TYPE FITS_1.0 /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/fitsrGvvqn.fits
2020-09-19T19:11:24 Starting sextractor...
2020-09-19T19:11:24 Image received.
2020-09-19T19:11:23 Capturing image...


Trying to solve via the command line:
/Applications/KStars.app/Contents/MacOS/astrometry/bin/solve-field -O --no-plots --no-verify --resort --downsample 2 --width 640 --height 512 --x-column X_IMAGE --y-column Y_IMAGE --sort-column MAG_AUTO --sort-ascending --no-remove-lines --uniformize 0 --config /Applications/KStars.app/Contents/MacOS/astrometry/bin/astrometry.cfg -W /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/SextractorList.xyls -CATALOG_TYPE FITS_1.0 /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/fitsEqbKRt.fits
Reading input file 1 of 2: "FITS_1.0"...
Illegal instruction: 4
Stephanes-Mac-mini:T heidenrod$ ERROR: Image type not recognized: Unknown image type "["cannot open `FITS_1.0' (No such file or directory)"]"
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
 
Stephanes-Mac-mini:T heidenrod$
3 years 6 months ago #60237

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
pyfits was missing so I installed it as it's on my laptop but that made no difference really, still failling.
3 years 6 months ago #60238

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
Python versions difference:

mac mini:
python 3.8.5

macbook air
python 3.7.4
3 years 6 months ago #60239

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
All done with the simulators by the way.
2020-09-19T19:29:37 Solver failed. Try again.
2020-09-19T19:29:37 Error starting solver: Process crashed
2020-09-19T19:29:37 Starting solver...
2020-09-19T19:29:37 /Applications/KStars.app/Contents/MacOS/astrometry/bin/sex -CATALOG_NAME /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/SextractorList.xyls -CATALOG_TYPE FITS_1.0 /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/fitsRUxeTa.fits
2020-09-19T19:29:37 Starting sextractor...
2020-09-19T19:29:37 Image received.
2020-09-19T19:29:36 Capturing image...


$ ls /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/SextractorList.xyls
ls: /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/SextractorList.xyls: No such file or directory

$ ls /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/fitsRUxeTa.fits
/private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/fitsRUxeTa.fits
3 years 6 months ago #60240

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223

Replied by Gonzothegreat on topic sextractor failure

changing the thread subject to "sextractor failure"
3 years 6 months ago #60241

Please Log in or Create an account to join the conversation.

  • Posts: 1009
  • Thank you received: 133
Hmm, your 'command-line-try' calls solve-field with the parameters from the log, but those were for the call to sex, no?
Which makes me suspicious anyhow, according to your images, it's not supposed to use it? (radio box is unchecked)....
3 years 6 months ago #60242

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223

Replied by Gonzothegreat on topic sextractor failure

the plot thickens..
2020-09-19T19:38:23 Starting solver...
2020-09-19T19:38:23 /Applications/KStars.app/Contents/MacOS/astrometry/bin/sex -CATALOG_NAME /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/SextractorList.xyls -CATALOG_TYPE FITS_1.0 /private/var/folders/g5/9tnl35911qx1fw38vg21fy4m0000gn/T/fitsVOnDfa.fits
2020-09-19T19:38:23 Starting sextractor...



Stephanes-Mac-mini:bin heidenrod$ pwd
/Applications/KStars.app/Contents/MacOS/astrometry/bin
Stephanes-Mac-mini:bin heidenrod$ ls -la sex
ls: sex: No such file or directory

Stephanes-Mac-mini:bin heidenrod$
Stephanes-Mac-mini:bin heidenrod$ ls -la /Applications/KStars.app/Contents/MacOS/astrometry/bin/sex
ls: /Applications/KStars.app/Contents/MacOS/astrometry/bin/sex: No such file or directory
Stephanes-Mac-mini:bin heidenrod$
3 years 6 months ago #60243

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223

I gave up on the python one for the moment, I have enabled sextractor for the time being,

3 years 6 months ago #60244
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 1009
  • Thank you received: 133
You have to install sextractor separately, it is not part of astrometry.net
3 years 6 months ago #60245

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223

I'm using the internal one so it should really be there but it's not.
It is present in the above location on my laptop.
3 years 6 months ago #60246

Please Log in or Create an account to join the conversation.

  • Posts: 1009
  • Thank you received: 133

Uh. Guess I'm out then. My (linux) latest git doesn't offer an internal solver. Is that some special version with Robs stellarsolver? Or something Mac-specific?
Nevertheless, good luck!
3 years 6 months ago #60247

Please Log in or Create an account to join the conversation.

Time to create page: 0.685 seconds