EranOfek / AstroPack

Astronomy & Astrophysics Software Pacakge
Other
16 stars 4 forks source link

loadSolarSystem unable to find the file MergedEpoch_2460200 #448

Open saraylet opened 2 months ago

saraylet commented 2 months ago

loadSolarSystem appears to be looking for Astropack in C: instead of the directory specified in the 'AstroPack_BasePath' variable in startup.m.

Results in the following error:

17:51:54.834 [INF] Download wget for Windows from https://eternallybored.org/misc/wget/ 17:51:54.861 [INF] and put wget.exe in a folder on the system path search Index exceeds the number of array elements. Index must not exceed 2.

Error in celestial.OrbitalEl.loadSolarSystem (line 2208) warning('File %s does not exit - trying next file',Args.MergedFile{Ifile});

Error in MovingSource/set.PopKA (line 335) Obj.OrbEl = celestial.OrbitalEl.loadSolarSystem('merge');

Error in MovingSource/popKnownAst (line 651) Obj(Iobj).PopKA = true;

Error in readMovingSources (line 19) MP.popKnownAst;

EranOfek commented 2 months ago

Meanwhile please use linux. The issue is that I.getDataDir(I.Items.MinorPlanetsCT) get the data dir name based on the assumption the data dir is always under your matlab directory. We will make it more general in the future.

On Wed, May 22, 2024 at 5:53 PM saraylet @.***> wrote:

loadSolarSystem appears to be looking for Astropack in C: instead of the directory specified in the 'AstroPack_BasePath' variable in startup.m.

Results in the following error:

17:51:54.834 [INF] Download wget for Windows from https://eternallybored.org/misc/wget/ 17:51:54.861 [INF] and put wget.exe in a folder on the system path search Index exceeds the number of array elements. Index must not exceed 2.

Error in celestial.OrbitalEl.loadSolarSystem (line 2208) warning('File %s does not exit - trying next file',Args.MergedFile{Ifile});

Error in MovingSource/set.PopKA (line 335) Obj.OrbEl = celestial.OrbitalEl.loadSolarSystem('merge');

Error in MovingSource/popKnownAst (line 651) Obj(Iobj).PopKA = true;

Error in readMovingSources (line 19) MP.popKnownAst;

— Reply to this email directly, view it on GitHub https://github.com/EranOfek/AstroPack/issues/448, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJUQ4I3ZBNO3ZSXISZBSUTZDSWOBAVCNFSM6AAAAABID2KYPCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTANZWGE2TSNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>