Skip to content

Support custom kwargs in napari data loader widget  #600

@lochhh

Description

@lochhh

I just realised a problem, which probaby warrants an issue of its own. Our napari loader widget uses the from_file function, but it has no input field to allow passing additional kwargs into the loader. This affects the key_name kwarg here, meaning that only files with the default "PoseEstimation" key name can be loaded into napari.

This also affects Anipose files btw, because the corresponding loader takes the individual_name optional kwarg.

In summary, we need a custom kwarg input field for the napari data loader widget.

Originally posted by @niksirbi in #360 (comment)

Metadata

Metadata

Assignees

Labels

GUIGraphical User InterfaceenhancementNew optional feature

Type

No type

Projects

Status

🚧 In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions