You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add time coordinate to MonitorStreamProcessor current output
Track the start time of each accumulation period and add it as a time
coordinate to the current result, matching the pattern used in
DetectorView. This enables time-aware plotting and analysis of monitor
data windows.
The time coordinate represents the start_time of the first data batch
in each accumulation period (between finalize calls).
Original prompt: Please add a `'time'` coord to `current` output of MonitorStreamProcessor. Look at DetectorView to see how to do it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments