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

Check that target is up for duration of raster #428

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2020

  1. Check that target is up for duration of raster

    Added straight-forward code to check that the source remains above horizon for the estimated duration of the raster.
    
    To facilitate this, I had to re-factor the code to separate (A) selection of the raster scan pattern from (B) the execution of the selected pattern. This change does not affect any of the scan patterns or other logic.
    adriaanph authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    6fd25d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Added nd_time to visibility check

    As requested in PR #428 I've now added similar code as in session.raster_scan() to anticipate the potential noise diode cycle time per scan.
    adriaanph authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    4d2fa32 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    7e9c0b6 View commit details
    Browse the repository at this point in the history