Jollyfant
Jollyfant
Looks like the channel `EP` for the BDF channel is not in the default collection of `location_priorities` and is being filtered out. You can force it by adding: `location_priorities=["EP"]` in...
So there is this commit from 2 weeks ago. It means that if you explicitly specify a location or channel the priority lists are ignored.. pretty sure this is what...
So for my understanding.. this channel is a snapshot in time hence SR 0? Then what do multiple samples mean?
Looks like the only change in the 0.10 schema is the introduction of a `ResponseIIR` stage. But it's not really used so it should be trivial almost? @andres-h
@claudiodsf can you post an example of metadata in the 0.10 format with the decimation attributes? Also, do you have one with the newly introduced responseIIR element?
We can represent IIR filters using the `PolesZerosResponseStage` right? Something like this for the example you provided as a mapping.. anyone confirm? D 1 1 0 0 0 1 1...
Alright, thanks. I am unfamiliar with it, but this result seems a little wonky: tf2zpk([1.0], [0.999999]) >>> (array([], dtype=float64), array([], dtype=float64), 1.000001000001)
Maybe this can make it to `1.2.0` still but someone will need help me out with the IIR stage and write a good test for it. There's a WIP pull...
@KenjiTakahashi - I'm facing a similar challenge with local exporting of Highcharts where I need unicode symbols. I've converted a unicode aware font `Lucida Sans Unicode` font (named `l_10646`) using...
Yep and when checking with e.g. `pdf.__private__getFont("l_10646")` it exists. So maybe there are some extra settings with Highcharts that need to be modified and @KenjiTakahashi may have the answer.