Metadata-Version: 2.1
Name: atflagger
Version: 0.3.1
Summary: Simple method for flagging UWL data.
License: MIT
Author: Alec Thomson
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: astropy (>=5,<6)
Requires-Dist: bokeh
Requires-Dist: dask (>=2022,<2023)
Requires-Dist: distributed (>=2022,<2023)
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: xarray
Description-Content-Type: text/markdown

# atflagger

A simple flagger for continuum UWL data. Flag persistent RFI first, then run this auto-flagger.

## Installation

Installing requires `pip` and `python3` (3.8 and up).

Stable version:
```
pip install atflagger
```

Latest version:
```
pip install git+https://github.com/AlecThomson/atflagger
```

## Usage
```
❯ atflagger -h
usage: atflagger [-h] [--beam BEAM] [--sigma SIGMA] [--n_windows N_WINDOWS] filenames [filenames ...]

Flag SDHDF data

positional arguments:
  filenames             Input SDHDF file(s)

optional arguments:
  -h, --help            show this help message and exit
  --beam BEAM           Beam label
  --sigma SIGMA         Sigma clipping threshold
  --n_windows N_WINDOWS
                        Number of windows to use in box filter
```

