Installation¶
wara requires Python 3.8 or higher.
From source¶
git clone https://github.com/NASA-Planetary-Science/wara.git
cd wara
pip install -e .
Dependencies¶
wara installs the following dependencies automatically:
Package |
Purpose |
|---|---|
|
Peak fitting |
|
Signal processing |
|
Plotting |
|
Data handling |
|
GUI |
|
Interactive plot cursors |
|
3D visualizations |
|
CLI argument parsing |
|
Date parsing for LYNX data |
|
Parquet file support |
|
Natural sorting |
|
Binary data parsing |
Data path configuration¶
If you use the API data-loading features, create a file called data-path.txt
in the repo root with one data folder path per line:
C:/Users/yourname/Documents/my-data
D:/external-drive/more-data
wara searches each path in order and uses the first one containing the requested run. This file is excluded from version control so each user keeps their own local copy.