Just downloaded the latest dll. I did a quick test now, but I'll have time to do more extensive testing tomorrow.
The Auto-min seems to be working ok and leaving it on and changing the date is probably the fastest way to get a good eject plan, even for TransX veterans. -Amazing job there Enjo!
The total DV is a very quick way to compare between plans and decide which one to use, thanks for implementing it and for the Circ. Delta; No more setting up maneuvers at arrival, to find the dV for orbit insertion. :thumbup:
The "angle" feature request, has now become redundant. The visual cue of the trajectory and the speed with which the user can test, find and compare solutions are more than enough.
I do have one more feature request. (I'll keep asking for those, until you tell me to shut up...

)
How difficult would it be to add a "TOF: % days" line, right below the Enc. MJD, in the Eject plan?
The reason I ask for this, is because other than the DeltaV, the TOF is the next criterion for plan selection.
Yes, know that it's a simple mental subtraction (or with a calculator in most cases), but I think it would be another cue, helping the user to decide between plans.
I tried to implement this myself, in the version I uploaded on OH last week, but I couldn't get it to work.
Normally, it should be simply something like this:
Code:
double tof = arrmjd-m_ejdate;
That's in the basefunction.cpp, that's where the "arrmjd" (arrival mjd) is calculated.
Yet it doesn't seem to work. The "arrmjd" is calculated correctly, but the m_ejdate, which should be the date the user chooses in the variables, always stays the same; equal to the "now" mjd of the scenario.
If you think that it is something that you can easily add (another 4-5 mins), I think it would be great. If it's something that takes longer than that, don't bother, all it takes is a quick subtraction by the user.
