{"id":32651419,"url":"https://github.com/fable-3dxrd/imaged11","last_synced_at":"2025-10-31T07:59:47.082Z","repository":{"id":19032838,"uuid":"85951541","full_name":"FABLE-3DXRD/ImageD11","owner":"FABLE-3DXRD","description":"ImageD11 is a python code for identifying individual grains in spotty area detector X-ray diffraction images.","archived":false,"fork":false,"pushed_at":"2025-09-13T21:22:52.000Z","size":113888,"stargazers_count":20,"open_issues_count":46,"forks_count":29,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-13T23:31:37.084Z","etag":null,"topics":["python","research","synchrotron","xray-crystallography","xray-diffraction","xray-diffraction-analysis"],"latest_commit_sha":null,"homepage":"https://imaged11.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FABLE-3DXRD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-03-23T13:14:01.000Z","updated_at":"2025-09-13T21:22:56.000Z","dependencies_parsed_at":"2024-05-21T17:55:44.287Z","dependency_job_id":"8ad9c9a6-ead7-47ff-9336-35b7e85f07f0","html_url":"https://github.com/FABLE-3DXRD/ImageD11","commit_stats":{"total_commits":1490,"total_committers":24,"mean_commits":"62.083333333333336","dds":0.5328859060402684,"last_synced_commit":"66afd90a9abc059f5a0e999418d010a0ff12cf9e"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/FABLE-3DXRD/ImageD11","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FABLE-3DXRD%2FImageD11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FABLE-3DXRD%2FImageD11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FABLE-3DXRD%2FImageD11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FABLE-3DXRD%2FImageD11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FABLE-3DXRD","download_url":"https://codeload.github.com/FABLE-3DXRD/ImageD11/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FABLE-3DXRD%2FImageD11/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281953467,"owners_count":26589146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","research","synchrotron","xray-crystallography","xray-diffraction","xray-diffraction-analysis"],"created_at":"2025-10-31T07:58:31.774Z","updated_at":"2025-10-31T07:59:47.077Z","avatar_url":"https://github.com/FABLE-3DXRD.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\nImageD11 is a python code for identifying individual grains in spotty area detector X-ray diffraction images.\n\nVersion 2.1.3, Jon Wright and co-authors, wright@esrf.fr\n\nThis is the source code for ImageD11. Probably you wanted a compiled version.\n\nIf your pip is up-to-date, you can try to install it like this:\n```\n python -m pip install --upgrade pip setuptools\n python -m pip install ImageD11\n```\nIf you want to use an existing numpy installation add a `--no-build-isolation` flag.\n\nTo get all the possible dependencies too, you can try:\n `python -m pip install ImageD11[full]`\n\nSome (dated) documentation is here: https://imaged11.readthedocs.io/\n\nTo use from git, try this:\n\n - Download and install python 3.8+, perhaps from www.python.org but probably from conda.\n - Preload binary packages from conda (or your system package manager): \n    numpy, scipy, matplotlib, h5py, pillow, pycifrw, xfab, pyqt, pillow, silx[full] etc\n - `pip install git+https://github.com/FABLE-3DXRD/ImageD11.git`\n \nIf you want to work with the sources then you can try like this:\n ```\n $ python -m pip install --upgrade pip\n $ git clone https://github.com/FABLE-3DXRD/ImageD11.git \u0026\u0026 cd ImageD11\n $ python -m pip install --editable .\n ```\n\nIf you want multiple binaries in your home (on recent pythons) you can do and get the compiled code\nfor each platform in .so files that are labelled by platform. This is potentially useful for a\nheterogeneous cluster (like at ESRF): \n```\n  # on ppc64le:\n  python3 -m pip install dist/ImageD11-1.9.8-cp38-cp38-linux_ppc64le.whl --user --ignore-installed\n  # on x86_64:\n  python3 -m pip install dist/ImageD11-1.9.8-cp38-cp38-linux_x86_64.whl --user --ignore-installed\n  # etc\n  # ~/.local/lib/python3.8/site-packages/ImageD11 % ls *.so\n  _cImageD11.cpython-38-powerpc64le-linux-gnu.so  _cImageD11.cpython-38-x86_64-linux-gnu.so\n```\n\nAfter it is installed, you should find a script ImageD11_gui.py, somewhere in your path.\n\nUntil 2017 this code was mostly developed on sourceforge at http://sourceforge.net/projects/fable/ \n\nIt is now developed at http://github.com/FABLE-3DXRD/ImageD11 \n\nBug reports are always welcome!\n\nGood luck!\n\n## CI Status\n\n[![Flake, Build and PyTest](https://github.com/FABLE-3DXRD/ImageD11/actions/workflows/build_flake_pytest_ubuntu2004.yml/badge.svg)](https://github.com/FABLE-3DXRD/ImageD11/actions/workflows/build_flake_pytest_ubuntu2004.yml)\n\n\u003c!--\n\nWindows: [![Build status](https://ci.appveyor.com/api/projects/status/4pdlvsj2grtk0hel?svg=true)](https://ci.appveyor.com/project/jonwright/imaged11)\n\nLinux: [![CircleCI](https://circleci.com/gh/jonwright/ImageD11.svg?style=svg)](https://circleci.com/gh/jonwright/ImageD11)\n\nMacos + Linux [![Build Status](https://travis-ci.com/jonwright/ImageD11.svg?branch=master)](https://travis-ci.com/jonwright/ImageD11)\n\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffable-3dxrd%2Fimaged11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffable-3dxrd%2Fimaged11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffable-3dxrd%2Fimaged11/lists"}