Skip to content

ChannelIndex parent of ImageSequence #878

@JuliaSprenger

Description

@JuliaSprenger

The current ImageSequence implementation is not listing channel_Index as a parent object or attribute

_single_parent_objects = ("Segment",)

_single_parent_attrs = ("segment",)

However, indirectly this attribute is generated by inherited BaseSignal methods, e.g.
self.channel_index = getattr(obj, 'channel_index', None)
leading to the channel_index set.
@apdavison Is there a reason for not explicitely listing ChannelIndex as a parent of ImageSequence?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions