Skip to content

how to combine/concatenate catalogs? #75

@matt-long

Description

@matt-long

Is there a way to combine catalogs? For example, let's say I have N cases:

cat_list = []
for case, info in case_dict.items(): 
    b = Builder(**info)
    cat_list.append(b)

master_cat = ecgtools.concatenate(cat_list)

Possibly related to #15, though that seems somewhat out of date.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions