position.txt file for acquire

tis
Jeff Moe 2022-08-07 17:49:00 -06:00
parent 84033224c2
commit 6dc5025e69
1 changed files with 10 additions and 0 deletions

View File

@ -146,6 +146,8 @@ echo 'SUBSYSTEM=="video1", GROUP="video", MODE="0660"' |
sudo tee /etc/udev/rules.d/10-webcam.rules
```
Testing with Logitech BRIO usb web cam. No udev configuration needed.
# Usage
Enter `virtualenv`, if used:
@ -161,6 +163,14 @@ Get the latest TLEs:
./update_tle.py
```
Configure a position (example). XXX Best way to generate ?
```
echo \
'2022-08-07T23:44:14 R: 00:00:00.00 D: 00:00:00.0 H: -152.691 A: 180.000 E: 90.000 q: -28.18' |
> data/obs/control/position.txt
```
Acquire image, first download archives:
```