Metadata-Version: 2.4
Name: PixelMasker
Version: 1.0
Summary: Standalone detector pixel-mask editor
Author-email: "Scientific Computing Group, Forschungszentrum Jülich, MLZ, Garching" <contact@bornagainproject.org>
License-Expression: GPL-3.0-or-later
Project-URL: Repository, https://jugit.fz-juelich.de/mlz/app/pixelmasker
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: numpy>=1.25
Requires-Dist: PySide6>=6.5
Requires-Dist: pyqtgraph>=0.14
Requires-Dist: Pillow>=9.2
Requires-Dist: tifffile>=2023.1
Requires-Dist: fabio>=2023.9
Requires-Dist: h5py>=3.8
Requires-Dist: hdf5plugin>=4
Requires-Dist: scipy>=1.9
Dynamic: license-file

# PixelMasker

A graphical editor for detector pixel masks, for use with
[BornAgain](https://www.bornagainproject.org) 25.

Draw and edit masks for beamstop shadows, dead pixels, module gaps, and
areas of low interest. Open common detector image formats and save masks
as text files: `1` marks excluded pixels, `0` marks pixels to keep.

See the [documentation and source code][repository] for supported file
formats, editing controls, and use with BornAgain.

[repository]: https://jugit.fz-juelich.de/mlz/app/pixelmasker
