⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

example code for plotting cryowurst data (for NSA students)

Notifications You must be signed in to change notification settings

lisa-craw/nsa_plotting_example

Repository files navigation

Wurst party

Processed data

Reassurance data

Running these scripts

These scripts were written using python 3.10.12. The best way to run them is to create a virtual environment in the root of the nsa_plotting_example repository like so:

python -m pip install virtualenv
python -m venv .env

On Linux, activate the environment with

source .env/bin/activate

Or on Windows:

.env/Scripts/activate

Then install the requirements.txt:

python -m pip install -r requirements.txt

Run cryowurst_raw_data_process.py to take raw data from the /data/raw/ directory and decode it to a .csv file in the /data/processed/ directory.

Run cryowurst_data_allplots.py to take processed data from the /data/processed/ directory and produce plots, saved to the /plots/ directory.

About

example code for plotting cryowurst data (for NSA students)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages