| Name | toolsandogh JSON |
| Version |
0.1.1
JSON |
| download |
| home_page | None |
| Summary | A collection of Python scripts for iSCAT microscopy data analysis |
| upload_time | 2025-10-07 13:45:36 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | <3.13,>=3.12 |
| license | None |
| keywords |
tools
utilities
python
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# toolsandogh
A collection of single-file Python scripts for iSCAT microscopy data analysis.
## Overview
This repository collects data analysis scripts of the Sandoghdar Division of the Max Planck Institute for the Science of Light (MPL). It provides standalone Python scripts for processing, analyzing, and visualizing microscopy data. Each script is designed to perform a specific task without dependencies on other scripts, making them easy to use and integrate into existing workflows.
## Features
- **Self-contained scripts**: Each script works independently
- **uv friendly**: Scripts install their dependencies automatically using the [uv package manager](https://docs.astral.sh/uv/)
- **Command-line friendly**: All scripts support CLI usage with argparse
- **Format support**: Works with common microscopy formats (RAW, TIFF, OME-TIFF, CZI, ND2, etc.)
## Scripts
| Script | Description | Usage |
|-------------------------|----------------|------------------------------------------------------|
| ```iscat_analysis.py``` | iSCAT Analysis | ```./iscat_analysis.py -i input.tif -o output.tif``` |
## Troubleshooting
### "smudge filter lfs failed" on Windows when using uv
Solution: Set the following environment variable in Powershell
```powershell
$env:GIT_LFS_SKIP_SMUDGE = "1"
```
## Guidelines for New Scripts
- Each script should be self-contained in a single file
- Include a detailed docstring explaining purpose and usage
- Provide command-line arguments with sensible defaults
- Include error handling and validation
- Add progress indicators for long-running operations
- Output should be clearly documented
Raw data
{
"_id": null,
"home_page": null,
"name": "toolsandogh",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.12",
"maintainer_email": null,
"keywords": "tools, utilities, python",
"author": null,
"author_email": "Marco Heisig <marco.heisig@mpl.mpg.de>",
"download_url": "https://files.pythonhosted.org/packages/5b/56/2e017bc624be166079dc5e3ded0b5b2422e5a5559dadf69f3bd49d370d94/toolsandogh-0.1.1.tar.gz",
"platform": null,
"description": "# toolsandogh\n\nA collection of single-file Python scripts for iSCAT microscopy data analysis.\n\n\n## Overview\n\nThis repository collects data analysis scripts of the Sandoghdar Division of the Max Planck Institute for the Science of Light (MPL). It provides standalone Python scripts for processing, analyzing, and visualizing microscopy data. Each script is designed to perform a specific task without dependencies on other scripts, making them easy to use and integrate into existing workflows.\n\n## Features\n\n- **Self-contained scripts**: Each script works independently\n- **uv friendly**: Scripts install their dependencies automatically using the [uv package manager](https://docs.astral.sh/uv/)\n- **Command-line friendly**: All scripts support CLI usage with argparse\n- **Format support**: Works with common microscopy formats (RAW, TIFF, OME-TIFF, CZI, ND2, etc.)\n\n## Scripts\n\n| Script | Description | Usage |\n|-------------------------|----------------|------------------------------------------------------|\n| ```iscat_analysis.py``` | iSCAT Analysis | ```./iscat_analysis.py -i input.tif -o output.tif``` |\n\n## Troubleshooting\n\n### \"smudge filter lfs failed\" on Windows when using uv\n\nSolution: Set the following environment variable in Powershell\n\n```powershell\n$env:GIT_LFS_SKIP_SMUDGE = \"1\"\n```\n\n## Guidelines for New Scripts\n\n- Each script should be self-contained in a single file\n- Include a detailed docstring explaining purpose and usage\n- Provide command-line arguments with sensible defaults\n- Include error handling and validation\n- Add progress indicators for long-running operations\n- Output should be clearly documented\n",
"bugtrack_url": null,
"license": null,
"summary": "A collection of Python scripts for iSCAT microscopy data analysis",
"version": "0.1.1",
"project_urls": null,
"split_keywords": [
"tools",
" utilities",
" python"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7e3daafb4f01dc6b726080d571777fe7d3891608dfda51603df92a9e00233ea5",
"md5": "0ae5ce2c4e1a9806c899f5c87370c403",
"sha256": "5d993a8ecfb8b46b2fffe977ca31f6ed2b470560dd446059dfa28de2ad2e1863"
},
"downloads": -1,
"filename": "toolsandogh-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0ae5ce2c4e1a9806c899f5c87370c403",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.12",
"size": 46676,
"upload_time": "2025-10-07T13:45:33",
"upload_time_iso_8601": "2025-10-07T13:45:33.872733Z",
"url": "https://files.pythonhosted.org/packages/7e/3d/aafb4f01dc6b726080d571777fe7d3891608dfda51603df92a9e00233ea5/toolsandogh-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b562e017bc624be166079dc5e3ded0b5b2422e5a5559dadf69f3bd49d370d94",
"md5": "7836abbde7bd6eb191b955205847fb1c",
"sha256": "ccc657f6b8e49854ad4e10e01d4e54cd5a34d0f2bf6a31dd78960e9d6966c808"
},
"downloads": -1,
"filename": "toolsandogh-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "7836abbde7bd6eb191b955205847fb1c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.12",
"size": 163745,
"upload_time": "2025-10-07T13:45:36",
"upload_time_iso_8601": "2025-10-07T13:45:36.074686Z",
"url": "https://files.pythonhosted.org/packages/5b/56/2e017bc624be166079dc5e3ded0b5b2422e5a5559dadf69f3bd49d370d94/toolsandogh-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-07 13:45:36",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "toolsandogh"
}