Skip to content

MontSection and FrameSet files are incompatible with single df model #13

@alisterburt

Description

@alisterburt

Support was recently added for montage section and frameset mdoc files in #10 and #11

In an effort to continue with the 'single dataframe' model I added extra fields to the section data but this means we have two incompatible data types in the dataframe and a lot of nans

It seems like ZValue is used across all types of mdoc files when there are sets of images.
For FrameSet/MontSection files would it be better to return a dict[str, pd.DataFrame] with one df stored under ZValue and one stored at FrameSet/MontSection?

Given that there only ever seems to be one entry for FrameSet/MontSection maybe that table is better as a dict than a dataframe?

Thoughts @jojoelfe @m-albert?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions