tis
Jeff Moe 2022-08-11 10:37:50 -06:00
parent 6dc5025e69
commit 5671008203
1 changed files with 18 additions and 1 deletions

View File

@ -89,7 +89,7 @@ st-username = foo
st-password = bar
# Path to source-extractor
sex_config = /usr/bin/source-extractor
sex_config = /usr/share/source-extractor/default.sex
```
Store downloads here:
@ -98,6 +98,17 @@ Store downloads here:
mkdir -p ./data/obs ./data/tle ./data/results
```
The `ST_DATADIR` variable is still used, from `sattools`.
Maybe set all these in `~/.bashrc` (suit to fit directory setup):
```
export ST_DATADIR=$HOME/sattools
export ST_TLEDIR=$HOME/TLE
export ST_OBSDIR=$HOME/satobs
export ST_LOGIN="identity=foo@no:pass"
```
Set `astrometry.net` to run in parallel, assuming you have enough RAM:
(This doesn't appear to work? Breaks?).
@ -169,6 +180,12 @@ 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
# Maybe
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' |
> $ST_DATADIR/data/position.txt
```
Acquire image, first download archives: