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.