Pre-release
This release is a pre-release and may not be stable for production use.
LightCurve
LightCurve is a module that creates light curves of a similar field of stars. This is useful in time domain astronomy in search of transient events and studies of variable stars, i.e. eclipsing binaries.
Table of Contents
Installation
Usage
from lightcurator import lightcurves as lc
object_table = lc.makelist('')
# parallelized alignment
object_table = lc.paralign(object_table)
# or serial alignment
object_table = lc.align(object_table)
# All-in-one
object_table = lc.do_lightcurve(object_table)
The process follows:
- Take image list
- Align images
- Create a deepsky image
- Plate solve deepsky using
astrometery - Sorce extraction from deepsky image
- Create reference image with all candidate sources circled
- Match sources between aligned images
- Cross match sources from aligned images with sources from deepsky image
- Create Timeseries plot of different sources
- Cross match sources with catalogs like VSX and GCVS
Credits
License
Release files for lightcurator 1.0a5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lightcurator-1.0a5.tar.gz | 10.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lightcurator-1.0a5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.9 kB
Release files / lightcurator-1.0a5.tar.gz
| Download URL | lightcurator-1.0a5.tar.gz |
|---|---|
| Size | 10.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8e3cad66be1c4144dabacd7990bc553e26fe9b03b89ca3dad01d26cb3fa1b5f6
|
|
BLAKE2b-256 checksum How to use checksums |
c8c7690db1a67a62cf97b9b37aaf7945dd280c99757273c83570f58cecca9d72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
|
Release files / lightcurator-1.0a5-py3-none-any.whl
| Download URL | lightcurator-1.0a5-py3-none-any.whl |
|---|---|
| Size | 10.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
087ec94bc879163eaf9345c2b1332ce3f96e202d57ab06b9545caadb07023610
|
|
BLAKE2b-256 checksum How to use checksums |
7d17e2eabf8c7730515956df90255ab6fef37ece8cff947b874ab78219ffd037
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
|