CBLRIT / ECG-Viewer

Opens and manipulates raw ECG data
GNU General Public License v2.0
35 stars 14 forks source link

Efficient Subset Import #7

Closed MJE10 closed 2 years ago

MJE10 commented 2 years ago

The changes in this branch allow the application to efficiently import small sections of all sizes of files.

MJE10 commented 2 years ago

In order to test this PR, do the following:

  1. Open a terminal on your computer to a temporary folder
  2. Run the following command to clone the code
    • git clone https://github.com/CBLRIT/ECG-Viewer.git --branch subset
  3. Run the command to initiate the program
    • java -jar ECG-Viewer/ECGViewer/ECGViewer.jar > log.txt
  4. Use the program as you have used it in the past, and report any problems in a comment below or directly to me.
MJE10 commented 2 years ago

No other bugs have been found with this PR