-
Notifications
You must be signed in to change notification settings - Fork 21
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
constellations.c fails #1
Comments
Did you move the code to a different file path after running That is the most likely cause of this error: the file path to the binary data files is stored at compile time. If you move the code, you should run |
Thanks for your valuable suggestion. I am going to reinstall both star charter and ephemeris-compute-430 again directly under my home folder, after that I will report you about the development. |
No I have not move the directory anywhere. data/astorb.dat.gz 100%[==============================================>] 95.01M 537KB/s in 21m 29s 2024-05-02 23:02:27 (75.5 KB/s) - ‘data/astorb.dat.gz’ saved [99628587/99628587] [02/05/2024 23:02:27] INFO:dataFetch.py:Uncompressing to <data/astorb.dat> data/Soft00Cmt.txt 100%[==============================================>] 187.60K 100KB/s in 1.9s 2024-05-02 23:02:37 (100 KB/s) - ‘data/Soft00Cmt.txt’ saved [192106/192106] [02/05/2024 23:02:37] INFO:dataFetch.py:Fetching <data/header.405> |
In the diretory structure in Linux Mint,
/home/rana/mapplot/ephemeris-compute-de430/src/ephemCalc/
/home/rana/mapplot/ephemeris-compute-de430/src/constellations/bound_20.dat
but,
(astroconda) rana@rana-VirtualBox:
$ cd mapplot/star-charter/examples//mapplot/star-charter/examples$ ../bin/starchart.bin venus_ephemeris.sch(astroconda) rana@rana-VirtualBox:
Error: Fatal Error encountered in src/ephemCalc/constellations.c at line 118:
Error: Could not open constellation boundary data
Error: Fatal Error encounted in src/astroGraphics/ephemeris.c at line 169:
Error: ephemeris-compute-de430 returned no data
(astroconda) rana@rana-VirtualBox:~/mapplot/star-charter/examples$
in the file ~/mapplot/ephemeris-compute-de430/src/ephemCalc/constellation.c line 118 fails
//! constellations_init - Initialise the constellations module. Load the constellation boundaries from disk.
void constellations_init() {
FILE *file;
int i;
char line[FNAME_LENGTH], *scan, constellation[6] = "@@@";
The text was updated successfully, but these errors were encountered: