hcam-finder


Namehcam-finder JSON
Version 1.3.7 PyPI version JSON
download
home_pagehttps://github.com/HiPERCAM/hcam_finder
SummaryObservation planning and finding charts for HiPerCAM
upload_time2024-02-28 12:54:09
maintainer
docs_urlNone
authorStuart Littlefair
requires_python
licenseMIT license
keywords hcam_finder
VCS
bugtrack_url
requirements numpy ginga astropy pillow configobj scipy hcam_widgets
Travis-CI
coveralls test coverage No coveralls.
            ===============================
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

* Free software: MIT license
* Documentation: https://hcam-finder.readthedocs.io.





=======
History
=======

0.1.0 (2017-02-11)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/HiPERCAM/hcam_finder",
    "name": "hcam-finder",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "hcam_finder",
    "author": "Stuart Littlefair",
    "author_email": "s.littlefair@shef.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/f0/97/51d4b477b5815a6de6f0dd0cda810ea620d48976ebbb79671f7eda55950f/hcam_finder-1.3.7.tar.gz",
    "platform": null,
    "description": "===============================\nhcam-finder\n===============================\n\n\n.. image:: https://img.shields.io/pypi/v/hcam_finder.svg\n        :target: https://pypi.python.org/pypi/hcam_finder\n\n.. image:: https://img.shields.io/travis/StuartLittlefair/hcam_finder.svg\n        :target: https://travis-ci.org/StuartLittlefair/hcam_finder\n\n.. image:: https://readthedocs.org/projects/hcam-finder/badge/?version=latest\n        :target: https://hcam-finder.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/StuartLittlefair/hcam_finder/shield.svg\n     :target: https://pyup.io/repos/github/StuartLittlefair/hcam_finder/\n     :alt: Updates\n\n\nObservation planning and finding charts for HiPERCAM, ULTRACAM and ULTRASPEC\n\nThe ``hcam_finder`` package provides Python scripts ``hfinder``, ``ufinder`` and ``usfinder``\nfor observation planning with HiPERCAM on the WHT and GTC, ULTRACAM on the NTT and\nULTRASPEC on the TNT, respectively.\n\nThese tools allow you to generate finding charts as well as specify the instrument setup\nyou require, whilst providing an estimate of observing cadence, exposure time and\nS/N estimates.\n\n.. Note::\n\n        Creating a finding chart and instrument setup for the above instruments are more\n        tightly connected than is usually the case with CCD imagers. To avoid errors in\n        phase II setups, you **must** use the tools above to generate finding charts. By \n        doing so, and reading the instrument-specific documentation below, you will avoid\n        the non-optimal phase II setups that arise from a lack of awareness of the peculiarities\n        of imagers designed for high time resolution.\n\n``hcam_finder`` is written in Python and is based on TKinter. It should be compatible\nwith Python2 and Python3.\n\nInstallation\n------------\n\nThe software is written as much as possible to make use of core Python\ncomponents. It requires my own `hcam_widgets <https://github.com/HiPERCAM/hcam_widgets>`_ module.\nIt also relies on the third party libraries `astropy <http://astropy.org/>`_ for astronomical\ncalculations and catalog lookup, as well as `ginga <https://ginga.readthedocs.io/en/latest/>`_ for\nimage display. Optionally, you can also use `astroquery <https://astroquery.readthedocs.io>`_ to expand\nthe range of surveys one can download images from.\n\nInstalling using ``pip`` should take care of these dependencies. Simply install with::\n\n pip install hcam_finder\n\nor if you don't have root access::\n\n sudo pip install hcam_finder\n\nor::\n\n pip install --user hcam_finder\n\n* Free software: MIT license\n* Documentation: https://hcam-finder.readthedocs.io.\n\n\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2017-02-11)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Observation planning and finding charts for HiPerCAM",
    "version": "1.3.7",
    "project_urls": {
        "Download": "https://github.com/HiPERCAM/hcam_finder/archive/v1.3.7.tar.gz",
        "Homepage": "https://github.com/HiPERCAM/hcam_finder"
    },
    "split_keywords": [
        "hcam_finder"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3efc8753ca042095066489211f6d9501c02160753ed7aa3d5fb25f4297d5819",
                "md5": "4a613a81db21baaf62e0e99a7f708bd5",
                "sha256": "f02082006747685e2204088ce23acff84a9af9993eb3a39aa85af741f9163eae"
            },
            "downloads": -1,
            "filename": "hcam_finder-1.3.7-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a613a81db21baaf62e0e99a7f708bd5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 142452,
            "upload_time": "2024-02-28T12:54:07",
            "upload_time_iso_8601": "2024-02-28T12:54:07.635310Z",
            "url": "https://files.pythonhosted.org/packages/b3/ef/c8753ca042095066489211f6d9501c02160753ed7aa3d5fb25f4297d5819/hcam_finder-1.3.7-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f09751d4b477b5815a6de6f0dd0cda810ea620d48976ebbb79671f7eda55950f",
                "md5": "5adf23dfd4e5920d3b72753fbf2b62cd",
                "sha256": "4f689f49c3abe4298f4d801f189489a8bea257ceeaccfd997f6acb665375829d"
            },
            "downloads": -1,
            "filename": "hcam_finder-1.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "5adf23dfd4e5920d3b72753fbf2b62cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1268301,
            "upload_time": "2024-02-28T12:54:09",
            "upload_time_iso_8601": "2024-02-28T12:54:09.419306Z",
            "url": "https://files.pythonhosted.org/packages/f0/97/51d4b477b5815a6de6f0dd0cda810ea620d48976ebbb79671f7eda55950f/hcam_finder-1.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 12:54:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "HiPERCAM",
    "github_project": "hcam_finder",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "ginga",
            "specs": []
        },
        {
            "name": "astropy",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "configobj",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "hcam_widgets",
            "specs": []
        }
    ],
    "lcname": "hcam-finder"
}
        
Elapsed time: 0.18368s