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

Final mile #45

Merged
merged 18 commits into from
Aug 16, 2024
Merged

Final mile #45

merged 18 commits into from
Aug 16, 2024

Commits on Jul 15, 2024

  1. Remove Ricky's Code

    AvocadoMoon committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e511f5c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Context Aware GUI

    AvocadoMoon committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fb908d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Context Dependent GUI

    Changed the GUI so that it is context dependent, and features less buttons. Also no longer is "open in memory" a default option.
    AvocadoMoon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c81fc7d View commit details
    Browse the repository at this point in the history
  2. Include Help

    AvocadoMoon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    854ef85 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Fixed Null Examples

    AvocadoMoon committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e5e32a9 View commit details
    Browse the repository at this point in the history
  2. Allow Self Signed Certs

    AvocadoMoon committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    475d143 View commit details
    Browse the repository at this point in the history
  3. Fix examples URL and Deletion Bug

    If you deleted the most recent entry in the export table within VCell a duplication glitch would occur where all entries within the table will be duplicated indefinitely.
    AvocadoMoon committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ae88d4d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    6cd4bc5 View commit details
    Browse the repository at this point in the history
  2. Test The Units/Pixel

    There is a 1.3% error because of the way VCell handles the "atomic" unit of pixels (in VCell they aren't exactly atomic). It can be calculated to 0%, but this is an initial start.
    AvocadoMoon committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0618eb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    2a67de5 View commit details
    Browse the repository at this point in the history
  2. Remove Old Test

    AvocadoMoon committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    eebfd14 View commit details
    Browse the repository at this point in the history
  3. Mask Setting for Tests

    AvocadoMoon committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6a0cf5f View commit details
    Browse the repository at this point in the history
  4. Calculate Mean, Min and Max for 5D Images

    Statistical tests that calculate the mean, min, and max for N5 files loaded into images.
    AvocadoMoon committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b20a80e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Full Test Coverage

    With the new method for exporting N5 files the area for each domain is exactly what is expected.
    AvocadoMoon committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    012de0e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    fbcf680 View commit details
    Browse the repository at this point in the history
  2. ReadME

    AvocadoMoon committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4dbcd33 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Custom Cache Loader

    This custom cache loader allows us to control what occurs when read requests are executed by ImageJ.
    AvocadoMoon committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9a9e890 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Final Touches

    AvocadoMoon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c07547a View commit details
    Browse the repository at this point in the history