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

Work-around for breaking change in CellSens 4.1 #4117

Merged
merged 4 commits into from
Apr 5, 2024

Commits on Nov 21, 2023

  1. Work-around for breaking change in CellSens 4.1: missing metadata in …

    ….vsi file was causing exception when parsing .ets file. Added logic to dynamically associate .efs files with .vsi file metadata.
    ed-scanlon committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    cb55d7f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Altered the original work-around logic so that when a .ets file has n…

    …o associated metadata block in the .vsi file, its contents are omitted from the series list, and the file is treated the same way as the blob_*.meta files, which is to say, their names are included in the 'extraFiles' list, and they are otherwise ignored.
    ed-scanlon committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4557c98 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Improved the method of detecting orphan ETS file by ensuring that any…

    … given 'pyramid' metadata struct is not associated with more than one ETS file. This change is to handle the case where the image sizes of multiple ETS files are the same or nearly the same as a single 'pyramid' metadata struct, resulting in an erroneous associations that cause the program to crash.
    ed-scanlon committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5493c1e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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