Hi,
First, I would like to thank for creating such an amazing and usful platform!
I’m working with OpenEP for spatiotemporal analysis of EAM data and I’m trying to clarify how time is represented across the different data structures.
From the Case API, I see that:
-
Electrical data (
case.electric.*) contains EGMs and annotations, but I don’t see an explicit timestamp per mapping point. -
Impedance data exposes a
timesarray. -
Ablation data also exposes a
timesarray.
I’d like to clarify three points:
1. Electrical data timestamps
Does OpenEP expose any timestamp corresponding to when each electrical mapping point (EGM) was acquired or accepted by the system?
If not, is the ordering of points in case.electric guaranteed to reflect chronological acquisition order?
2. Impedance times
What does Impedance.times represent in practice?
Are these times aligned with electrical point acquisition (i.e. can an impedance time be associated with a specific EGM point), or are they continuous system-level measurements on an independent timeline?
3. Ablation times vs impedance times
Are Ablation.times and Impedance.times recorded on the same time reference, or should they be treated as separate clocks?
Thanks in advance