Skip to main content

Skymaker camera with sdss-basecam

Project description

skymakercam

Versions Documentation Status Travis (.org) codecov

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.

image

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


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)

Uploaded Source

Built Distribution

sdss_skymakercam-0.0.27-py3-none-any.whl (25.0 kB view details)

Uploaded Python 3

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

Hashes for sdss-skymakercam-0.0.27.tar.gz
Algorithm Hash digest
SHA256 f399a5aab72614c5983df9f374ff91f0393e903dcdf8ac958cdae6eaa561658b
MD5 08a66756aaa875286bf48bed0def23c9
BLAKE2b-256 09ad14699a8dfcd1c706b7bb195ea2cf383ad215239b93c5939cc9b2133f262e

See more details on using hashes here.

File details

Details for the file sdss_skymakercam-0.0.27-py3-none-any.whl.

File metadata

File hashes

Hashes for sdss_skymakercam-0.0.27-py3-none-any.whl
Algorithm Hash digest
SHA256 2b2360146bab369a8fd6fbc3da68fd15a1d4bf458b04efe217140a19145849b5
MD5 d0f3ec90779bd681df82cb8c9a81eba4
BLAKE2b-256 a7d6e1906ee1a481da109a49aeacbd6dd8ee56c922d29dab666efe48246d4209

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page