Image prevalidation tool - PixelPatrol and its add-ons packages
Project description
PixelPatrol: Scientific Image Dataset Pre-validation Tool
PixelPatrol is an early-version tool designed for the systematic pre-validation of scientific image datasets. It helps researchers proactively assess their data before engaging in computationally intensive analysis, ensuring the quality and integrity of datasets for reliable downstream analysis.
PixelPatrol's main dashboard provides an intuitive interface for dataset exploration.
Features
- Dataset-wide Visualization and Interactive Exploration
- Detailed Statistical Summaries: Generates plots and distributions covering image dimensions.
- Early Identification of Issues: Helps in finding outliers and identifying potential issues, discrepancies, or unexpected characteristics, including those related to metadata and acquisition parameters.
- Comparison Across Experimental Conditions
- Dashboard Report: Interactive reports are served as a web application using Dash.
Coming soon:
- GUI: A user-friendly graphical interface for easier interaction.
- User-Configurable: Tailor checks to specific needs and datasets.
- Big data support: Efficiently handle large datasets with optimized data processing.
Installation
PixelPatrol is published on PyPI. https://pypi.org/project/pixel-patrol/
We recommend installing it using uv for a fast and efficient installation (you can install uv as described here):
uv pip install pixel-patrol
You can install and run the command line tool of pixel-patrol in one call using this command:
uvx pixel-patrol
Getting Started
Please see example scripts in the examples directory for detailed usage.
To run the tool on an example dataset, you can run the examples/create_process_report_w_example_data.py script.
Example visualizations
- Visualize the distribution of image sizes within your dataset.*
- A mosaic view can quickly highlight inconsistencies across images.*
- Many additional plots and distributions are available.*
Command-Line Interface
The CLI operates in two main steps: export (process data to a ZIP file) and report (view a report from a ZIP file).
Use --help for detailed command options:
pixel-patrol --help
pixel-patrol export --help
pixel-patrol report --help
Exporting a report
The export command processes your image dataset, applies settings, and saves the project data to a ZIP file.
Syntax:
pixel-patrol export <BASE_DIRECTORY> [OPTIONS]
BASE_DIRECTORY: The required path to your base image data directory.
Options:
-o, --output-zip <PATH>(Required): The path and filename for the output ZIP archive (e.g.,my_project.zip).--name(Optional). A name for your project. If not provided, it will be automatically derived from the name of theBASE_DIRECTORY.-p, --paths <PATH>(Multiple, Optional): Paths to include in the project, relative to theBASE_DIRECTORY. Can be specified multiple times.--cmap <COLORMAP>(Default:rainbow): The colormap to use for report visualizations (e.g.,viridis,plasma,rainbow).-e, --file-extension <EXT>(Multiple, Optional): File extensions to include (e.g.,png,jpg,tiff). Can be specified multiple times. If not specified, all supported extensions will be used.
Examples:
-
Process a dataset, derive project name, auto-discover paths, and save:
pixel-patrol export /path/to/my_image_dataset -o output_report.zip --cmap viridis -e png -e jpg
(This will name the project "my_image_dataset" and include all direct subfolders within it.)
-
Process with a custom project name and specific relative paths:
pixel-patrol export /data/my_photos --name "Vacation 2024" -o vacation_report.zip -p good_shots -p blurry_ones
(Only
good_shotsandblurry_onessubfolders relative to/data/my_photoswill be processed.)
Showing a report
Loads an exported pixel-patrol ZIP file and displays the interactive report in your browser.
Syntax: pixel-patrol report <INPUT_ZIP> [OPTIONS]
INPUT_ZIP: Path to the exported ZIP file.
Options:
--port <INTEGER>(Default:8050): The port number on which the Dash report server will run.
Example:
pixel-patrol report my_report.zip
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pixel_patrol-0.3.1.tar.gz.
File metadata
- Download URL: pixel_patrol-0.3.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1a542671b1adfd468ad74838b41282508b855e3708c64dfc4c87c85625fdb77
|
|
| MD5 |
af14b7b829a8f6cfa84c8317285abc0e
|
|
| BLAKE2b-256 |
6600fba4a2c8e414dbb168442f89553dfcb3b19f87e2e313a12743676be8ea4e
|
File details
Details for the file pixel_patrol-0.3.1-py3-none-any.whl.
File metadata
- Download URL: pixel_patrol-0.3.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b87bdcec1b9b29351fbc2b50b6c2e692fa7f44b89c02c0459c832c5abe118475
|
|
| MD5 |
e9b283b4945709cb420aa479465bee2a
|
|
| BLAKE2b-256 |
941db789f9a03108484e940cf59a8c640c12edd5a613cc2fa0d51bb17d9887bb
|