some changes in artifical-star plugin, add simplest centroids example

This commit is contained in:
2024-05-14 17:20:03 +03:00
parent eb8f497b0b
commit 1788fea1c3
10 changed files with 346 additions and 167 deletions

View File

@@ -264,3 +264,19 @@ Commands:
- yc = (int) - y center of field in array coordinates
## Examples
### ccd_client
Connect to server, send `infty` and simply get up to N images (or quit if no images in 5 seconds).
Usage:
```
-U, --isun use UNIX socket
-h, --help show this help
-i, --infty run in infinity capturing loop (else - request each frame)
-k, --shmkey=arg shared memory (with image data) key (default: 7777777)
-n, --nframes=arg make series of N frames (2 default)
-s, --sock=arg command socket name or port
-x, --exptime=arg set exposure time to given value (seconds!)
```