{"id":13717270,"url":"https://github.com/SuperElastix/SimpleElastix","last_synced_at":"2025-05-07T07:30:59.278Z","repository":{"id":23539098,"uuid":"26905989","full_name":"SuperElastix/SimpleElastix","owner":"SuperElastix","description":"Multi-lingual medical image registration library","archived":true,"fork":false,"pushed_at":"2023-06-15T10:15:41.000Z","size":20071,"stargazers_count":507,"open_issues_count":172,"forks_count":149,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-08-04T00:13:12.598Z","etag":null,"topics":["elastix","image-registration","simpleitk"],"latest_commit_sha":null,"homepage":"http://simpleelastix.github.io","language":"SWIG","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/SuperElastix.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-11-20T09:51:10.000Z","updated_at":"2024-07-16T09:51:21.000Z","dependencies_parsed_at":"2022-07-16T10:01:01.236Z","dependency_job_id":"c13ecb21-1818-48c1-9f99-82d949a8c38a","html_url":"https://github.com/SuperElastix/SimpleElastix","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperElastix%2FSimpleElastix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperElastix%2FSimpleElastix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperElastix%2FSimpleElastix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperElastix%2FSimpleElastix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperElastix","download_url":"https://codeload.github.com/SuperElastix/SimpleElastix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224573428,"owners_count":17333804,"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","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":["elastix","image-registration","simpleitk"],"created_at":"2024-08-03T00:01:20.080Z","updated_at":"2024-11-14T05:31:17.981Z","avatar_url":"https://github.com/SuperElastix.png","language":"SWIG","funding_links":[],"categories":["Other"],"sub_categories":[],"readme":"Kitware Local Git Setup Scripts\n\n\nIntroduction\n------------\n\nThis is a collection of local Git development setup scripts meant for\ninclusion in project source trees to aid their development workflow.\nProject-specific information needed by the scripts may be configured\nin a \"config\" file added next to them in the project.\n\n\nImport\n------\n\nA project may import these scripts into their source tree by\ninitializing a subtree merge.  Bring up a Git prompt and set the\ncurrent working directory inside a clone of the target project.\nFetch the \"setup\" branch from the GitSetup repository:\n\n $ git fetch ../GitSetup setup:setup\n\nPrepare to merge the branch but place the content in a subdirectory.\nAny prefix (with trailing '/') may be chosen so long as it is used\nconsistently within a project through the rest of these instructions:\n\n $ git merge -s ours --no-commit setup\n $ git read-tree -u --prefix=Utilities/GitSetup/ setup\n\nCommit the merge with an informative message:\n\n $ git commit\n ------------------------------------------------------------------------\n Merge branch 'setup'\n\n Add Utilities/GitSetup/ directory using subtree merge from\n the general GitSetup repository \"setup\" branch.\n ------------------------------------------------------------------------\n\nOptionally add to the project \".gitattributes\" file the line\n\n /Utilities/GitSetup export-ignore\n\nto exclude the GitSetup directory from inclusion by \"git archive\"\nsince it does not make sense in source tarballs.\n\n\nConfiguration\n-------------\n\nRead the \"Project configuration instructions\" comment in each script.\nAdd a \"config\" file next to the scripts with desired configuration\n(optionally copy and modify \"config.sample\").  For example, to\nconfigure the \"setup-hooks\" script:\n\n $ git config -f Utilities/GitSetup/config hooks.url \"$url\"\n\nwhere \"$url\" is the project repository publishing the \"hooks\" branch.\nWhen finished, add and commit the configuration file:\n\n $ git add Utilities/GitSetup/config\n $ git commit\n\n\nUpdate\n------\n\nA project may update these scripts from the GitSetup repository.\nBring up a Git prompt and set the current working directory inside a\nclone of the target project.  Fetch the \"setup\" branch from the\nGitSetup repository:\n\n $ git fetch ../GitSetup setup:setup\n\nMerge the \"setup\" branch into the subtree:\n\n $ git merge -X subtree=Utilities/GitSetup setup\n\nwhere \"Utilities/GitSetup\" is the same prefix used during the import\nsetup, but without a trailing '/'.\n\n\nLicense\n-------\n\nDistributed under the Apache License 2.0.\nSee LICENSE and NOTICE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSuperElastix%2FSimpleElastix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSuperElastix%2FSimpleElastix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSuperElastix%2FSimpleElastix/lists"}