{"id":24508470,"url":"https://github.com/aplbrain/reconstruct2stack","last_synced_at":"2025-08-22T18:17:21.110Z","repository":{"id":239913571,"uuid":"609727040","full_name":"aplbrain/reconstruct2stack","owner":"aplbrain","description":"A Python library to convert Reconstruct or PyReconstruct segmentation contours to image mask stacks.","archived":false,"fork":false,"pushed_at":"2023-03-06T18:58:56.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-15T09:22:39.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aplbrain.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}},"created_at":"2023-03-05T03:26:19.000Z","updated_at":"2023-03-06T18:59:57.000Z","dependencies_parsed_at":"2024-05-16T01:13:41.873Z","dependency_job_id":"36644f19-ea5c-4efb-9ad4-9e64be05d9b7","html_url":"https://github.com/aplbrain/reconstruct2stack","commit_stats":null,"previous_names":["aplbrain/reconstruct2stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aplbrain/reconstruct2stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aplbrain%2Freconstruct2stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aplbrain%2Freconstruct2stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aplbrain%2Freconstruct2stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aplbrain%2Freconstruct2stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aplbrain","download_url":"https://codeload.github.com/aplbrain/reconstruct2stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aplbrain%2Freconstruct2stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271680534,"owners_count":24802074,"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-08-22T02:00:08.480Z","response_time":65,"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":[],"created_at":"2025-01-22T00:16:25.875Z","updated_at":"2025-08-22T18:17:21.082Z","avatar_url":"https://github.com/aplbrain.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reconstruct2stack\n\n[Reconstruct](https://github.com/SynapseWeb/PyReconstruct) is a connectomics segmentation and annotation tool. Reconstruct exports its annotations in the form of JSON-encoded contours, in a .jser file. This library reads .jser files and outputs a standard image-mask stack, in the form of a numpy array or image files.\n\n## Installation\n\n```bash\ngit clone https://github.com/aplbrain/reconstruct2stack\ncd reconstruct2stack\npoetry install\n```\n\n## Usage\n\n```python\nfrom reconstruct2stack import jser_to_image_stack\n\njser_to_image_stack(\n    \"my-series.jser\",\n    \"segmentation-stack/\",\n    (8192, 8192), # image size, in XY pixels\n)\n```\n\nThis library is a work in progress. More documentation will follow shortly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faplbrain%2Freconstruct2stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faplbrain%2Freconstruct2stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faplbrain%2Freconstruct2stack/lists"}