Raja Nandhan

Results 9 comments of Raja Nandhan

You can use the `image_to_numpy.exif_transpose(img)` function directly. Here's how to do it 1. Create an image from the file 2. pass the image to the exif_transpose() function ``` img =...

@krishivsaini Yes. I was quite busy the last two weeks.

Hi @yezhizi, Thanks. This diagram was helpful. I misunderstood the TWA and was doing Last Observation Carried Forward (LCOF) instead of computing the area under the curve.

Hi @yezhizi, I'm having trouble implementing an edge case. From the above example, say, if this is the input, `ts.range test11 13 20 aggregation twa 10`. The twa needs information...

Hi @yezhizi , I have a quick question about `FILTER_BY_TS` option. ![Image](https://github.com/user-attachments/assets/f6361a30-c51e-4e83-9697-f26f425a279e) does the above answer makes senseif we filter timestamps `[24,30,35]` with `FILTER_BY_TS` option? I just want to make...

Sounds good. I just pushed new commit, that explicitly ignores the `prev_sample` and `next_sample` values when values are filtered with `FILTER_BY_TS/FILTER_BY_VALUE`.

Hi @yezhizi. I have a question. What happens to the result when we specify EMPTY flag, and there are no samples in the filtered range before aggregation? For example, consider...