Skip to content

Commit

Permalink
ecg gen: plotted pixel coordinates in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshi-s committed May 23, 2024
1 parent 2c9dd5e commit 9aae7ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion codes/ecg-image-generator/template1.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
},
"lead_name": "",
"start_sample": 0,
"end_sample": 0
"end_sample": 0,
"plotted_pixels":
[
[0, 0],
[0, 0]
]
}
]
}
Expand Down
7 changes: 6 additions & 1 deletion codes/ecg-image-generator/template2.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
},
"lead_name": "",
"start_sample": 0,
"end_sample": 0
"end_sample": 0,
"plotted_pixels":
[
[0, 0],
[0, 0]
]
}
],
"x_grid": 0,
Expand Down

0 comments on commit 9aae7ad

Please sign in to comment.