Skymaker camera with sdss-basecam
Project description
skymakercam
Virtual camera based on sdss-basecam using remote catalog
from lvmtan run:
poetry run container_start --name lvm.all
from lvmpwi run:
poetry run container_start --name=lvm.sci.pwi --simulator
from skymakercam run:
poetry run python utils/plot_skymakercam.py -v -c python/skymakercam/etc/cameras.yaml lvm.sci.agw.cam
- Move lvm.sci.foc for focusing - relative 10000 steps.
- Move lvm.sci.km absolute in degree "DEG".
- Move lvm.sci.pwi for target.
- Press 'o' for find stars and recenter.
- Press 'q' to quit.
use it in your own python code:
With this config example python/skymakercam/etc/cameras.yaml and the actors running from before, it can be used like this:
import asyncio
from logging import DEBUG, INFO
from skymakercam.camera import SkymakerCameraSystem, SkymakerCamera
async def example_skymakercam(camname, exptime, verb, config):
cs = SkymakerCameraSystem(SkymakerCamera, camera_config=config, verbose=verb)
cam = await cs.add_camera(name=camname, uid=cs._config[camname]["uid"])
# eg: expose or do whatever u do with a sdss-basecam type camera.
exp = await cam.expose(exptime, camname)
verb = DEBUG
camname = "lvm.sci.agw.cam"
config = "python/skymakercam/etc/cameras.yaml"
asyncio.run(example_skymakercam(camname, 5.0, verb, config))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sdss-skymakercam-0.0.27.tar.gz
(23.6 kB
view details)
Built Distribution
File details
Details for the file sdss-skymakercam-0.0.27.tar.gz
.
File metadata
- Download URL: sdss-skymakercam-0.0.27.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f399a5aab72614c5983df9f374ff91f0393e903dcdf8ac958cdae6eaa561658b |
|
MD5 | 08a66756aaa875286bf48bed0def23c9 |
|
BLAKE2b-256 | 09ad14699a8dfcd1c706b7bb195ea2cf383ad215239b93c5939cc9b2133f262e |
File details
Details for the file sdss_skymakercam-0.0.27-py3-none-any.whl
.
File metadata
- Download URL: sdss_skymakercam-0.0.27-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b2360146bab369a8fd6fbc3da68fd15a1d4bf458b04efe217140a19145849b5 |
|
MD5 | d0f3ec90779bd681df82cb8c9a81eba4 |
|
BLAKE2b-256 | a7d6e1906ee1a481da109a49aeacbd6dd8ee56c922d29dab666efe48246d4209 |