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

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

Uploaded Python 3

Supported by

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