Skip to content

Overall PEPT trace viewer, for easy viewing of traces.

Notifications You must be signed in to change notification settings

DTP587/PEPT-Trace-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEPT Trace Viewer

PEPT trace viewer written with dash. Very rough state at the moment.

Expects raw data in CSV or PKL format. Will automatically spit out .pkl file if .csv file is given. Reads from ./assests/ and the cwd.

Usage

  1. Install dependencies
  2. Run app.py with python from a directory or add trace files to assets. You should get the following output:
Dash is running on http://127.0.0.1:8050/

 * Serving Flask app "dash_app" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
  1. Navigate to the host page using a browser (normally http://127.0.0.1:8050/).
  2. Select file & go

Things to add:

  • Recommended subsampling as a default when file is open.
  • Dynamic subsampling (subsampling is adjusted on zoom in, only plot points in view).
  • Generate requirements.txt -> Make it into an actual package
  • Reorder the columns on example_data.pkl so that Y and Color are accurate to file output. -> Changed interpolation to user-defined order of rows.
  • Fix/remove interpolation option for time series. -> Changed interpolation to user-defined order of rows.

About

Overall PEPT trace viewer, for easy viewing of traces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages