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

Enable TOF imaging output #56

Merged
merged 38 commits into from
Aug 26, 2024
Merged

Enable TOF imaging output #56

merged 38 commits into from
Aug 26, 2024

Commits on Aug 16, 2024

  1. add example config

    KedoKudo committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c74ce5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0573623 View commit details
    Browse the repository at this point in the history
  3. add json config parser

    KedoKudo committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    79a9fc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    308c651 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. use interface design

    KedoKudo committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    4d0c28b View commit details
    Browse the repository at this point in the history
  2. refactor the json parser

    KedoKudo committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5597fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f22bff5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. proper tof range

    KedoKudo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0669b10 View commit details
    Browse the repository at this point in the history
  2. fix output unit

    KedoKudo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0c6d36d View commit details
    Browse the repository at this point in the history
  3. add super resolution option

    KedoKudo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0890220 View commit details
    Browse the repository at this point in the history
  4. add 2D histogram

    KedoKudo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6b3c147 View commit details
    Browse the repository at this point in the history
  5. add skeleton for writer

    KedoKudo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1b275f1 View commit details
    Browse the repository at this point in the history
  6. draft implementation

    KedoKudo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5609e52 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. enalbe accumulating mode

    KedoKudo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    339ac0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc602ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c46c842 View commit details
    Browse the repository at this point in the history
  4. tbb tiff writing

    KedoKudo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c0d2568 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. update docs

    KedoKudo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ad52e49 View commit details
    Browse the repository at this point in the history
  2. separating cli core and app

    KedoKudo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    00a7e5a View commit details
    Browse the repository at this point in the history
  3. add unit test

    KedoKudo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6efe643 View commit details
    Browse the repository at this point in the history
  4. remove outdated code

    KedoKudo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b9ef9e2 View commit details
    Browse the repository at this point in the history
  5. add semi auto reducer

    KedoKudo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4e0035c View commit details
    Browse the repository at this point in the history
  6. track processed files

    KedoKudo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6e52980 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bcbb63 View commit details
    Browse the repository at this point in the history
  8. add auto monitor capability

    KedoKudo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e8e0aef View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

    KedoKudo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a3ec7c7 View commit details
    Browse the repository at this point in the history
  3. fix failing unit test

    KedoKudo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4768939 View commit details
    Browse the repository at this point in the history
  4. update readme

    KedoKudo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c31e21a View commit details
    Browse the repository at this point in the history
  5. clang-format

    KedoKudo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    dcabc22 View commit details
    Browse the repository at this point in the history
  6. Revert "clang-format"

    This reverts commit dcabc22.
    KedoKudo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    78615cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4a7e73 View commit details
    Browse the repository at this point in the history
  8. address review comments

    KedoKudo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cdf28f4 View commit details
    Browse the repository at this point in the history
  9. fix potential fall through

    KedoKudo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f07ff8d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. address review feedback

    KedoKudo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cf1be8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c986e View commit details
    Browse the repository at this point in the history
  3. address review comments

    KedoKudo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bbba359 View commit details
    Browse the repository at this point in the history
  4. switch to const as suggested

    KedoKudo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d1e8bbc View commit details
    Browse the repository at this point in the history