Skip to content
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

Updating some of the orbit fitting and integration methods commands i… #51

Merged
merged 1 commit into from Jan 16, 2024

Conversation

focanag
Copy link
Contributor

@focanag focanag commented Jan 8, 2024

…n the 'help' text

Hi @Bill-Gray ,

it all started with the difficulties on using ALT key in the terminal in MacOS. I actually solved it and discovered many functionalities in such shortcuts, that now I can use. I have tried documenting some of them.

Cheers,

Paco

@Bill-Gray Bill-Gray merged commit 325e4c8 into Bill-Gray:master Jan 16, 2024
3 checks passed
@Bill-Gray
Copy link
Owner

Hi Paco - sorry, finally getting around to catching up on a long list of things...

Some of those were undocumented because they don't work all that well, or represented things I was playing around with. The use of Alt-G to generate alternative orbits is the one I really need to work on. (Orbital Monte Carlo (pick variant orbits using the covariance matrix) is a heck of a lot faster than observational MC (where you randomize the observations a bit and do a least-squares fit). But for sufficiently short arcs, orbital MC can diverge. I need to have Find_Orb figure that out. It should compute a few orbital MC variants, and check to see if they make sense. If they do, great; use orbital MC and generate variants at tremendous speed. If not, fall back on observational MC. But I digress.)

I think I'll just pull this and sort out which bits ought to be removed or should be labelled "DANGER : this isn't quite ready yet" later.

I've heard about issues with the Alt key on Macs before. The only solution Eric Christensen found was to revise the code so that those functions were controlled by some other key hit. I gather you've found a way to get a Mac to respond to Alt key combinations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants