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

50 missing hits and starts and ends of tracks #51

Merged
merged 12 commits into from
Jan 8, 2024

Commits on Dec 18, 2023

  1. Preparing for extrapolation of tracks: introducing extrapolation dist…

    …ance and limit variables
    Asa Nehm committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e64a394 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Calculated direction for extrapolation by using the last/first three …

    …hits of the track
    Asa Nehm committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6277764 View commit details
    Browse the repository at this point in the history
  2. Preparations for actual extrapolation

    Asa Nehm committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    5c3aab5 View commit details
    Browse the repository at this point in the history
  3. Revert "Preparations for actual extrapolation"

    This reverts commit 5c3aab5.
    Asa Nehm committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0b3ce7b View commit details
    Browse the repository at this point in the history
  4. Preparations for actual extrapolation

    Asa Nehm committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a0c920d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    935a485 View commit details
    Browse the repository at this point in the history
  6. After first round of debugging

    Asa Nehm committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    78f1585 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    c87b336 View commit details
    Browse the repository at this point in the history
  2. After having functioning version of extrapolation at end, adapted thi…

    …s for start as well
    Asa Nehm committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5b506ed View commit details
    Browse the repository at this point in the history
  3. Forgot actual check for start/end of new track within certain distanc…

    …e from end/start of old track. Now implemented
    Asa Nehm committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e851c66 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Adding in the check for closest hit within ExtrapolateDist and moving…

    … extrapolation into its own function
    Asa Nehm committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    961f527 View commit details
    Browse the repository at this point in the history
  2. Deleting previous inline extrapolation

    Asa Nehm committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    86a52a0 View commit details
    Browse the repository at this point in the history