Metadata-Version: 2.4
Name: azcam-app
Version: 26.0.0
Summary: azcam-app package for controlling imaging systems
Keywords: imaging,astronomy,cameras
Author: Michael Lesser
Author-email: mlesser.az@gmail.com
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: azcam
Requires-Dist: ipython
Requires-Dist: matplotlib
Project-URL: Documentation, https://mplesser.github.io/azcam-app/
Project-URL: Repository, https://github.com/mplesser/azcam-app/

# azcam-app

*azcam-app* is a python package which creates the *azcamapp* application used to control imaging systems such as those used for scientific observations.

## Installation

`pip install azcam-app`

## Usage

Run the application as:

`azcamapp <full_path_to_config_file> -- <options>`

For example,

`azcamapp /data/90prime/code/pf_config.py -- -normal -datafolder /data/90prime`

The azcamapp command is effectively the same as the command:

`python -m azcam-app`

## Notes

The config_file should be a full path, not an installed python package. This is different from the standarad process for running *azcamserver*.


