calibration tool for photometric data
Project description
PhotCalib
Calibration tool for Prisitine CaHK data. For more details see Martin, Starkenburg & Yuan 2023
Installation
Before installation, make sure you have pytorch or install essential dependencies :
pip install -r requirements.txt
Installation from PyPI
pip install photcalib
Manual installation
download the repository and run the setup
python setup.py install
Getting started
cd examples
To Calibrate CaHK data using the run model trained by the main survey: .. code:
python calib_raw.py 17Am05 combined_catalogue_17Am05_sel.fits -D cpu
Substitute 17Am05 to the run you need and make sure the input data for calibration has the same format as that in the examples/data/.fits
D (str) is the device (default:cpu, gpu) to run pytorch. If gpu is chosen, it will use the first graphic card cuda:0 by default.
To train calibration run model: .. code:
python calib_mod.py 17Am05
Substitute 17Am05 to the run for calibration with the input file as examples/data/inputs_run.npy
Specify the device and training parameters (the followings are the default settings) .. code:
python calib_mod.py 17Am05 -D cpu -lr 1e-6 -n 400 -mom 0.9 -thr 1e-2
D (str) is the device (default:cpu, mps, gpu) to run pytorch.
n (int) is the number of training epochs.
lr (float) is the initial learning rate, which will decrease using scheduler (see details at https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau).
thr (float) is the threshold of the scheduler.
mom (float) is the momentum of gradient descent.
Citing this work
Martin, F.N., Starkenburg, E., & Yuan, Z. et al. (A&A 2024) https://www.aanda.org/articles/aa/full_html/2024/12/aa47633-23/aa47633-23.html
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file photcalib-0.47.tar.gz.
File metadata
- Download URL: photcalib-0.47.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
997868e6df96d59d11fd8cd2c38acd3a3677207296eaf77c2ccaeee9d2a8e817
|
|
| MD5 |
924665b87e3c3ad166f5a91ab4a2f29f
|
|
| BLAKE2b-256 |
c36ad5a096732e32ac72061c50183fd147002dc010abbf0f1e89ceb719562f7a
|
File details
Details for the file photcalib-0.47-py3-none-any.whl.
File metadata
- Download URL: photcalib-0.47-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8853fbe585510c655ec39856a1c0eeb259cde663968eefd3a19550b096a83826
|
|
| MD5 |
f1772e008deaf8074f7e2ff10dede2c6
|
|
| BLAKE2b-256 |
7e8a11ffb648774ef641954573b7c46183c9adf98940878100bee51a26724833
|