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

Useful updates for future improvement #2

Merged
merged 17 commits into from
Sep 5, 2023

Commits on Aug 26, 2023

  1. Included reading of transfer and elog channels at __init__ to update …

    …respective attributes with channels previously set at Oxygen
    dantonsa committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    64889a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f26a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f59b35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40223f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a606bfc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    6e8dc73 View commit details
    Browse the repository at this point in the history
  2. Removed unecessary logging when class is initialized by adding the "a…

    …dd_log" flag at _getTransferChannels and _getElogChannels.
    dantonsa committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e7573e2 View commit details
    Browse the repository at this point in the history
  3. Fixed fetchElog method splitting array unaccordingly when timestamp i…

    …s set to OFF. Included attribute that stores the elog timestamp.
    dantonsa committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2f53e8b View commit details
    Browse the repository at this point in the history
  4. Included _convertElogArray method to convert matrix of strings from e…

    …log fetch into matrix of float (or datetime) values.
    dantonsa committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b47512d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    00e3561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d383ec View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    0563161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    627563d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3220307 View commit details
    Browse the repository at this point in the history
  4. Increased continuous fetching waiting time for elogFetchAccumulate to…

    … 50ms and fixed timeout docstring.
    dantonsa committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4f74ca3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eaa88f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1db0533 View commit details
    Browse the repository at this point in the history