azcam-console


Nameazcam-console JSON
Version 23.4 PyPI version JSON
download
home_pageNone
SummaryConsole application for the AzCam acquisition and analysis package
upload_time2023-10-12 23:50:30
maintainerNone
docs_urlNone
authorMichael Lesser
requires_pythonNone
licenseNone
keywords ccd imaging astronomy sensors
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AzCam Console

*azcam-console* is a console application for the *azcam* acquisition and analysis package. It usually runs in an IPython window and is used to both acquire and analyze data in a python scripting environment.

## Documentation

See https://azcam.readthedocs.io/.

## Installation

`pip install azcam-console`

Or download the latest version from from github: https://github.com/mplesser/azcam-console.git.

You may need to install `python3-tk` on Linux systems [`sudo apt-get install python3-tk`].

## Configuration and startup 

An example code snippet to start an *azcamconsole* process is:

```
ipython -m azcam_itl.console --profile azcamconsole -i -- -system DESI
```

and then in the IPython window:

```python
instrument.set_wavelength(450)
wavelength = instrument.get_wavelength()
print(f"Current wavelength is {wavelength}")
exposure.expose(2., 'flat', "a 450 nm flat field image")
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "azcam-console",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ccd,imaging,astronomy,sensors",
    "author": "Michael Lesser",
    "author_email": "mlesser@arizona.edu",
    "download_url": "https://files.pythonhosted.org/packages/36/b2/4ce70c366e8119d9b8bb0b643858729346eb12d22a2d78b5b03580c581ec/azcam_console-23.4.tar.gz",
    "platform": null,
    "description": "# AzCam Console\n\n*azcam-console* is a console application for the *azcam* acquisition and analysis package. It usually runs in an IPython window and is used to both acquire and analyze data in a python scripting environment.\n\n## Documentation\n\nSee https://azcam.readthedocs.io/.\n\n## Installation\n\n`pip install azcam-console`\n\nOr download the latest version from from github: https://github.com/mplesser/azcam-console.git.\n\nYou may need to install `python3-tk` on Linux systems [`sudo apt-get install python3-tk`].\n\n## Configuration and startup \n\nAn example code snippet to start an *azcamconsole* process is:\n\n```\nipython -m azcam_itl.console --profile azcamconsole -i -- -system DESI\n```\n\nand then in the IPython window:\n\n```python\ninstrument.set_wavelength(450)\nwavelength = instrument.get_wavelength()\nprint(f\"Current wavelength is {wavelength}\")\nexposure.expose(2., 'flat', \"a 450 nm flat field image\")\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Console application for the AzCam acquisition and analysis package",
    "version": "23.4",
    "project_urls": {
        "Documentation": "https://azcam.readthedocs.io/",
        "Repository": "https://github.com/mplesser/azcam-console/"
    },
    "split_keywords": [
        "ccd",
        "imaging",
        "astronomy",
        "sensors"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4c02dd4f3a3797da6f0fd0e33c0d2ca45580dfb276f3b9037e7c6aaa9cb09e9d",
                "md5": "b856f01d3996b0559df07fa5d375661d",
                "sha256": "4593e105094ed3f338f73e23e224e8682f27cde998ed1c763b272b56d3df6940"
            },
            "downloads": -1,
            "filename": "azcam_console-23.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b856f01d3996b0559df07fa5d375661d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 53997,
            "upload_time": "2023-10-12T23:50:27",
            "upload_time_iso_8601": "2023-10-12T23:50:27.951823Z",
            "url": "https://files.pythonhosted.org/packages/4c/02/dd4f3a3797da6f0fd0e33c0d2ca45580dfb276f3b9037e7c6aaa9cb09e9d/azcam_console-23.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "36b24ce70c366e8119d9b8bb0b643858729346eb12d22a2d78b5b03580c581ec",
                "md5": "9b652ea74d90f7efbc035b0359c604c5",
                "sha256": "5bf876fe9c5d9636f6be37e89cb22907c8ebc48a17c66bfd777e6e7c392cb3e2"
            },
            "downloads": -1,
            "filename": "azcam_console-23.4.tar.gz",
            "has_sig": false,
            "md5_digest": "9b652ea74d90f7efbc035b0359c604c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 38601,
            "upload_time": "2023-10-12T23:50:30",
            "upload_time_iso_8601": "2023-10-12T23:50:30.235646Z",
            "url": "https://files.pythonhosted.org/packages/36/b2/4ce70c366e8119d9b8bb0b643858729346eb12d22a2d78b5b03580c581ec/azcam_console-23.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 23:50:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mplesser",
    "github_project": "azcam-console",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "azcam-console"
}
        
Elapsed time: 0.18283s