pysalx, mca works, no versioned reqs

main
Jeff Moe 2022-05-25 13:01:44 -06:00
parent 8243a3fc3a
commit b6730b0dd2
2 changed files with 21 additions and 13 deletions

View File

@ -5,11 +5,7 @@ AI categorization of spectra from LIBS/XRF analyzers.
# Status # Status
Alpha software under development. Alpha software under development.
Need to fix: Need to check:
* *Cannot Export Spectra*
https://spacecruft.org/spacecruft/pysalx/issues/1
* *API: 501 Not Implemented* * *API: 501 Not Implemented*
https://spacecruft.org/spacecruft/pysalx/issues/2 https://spacecruft.org/spacecruft/pysalx/issues/2
@ -18,8 +14,7 @@ Need to fix:
# Install # Install
## Install Dependencies ## Install Dependencies
Get system dependency and upgrade Python pip. Get system dependency and upgrade Python pip.
Perhaps do something like this, or Perhaps do something like this, or set up a Python virtual environment.
set up a Python virtual environment.
``` ```
sudo apt update sudo apt update
@ -27,6 +22,19 @@ sudo apt install git python3-pip
pip install --user --upgrade pip pip install --user --upgrade pip
``` ```
## pysalx
The `pysalx` repo contains scripts for interacting with the device.
Install that too.
```
git clone https://spacecruft.org/spacecruft/pysalx.git
cd pysalx/
# Set the date
./scripts/pysalx-date-set
# whatever else...
..
```
## Clone Git Repo ## Clone Git Repo
Get source code with `git`. Get source code with `git`.

View File

@ -1,10 +1,10 @@
ipywidgets==7.6.5 ipywidgets
jupyterlab==3.2.8 jupyterlab
matplotlib==3.5.1 matplotlib
pandas==1.4.0 pandas
seaborn==0.11.2 seaborn
sklearn sklearn
tensorflow_cpu==2.7.0 tensorflow_cpu
#tensorflow_gpu==2.7.0 #tensorflow_gpu==2.7.0
#tensorflow==2.7.0 #tensorflow==2.7.0