Skip to content

Commit

Permalink
deploy: 759b894
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 26, 2023
1 parent 3062a6c commit 604bde1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion braidz-files.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ <h3><a class="header" href="#chunked-iteration-of-kalman_estimates" id="chunked-
braidz_fname = &quot;20201104_174158.braidz&quot;

# Open the braidz file and create chunks of 60 second durations.
estimates_chunker = pybraidz_chunked_iter.KalmanEstimatesChunker(braidz_fname, 60)
estimates_chunker = pybraidz_chunked_iter.chunk_on_duration(braidz_fname, 60)

# One could also create chunks with 100 frames of data.
# estimates_chunker = pybraidz_chunked_iter.chunk_on_num_frames(braidz_fname, 100)

# Iterate over each chunk
for chunk in estimates_chunker:
Expand Down
5 changes: 4 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,10 @@ <h3><a class="header" href="#chunked-iteration-of-kalman_estimates" id="chunked-
braidz_fname = &quot;20201104_174158.braidz&quot;

# Open the braidz file and create chunks of 60 second durations.
estimates_chunker = pybraidz_chunked_iter.KalmanEstimatesChunker(braidz_fname, 60)
estimates_chunker = pybraidz_chunked_iter.chunk_on_duration(braidz_fname, 60)

# One could also create chunks with 100 frames of data.
# estimates_chunker = pybraidz_chunked_iter.chunk_on_num_frames(braidz_fname, 100)

# Iterate over each chunk
for chunk in estimates_chunker:
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 604bde1

Please sign in to comment.