{"id":30033637,"url":"https://github.com/simonsobs/so_campaign_manager","last_synced_at":"2026-04-03T19:02:22.578Z","repository":{"id":243074214,"uuid":"777278622","full_name":"simonsobs/so_campaign_manager","owner":"simonsobs","description":"This repo will include all the work for SO's auto mapmaking.","archived":false,"fork":false,"pushed_at":"2026-03-24T18:51:42.000Z","size":613,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-25T23:52:55.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonsobs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-03-25T14:50:55.000Z","updated_at":"2026-03-24T18:51:44.000Z","dependencies_parsed_at":"2024-08-07T22:42:09.044Z","dependency_job_id":"af0d4a6a-4538-431e-ba8a-9776becbe74a","html_url":"https://github.com/simonsobs/so_campaign_manager","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":"0.030303030303030276","last_synced_commit":"636ab8543f3a1343b905bcdd22a2cda2546ba254"},"previous_names":["simonsobs/so_mapmaking_campaign_manager"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/simonsobs/so_campaign_manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsobs%2Fso_campaign_manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsobs%2Fso_campaign_manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsobs%2Fso_campaign_manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsobs%2Fso_campaign_manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonsobs","download_url":"https://codeload.github.com/simonsobs/so_campaign_manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsobs%2Fso_campaign_manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31371649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-08-06T22:50:03.670Z","updated_at":"2026-04-03T19:02:22.544Z","avatar_url":"https://github.com/simonsobs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI - Version](https://img.shields.io/pypi/v/so_campaign_manager.svg)](https://pypi.org/project/so_campaign_manager)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/so_campaign_manager.svg)](https://pypi.org/project/so_campaign_manager)\n![CI workflow](https://github.com/simonsobs/so_campaign_manager/actions/workflows/test.yaml/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/simonsobs/so_campaign_manager/badge.svg?branch=main)](https://coveralls.io/github/simonsobs/so_campaign_manager?branch=main)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15784156.svg)](https://doi.org/10.5281/zenodo.15784156)\n[![Docs Status](https://readthedocs.org/projects/so-campaign-manager/badge/?version=latest\u0026style=flat)](https://so-campaign-manager.readthedocs.io)\n\n\n## SO Campaign Manager\n\nThis repository holds the code of the software tools that will run the mapmaking campaign on So resources.\n\nThe project has three big aspects:\n1. Providing a method to submit new workflows, update existing ones and delete via configuration or a series of commands\n2. Based on the workflow configuration set the resource requirement accordingly and submit it to SLURM. Resource configuration can be based on:\n    1. Total size of observations and their file distribution\n    2. A specific observation mapping between processes and files\n    3. Node memory and node processor performance.\n3. Use a workflow management tool to execute all workflows in the minimum amount of time.\n\n## Documentation\n\n📚 **[Full Documentation](docs/index.rst)** - Complete documentation including:\n\n- [Installation Guide](docs/installation.rst) - Setup and installation instructions\n- [Quick Start](docs/quickstart.rst) - Get started quickly with examples\n- [User Guide](docs/user_guide.rst) - Comprehensive usage guide\n- [API Reference](docs/api.rst) - Complete API documentation\n- [Workflow Guide](docs/workflows.rst) - Available workflows and how to use them\n- [Developer Guide](docs/developer_guide.rst) - Contributing and development setup\n\n### Building Documentation\n\nTo build the HTML documentation locally:\n\n```bash\ncd docs\npip install sphinx sphinx-rtd-theme\nmake html\n```\n\nThe documentation will be available in `docs/_build/html/index.html`.\n\n## Quick Start\n\nInstall the package:\n\n```bash\npip install so_campaign_manager\n```\n\nCreate a configuration file (`campaign.toml`):\n\n```toml\n[campaign]\ndeadline = \"2d\"\n\n[campaign.resources]\nnodes = 4\ncores-per-node = 112\n\n[campaign.ml-mapmaking]\ncontext = \"file:///path/to/context.yaml\"\noutput_dir = \"/path/to/output\"\nbands = \"f090\"\n# ... other parameters\n```\n\nRun your campaign:\n\n```bash\nsocm -t campaign.toml\n```\n\nFor detailed examples and configuration options, see the [documentation](docs/).\n\n---\n\nFor information on contributing, branching model, and code style requirements, see [CONTRIBUTING.md](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsobs%2Fso_campaign_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonsobs%2Fso_campaign_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsobs%2Fso_campaign_manager/lists"}