{"id":16612620,"url":"https://github.com/woutdenolf/spectrocrunch","last_synced_at":"2025-07-23T20:02:13.752Z","repository":{"id":54458570,"uuid":"79220131","full_name":"woutdenolf/spectrocrunch","owner":"woutdenolf","description":"Spectroscopic imaging library (XRF/XAS)","archived":false,"fork":false,"pushed_at":"2025-02-23T16:23:45.000Z","size":19416,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T21:49:52.648Z","etag":null,"topics":["imaging","synchrotron","x-ray-spectroscopy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woutdenolf.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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":"2017-01-17T11:16:57.000Z","updated_at":"2025-02-23T16:23:54.000Z","dependencies_parsed_at":"2025-02-23T12:18:35.883Z","dependency_job_id":"2b4a670a-6a4a-4b4e-976f-75483432ac37","html_url":"https://github.com/woutdenolf/spectrocrunch","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/woutdenolf/spectrocrunch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woutdenolf%2Fspectrocrunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woutdenolf%2Fspectrocrunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woutdenolf%2Fspectrocrunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woutdenolf%2Fspectrocrunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woutdenolf","download_url":"https://codeload.github.com/woutdenolf/spectrocrunch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woutdenolf%2Fspectrocrunch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266738505,"owners_count":23976436,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["imaging","synchrotron","x-ray-spectroscopy"],"created_at":"2024-10-12T01:42:59.329Z","updated_at":"2025-07-23T20:02:13.708Z","avatar_url":"https://github.com/woutdenolf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SpectroCrunch: spectroscopic imaging library (XRF/XAS)\n======================================================\n\nGetting started\n---------------\n\nInstall dependencies:\n\n.. code-block:: bash\n\n    git clone https://github.com/woutdenolf/spectrocrunch\n    . spectrocrunch/tools/linux-install-deps.sh [-u]\n\nInstall from PyPi:\n\n.. code-block:: bash\n\n    pip install [--user] spectrocrunch\n\nInstall from source:\n\n.. code-block:: bash\n\n    git clone https://github.com/woutdenolf/spectrocrunch\n    cd spectrocrunch\n    pip install [--user] .\n\nTest:\n\n.. code-block:: bash\n\n    # Test source:\n    python setup.py test\n    \n    # Test installation:\n    python -m spectrocrunch.tests.test_all\n    \n    # Test with options:\n    python -m unittest -v spectrocrunch.tests.test_all.test_suite\n    pytest spectrocrunch\n    nose2 -v spectrocrunch\n\n    # Individual tests\n    python -m unittest spectrocrunch.align.tests.test_align.test_align.test_centroid\n    pytest spectrocrunch/align/tests/test_align.py::test_align::test_centroid\n\n\nDocumentation:\n\n Release: http://pythonhosted.org/spectrocrunch\n\n Latest: http://spectrocrunch.readthedocs.io/en/latest/\n\n\nDevelopers\n----------\n\n|Travis Status Master| |Appveyor Status Master|\n\nMain development website: https://github.com/woutdenolf/spectrocrunch\n\nDistribution website: https://pypi.python.org/pypi/spectrocrunch\n\nGuidelines for contributors and project managers can be found in the `developers guide \u003chttps://github.com/woutdenolf/wdncrunch/blob/master/tools/README.rst/\u003e`_.\n\n\nUse without installation\n------------------------\n\n.. code-block:: bash\n\n    git clone https://github.com/woutdenolf/spectrocrunch\n    cd spectrocrunch\n\nTo import modules from a package without installing the package, add the \ndirectory of the package to the PYTHONPATH environment variable or add this\nto the top of your script\n\n.. code-block::\n\n    import sys\n    sys.path.insert(1,'.../spectrocrunch')\n\n\nImport as follows:\n\n.. code-block:: \n\n    from spectrocrunch.align.alignElastix import alignElastix as align\n\n\n.. |Travis Status Master| image:: https://travis-ci.org/woutdenolf/spectrocrunch.svg?branch=master\n   :target: https://travis-ci.org/woutdenolf/spectrocrunch?branch=master\n.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/1txj75w5hjpmjfl3/branch/master?svg=true\n   :target: https://ci.appveyor.com/project/woutdenolf/spectrocrunch/branch/master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoutdenolf%2Fspectrocrunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoutdenolf%2Fspectrocrunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoutdenolf%2Fspectrocrunch/lists"}