I normally use ASTAP on Windows and I am very happy with it. I am trying to use the command line version of it on a Mac computer and I get the following error:
zsh: command not found:
I have tried adding it to the zzh path but with no luck. Is there any way I could solve this? Best Regards,
Jose
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the Mac the star database is placed at a different location then the app. The database is placed at:
/usr/local/opt/astap
The command line version astap_cli doesn't know that. To fix that you could either place the database at astap_cli but probable better is to specify the path in the command line:
astap_cli -f dddd.fits -d /usr/local/opt/astap
Han
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I normally use ASTAP on Windows and I am very happy with it. I am trying to use the command line version of it on a Mac computer and I get the following error:
zsh: command not found:
I have tried adding it to the zzh path but with no luck. Is there any way I could solve this? Best Regards,
Jose
In the manual I think the database has to be put in a different spot relative to the windows version. I did this once but it has been a while.
Hi Jose,
Sorry for the late response. I missed your post.
In the Mac the star database is placed at a different location then the app. The database is placed at:
/usr/local/opt/astap
The command line version astap_cli doesn't know that. To fix that you could either place the database at astap_cli but probable better is to specify the path in the command line:
astap_cli -f dddd.fits -d /usr/local/opt/astap
Han