Skip to main content

Quick Light Curve Pipeline v2024

Project description

QLCP: Quick Light Curve Pipeline v2024.06

Description:

QLCP is a quick, easy-to-use pipeline for processing light curves from images observed by any ground based telescope.

By Dr Jie Zheng (NAOC) & Prof/Dr Lin-Qiao Jiang (LSNU)

Installation:

QLCP is available on PyPI and can be installed with pip:

pip install qlcp

Usage:

import qlcp
from qlcp import workmode
import logging

rawd = '/path/to/raw/data/'
redd = '/path/to/reduced/data/'

qlcp.run(
    rawd,                   # raw data directory
    redd,                   # reduced data directory
    steps='lbfiopwkcd',    # steps to do
    aper=[3,5,7,9],         # apertures, up to 9 apertures
    starxy=[                # star positions on base image
        (927,1018),         # target
        (855,920),          # ref1
        (1255,861),         # chk
        (1107,1349),        # ref2
        (1161,1434),        # ref3
        (1220,1289),        # ref4
        (688,1050),         # ref5
    ],
    ind_tgt=[0,6],          # target index
    ind_ref=[1,3,4,5,6],    # reference index
    ind_chk=[2,3,4],        # checker index
    mode=workmode(workmode.EXIST_OVER+workmode.MISS_ERROR),
                            # how to handle overwrite and missing files
                            # The following recover the settings in config
    offset_max_dis=100,     # max offset for offset
    cali_max_dis=20.0,      # max distance for identify calibration stars
    scr_log=logging.DEBUG,  # logging level
    draw_phot=False,        # draw photometry result or not
)

Detailed manual, see manual.md in Chinese. English version TBW.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qlcp-0.24.913-py3-none-any.whl (54.7 kB view details)

Uploaded Python 3

File details

Details for the file qlcp-0.24.913-py3-none-any.whl.

File metadata

  • Download URL: qlcp-0.24.913-py3-none-any.whl
  • Upload date:
  • Size: 54.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for qlcp-0.24.913-py3-none-any.whl
Algorithm Hash digest
SHA256 806b62802f3319026d7ad9f227bde06873a8e5622f6c644f515ab06a289cce23
MD5 ef9b449434c47b92e7a8bc1a90f68151
BLAKE2b-256 0bba5a2c8c99b4d703082c503a6de347d8a334685618b8a771463188249d0c56

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page