itldetchar Documentation¶
itldetchar is used along with the azcam package for the acquisition and analysis of image data, typically taken with scientific CCD/CMOS cameras. It contains classes and functions used to characterize image sensors by acquiring and analyzing data for performance criteria such as QE, CTE, or dark signal. A common configuration option is to define a detchar object which incorporates the settings and code for characterizing a specific sensor type using a specific hardware system.
It is most often used within an IPython console environment.
This documentation was built for itldetchar version |version|.
Help¶
When using IPython, type ?xxx
, xxx?
, xxx??
or help(xxx)
where xxx
is an itldetchar command, object, or subpackage.
Useful links include:
AzCam website http://www.itl.arizona.edu/doku.php?id=azcam
IPython https://ipython.org
Python programming language https://www.python.org