Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgecrw committed Jul 14, 2023
2 parents 8396d03 + 121cbb1 commit 16cc86a
Show file tree
Hide file tree
Showing 7 changed files with 34,053 additions and 1 deletion.
7,583 changes: 7,583 additions & 0 deletions hardware/tottag/rev_k/Apollo4-BluePlus-Module_rev_a-v33.sch

Large diffs are not rendered by default.

4,941 changes: 4,941 additions & 0 deletions hardware/tottag/rev_k/Apollo4-BluePlus-Module_rev_a-v68.brd

Large diffs are not rendered by default.

Binary file added hardware/tottag/rev_k/ConsignmentNote.docx
Binary file not shown.
Binary file added hardware/tottag/rev_k/ConsignmnetLabel.xlsx
Binary file not shown.
13,136 changes: 13,136 additions & 0 deletions hardware/tottag/rev_k/rev_k v36.sch

Large diffs are not rendered by default.

8,389 changes: 8,389 additions & 0 deletions hardware/tottag/rev_k/rev_k v57.brd

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion software/analysis/quickplot_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ def plot_all(foldername):
fig, axs = plt.subplots(len(tagpairs), 2, sharex=True)

fig_together, axs_together = plt.subplots(len(tagpairs), 1, sharex=True)

#dealing with the special case where the axes are not enclosed in a list
if len(tagpairs)==1:
axs_together=[axs_together]

print('READING FILES......')

for index, log in enumerate(filelists):
Expand Down

0 comments on commit 16cc86a

Please sign in to comment.