Skip to content

"Fields" argument #1

@zahvib

Description

@zahvib

Hey,
I know this code has been published a while ago, but maybe someone will know how to solve my problem.
I am currently trying to extract some signals from a .dxd file, with python of course, and to put it in a pandas dataframe.
However, the args "midex_sample_rates" and "fields" from the read_dws function are kind of buggy. When I set mixed_sample_rates as True and fields as [] (to get all the fields), the result is only the four fields that have the same sampling rate (the largest one). And when I try to specify some fields in the blank list, Python tells me "not all fields read" (cf. line 439 in the read_dws function), but I dont get why its doing that. If someone has any idea on how to fix my problems, let me know !
Best,
Antoine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions