pysalx/scripts/pysalx-api-wlcalibration

11 lines
199 B
Plaintext
Raw Normal View History

2022-01-25 14:01:57 -07:00
#!/bin/bash
# Get Analyzer wavelength calibration via API
# XXX kruft
SCIAPSIP=`cat ~/.sciaps-ip`
SCIAPSPORT=`cat ~/.sciaps-port`
curl \
http://$SCIAPSIP:$SCIAPSPORT/api/v2/wlcalibration