Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hcam-finder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hcam-finder

Observation planning and finding charts for HiPerCAM

  • 1.3.7
  • PyPI
  • Socket score

Maintainers
1

=============================== hcam-finder

.. image:: https://img.shields.io/pypi/v/hcam_finder.svg :target: https://pypi.python.org/pypi/hcam_finder

.. image:: https://img.shields.io/travis/StuartLittlefair/hcam_finder.svg :target: https://travis-ci.org/StuartLittlefair/hcam_finder

.. image:: https://readthedocs.org/projects/hcam-finder/badge/?version=latest :target: https://hcam-finder.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://pyup.io/repos/github/StuartLittlefair/hcam_finder/shield.svg :target: https://pyup.io/repos/github/StuartLittlefair/hcam_finder/ :alt: Updates

Observation planning and finding charts for HiPERCAM, ULTRACAM and ULTRASPEC

The hcam_finder package provides Python scripts hfinder, ufinder and usfinder for observation planning with HiPERCAM on the WHT and GTC, ULTRACAM on the NTT and ULTRASPEC on the TNT, respectively.

These tools allow you to generate finding charts as well as specify the instrument setup you require, whilst providing an estimate of observing cadence, exposure time and S/N estimates.

.. Note::

    Creating a finding chart and instrument setup for the above instruments are more
    tightly connected than is usually the case with CCD imagers. To avoid errors in
    phase II setups, you **must** use the tools above to generate finding charts. By 
    doing so, and reading the instrument-specific documentation below, you will avoid
    the non-optimal phase II setups that arise from a lack of awareness of the peculiarities
    of imagers designed for high time resolution.

hcam_finder is written in Python and is based on TKinter. It should be compatible with Python2 and Python3.

Installation

The software is written as much as possible to make use of core Python components. It requires my own hcam_widgets <https://github.com/HiPERCAM/hcam_widgets>_ module. It also relies on the third party libraries astropy <http://astropy.org/>_ for astronomical calculations and catalog lookup, as well as ginga <https://ginga.readthedocs.io/en/latest/>_ for image display. Optionally, you can also use astroquery <https://astroquery.readthedocs.io>_ to expand the range of surveys one can download images from.

Installing using pip should take care of these dependencies. Simply install with::

pip install hcam_finder

or if you don't have root access::

sudo pip install hcam_finder

or::

pip install --user hcam_finder

======= History

0.1.0 (2017-02-11)

  • First release on PyPI.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc