cx1111

Results 31 comments of cx1111

It's by design, since: - A record has one header file with with the same base name. - A record can contain zero or more signals, distributed in zero or...

I think we can merge in this change after the requested changes are made. It seems useful in general. Let's figure out #306 separately.

I think we can merge in this change after the requested changes are made. It seems useful in general. Let's figure out #306 separately.

Yes, let's set the param name to`parallel`. And I agree that this change isn't meant as a way to avoid solving the actual issue.

**Reading physical samples in multi-segment records** If you call rdsamp -p on a multi-segment record, it will read the digital values from each segment and use the layout header's gain...

Related discussion in #376 about signals. Agree with providing friendlier signal attributes (or none at all, see the other issue). The workflow would be demonstrated in the draft PR #388,...

Since this is a WFDB format request, not a feature request for this package, can you please move the issue to: https://github.com/wfdb/wfdb-spec/ It would be good to add more details...

I considered having an individual `SignalHandler` or `Signal` class for each channel. But I think having one object represent all the channels makes more sense, especially regarding reading/writing multiplexed signal...

Thanks very much for identifying the bugs. We're going to think a bit more about how we want the API to be in the next major version, such that the...

@briangow are you on a Mac? According to https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods: "Changed in version 3.8: On macOS, the spawn start method is now the default. " Just wanted to confirm that along...