Metadata-Version: 2.4
Name: jinwu-ep
Version: 0.2.1
Summary: Einstein Probe (WXT) instrument support for the jinwu analysis toolkit.
Author-email: Xinxiang Sun <sunxx@nao.cas.cn>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/xinxiangsun/jinwu
Project-URL: Repository, https://github.com/xinxiangsun/jinwu
Project-URL: Documentation, https://jinwu.readthedocs.io
Keywords: astrophysics,transient,einstein-probe,wxt,jinwu
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: jinwu<0.3,>=0.2
Requires-Dist: regions>=0.5

# jinwu-ep

Einstein Probe (WXT) instrument support for the
[jinwu](https://pypi.org/project/jinwu/) analysis toolkit: observation
discovery, WXT pointing-mode data reduction orchestration, event/light-curve
products and spectral extraction helpers.

```bash
pip install jinwu-ep
```

Import the normal-pointing workflow as
`from jinwu.ep.wxt import WXTPointingInput, WXTPointingPipeline`.
Run through `exposure_arm_qc`, inspect the proposed source/background regions
and exposure diagnostics, call `approve_regions()`, then resume. Supply an
independent `output_root` so products do not land beside the input observation.
