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

Discover action types and pass Sensor through action call #109

Merged
merged 91 commits into from
Jan 27, 2024

Commits on Jan 8, 2024

  1. sigan monitor

    dboulware committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5e28250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb42996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588fb6f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    eba51a9 View commit details
    Browse the repository at this point in the history
  2. typo fix.

    dboulware committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8a3b2c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71da125 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2022e4 View commit details
    Browse the repository at this point in the history
  5. Increment version.

    dboulware committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9a7309c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 11, 2024

  1. Remove sigan and gps registration signals and core module. Update act…

    …ions to have sigan and gps properties. Expose action_types in discover.
    dboulware committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f2bce4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fcb348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e489c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    027e23a View commit details
    Browse the repository at this point in the history
  5. fix test_status_handler

    dboulware committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5327022 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42d2767 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    023f554 View commit details
    Browse the repository at this point in the history
  2. Remove sigan from discover

    dboulware committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d827a57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9b0b78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46ff311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ace3525 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faba66f View commit details
    Browse the repository at this point in the history
  7. fix tests.

    dboulware committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    af98a15 View commit details
    Browse the repository at this point in the history
  8. run pre-commit

    dboulware committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3960349 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. fixed tests.

    dboulware committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    a727559 View commit details
    Browse the repository at this point in the history
  2. add missing sensor class.

    dboulware committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    6843b97 View commit details
    Browse the repository at this point in the history
  3. add initialization code.

    dboulware committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    eec0a47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a054081 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbc3400 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2ce96e View commit details
    Browse the repository at this point in the history
  7. Remove calibration initialization. Update sigan constructor to option…

    …ally take calibrations and add calibration properties.
    dboulware committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    37b67a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd0689f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4371cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f6505e View commit details
    Browse the repository at this point in the history
  11. remove import

    dboulware committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    63bf60a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    e174253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7184c4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1030344 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58d7fff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f17a92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d23ea9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d4fb43 View commit details
    Browse the repository at this point in the history
  8. Add register sensor signal. Use sensor.location in sigmf metadata in …

    …sea data product action.
    dboulware committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    4abce51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fae07d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0dba721 View commit details
    Browse the repository at this point in the history
  11. add type hints to Sensor

    dboulware committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    a9bb6b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    946a14a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8410505 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    a2cf95c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8107f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3961b9 View commit details
    Browse the repository at this point in the history
  4. pass preselector to get_temperature and get_linear_enr. Update type h…

    …ints and docstring params in signal_processing/calibration.py.
    dboulware committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d569dd9 View commit details
    Browse the repository at this point in the history
  5. debugging

    dboulware committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a42c536 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3538051 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c020d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d15a7ef View commit details
    Browse the repository at this point in the history
  9. Don't use django settings.

    dboulware committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3128ba8 View commit details
    Browse the repository at this point in the history
  10. fix tests.

    dboulware committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5f4b3cc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25ce95d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    2661313 View commit details
    Browse the repository at this point in the history
  2. Consistent naming and README updates

    - Update repo structure section to include all subdirectories of `scos_actions`
    - Use "SCOS Sensor" consistently instead of "scos-sensor"
    - Change `action_types` in scos_actions.discover to `action_classes` to be consistent with README definitions
    aromanielloNTIA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    80784aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    165efe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07d0201 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acd3e68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d529c64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54567d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    719d1b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ecd054c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df4589b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71a2007 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    62ed6a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    489f829 View commit details
    Browse the repository at this point in the history
  14. update type hints

    aromanielloNTIA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fb3e310 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5d32721 View commit details
    Browse the repository at this point in the history
  16. remove dead code.

    dboulware committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a562915 View commit details
    Browse the repository at this point in the history
  17. fix get_sigmf_builder call in test action

    no longer requires `sensor` parameter
    aromanielloNTIA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    cd1a205 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cd74577 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fabccfe View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Remove StatusMonitor (functionality replaced with singleton in scos-s…

    …ensor). Remove registration signals to prevent plugins from registering things.
    dboulware committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8a4f69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e35274f View commit details
    Browse the repository at this point in the history
  3. Fix tests.

    dboulware committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e5f5ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83f7dc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8d45e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee5ebb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3c169d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    027fde8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d3e5b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acfdb8f View commit details
    Browse the repository at this point in the history
  4. add load_switches

    dboulware committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    46c9f61 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Remove load switches.

    dboulware committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    0e82996 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 26, 2024

  1. Require signal analyzer and capabilities in Sensor constructor. Add d…

    …ocstrings and test cases. Modify has_configurable_preselector to return True if the sensor definition includes a preselector with multiple rf_paths or if the preselector has multiple rf_paths.
    dboulware committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    74b3760 View commit details
    Browse the repository at this point in the history