Nazar Misyats
Nazar Misyats
> The most detailed approach to really see what is going on is to write for each time anything changes: (start, each DSM, each flyby, arrival) the time (or epoch),...
I added a "Data" button which downloads the data of the trajectory as asked. The rows are: ``` type, bodyId, timeUT, posX, posY, posZ, velX, velY, velZ ``` where: -...
Hi! Porkchop plots are fast to compute for a direct transfer because we can immediately compute the optimal trajectory/delta-V given the departure and arrival dates/travel days. For multiple gravity assists,...
I agree that a porkchop plot would be a pretty useful feature if it allows more precise finetuning. My main concern is readability and interpretability of the plot. In [this...
Hello, which browser are you using? Does the page work correctly if you open it in a private window? My best guess would be it's a cache issue after having...
So it seems that Firefox fails to find the WebGL driver. What's your PC configuration (CPU, GPU, OS)? Did any update happen before the website was broken? Have you tried...
Glad you got it fixed! I'm not sure what caused this bug though. I'll close the issue, don't hesitate to re-open it if the it happens again.
This is a problem beyond the MGA website then, probably some misconfiguration on firefox. Is the output in the dev console the same as in the previous occurence of the...
Another thing you can try is to set `webgl.disable-angle` to `true` (don't forget to restart firefox afterwards).