('Utility to calibrate TESS-W photometers',)
Project description
zptess
Command line utility to calibrate TESS-W at LICA
Installation
git clone https://github.com/STARS4ALL/zptess.git
sudo python setup.py install
or
pip install --user zptess
Run
See python -m zptess --help
for help
The calibration process
Samples from the reference TESS-W and the new TESS-W are taken and stored in circular buffers (default: 25 samples). An estimator of central tendency of frequencies is taken on each buffer (default estimator: median). The standard deviation from this estimator is also computed to asses the quality of readings. If this standard deviation is zero on either buffer, the whole process is discarded. Otherwise, we keep the estimated central tendency of reference and test frequencies and compute a candidate Zero Point.
This process is repeated in a series of rounds (default: 5 rounds) and we select the "best" estimation of frequencies and Zero Point. The best freequency estimation is chosen as the mode with a fallback to median if mode does not exists.
Formulae
Mag[ref] = ZP[fict] - 2.5*log10(Freq[ref])
Mag[tst] = ZP[fict] - 2.5*log10(Freq[tst])
Offset = 2.5*log10(Freq[tst]/Freq[ref])
ZP[calibrated] = ZP[ref] + Offset
where
ZP[fict] is a ficticios zero point of 20.50 to compare readings with the TESS Windows utility
by Cristobal García.
ZP[ref] is the absolute Zero Point of the calibrated TESS-W (20.44) determined by LICA.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file zptess-2.1.3.tar.gz
.
File metadata
- Download URL: zptess-2.1.3.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97ccb9fd703e63346b2ddebdf82c175437df7b6ef06b738c83af524575168202 |
|
MD5 | 52e6c07f07a387358dcdcefbbe4941ed |
|
BLAKE2b-256 | 0ffbaa412acbc6422e786f90c1547fa0fd09e843247df9064650dfbe2c9eea44 |