{"id":13770992,"url":"https://github.com/astropy/specutils","last_synced_at":"2025-05-14T23:07:40.481Z","repository":{"id":1750775,"uuid":"2577269","full_name":"astropy/specutils","owner":"astropy","description":"An Astropy coordinated package for astronomical spectroscopy.  Maintainers: @rosteen @keflavich @eteq","archived":false,"fork":false,"pushed_at":"2025-05-07T13:30:43.000Z","size":17186,"stargazers_count":183,"open_issues_count":199,"forks_count":129,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-05-07T14:40:06.208Z","etag":null,"topics":["astropy"],"latest_commit_sha":null,"homepage":"http://specutils.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"shawncplus/dotfiles","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astropy.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"docs/contributing.rst","funding":null,"license":"licenses/LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION","codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"numfocus","custom":"https://numfocus.org/donate-to-astropy"}},"created_at":"2011-10-14T16:11:38.000Z","updated_at":"2025-05-07T13:30:00.000Z","dependencies_parsed_at":"2023-07-05T20:02:21.206Z","dependency_job_id":"632d7473-92f5-4da8-b3d0-6a8e9873ce09","html_url":"https://github.com/astropy/specutils","commit_stats":{"total_commits":2516,"total_committers":101,"mean_commits":24.91089108910891,"dds":0.8414149443561209,"last_synced_commit":"2329d114b755c5a96eaaafa05602012a0c16c768"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astropy%2Fspecutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astropy%2Fspecutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astropy%2Fspecutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astropy%2Fspecutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astropy","download_url":"https://codeload.github.com/astropy/specutils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253888271,"owners_count":21979414,"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":["astropy"],"created_at":"2024-08-03T17:00:46.121Z","updated_at":"2025-05-14T23:07:40.475Z","avatar_url":"https://github.com/astropy.png","language":"Python","funding_links":["https://github.com/sponsors/numfocus","https://numfocus.org/donate-to-astropy"],"categories":["Uncategorized","Astrophysics \u0026 Astronomy Spectra"],"sub_categories":["Uncategorized"],"readme":"Specutils\n=========\n\n|CI| |Coverage| |Docs| |Astropy|\n\n.. |CI| image:: https://github.com/astropy/specutils/workflows/CI/badge.svg\n   :target: https://github.com/astropy/specutils/actions\n   :alt: GitHub Actions CI Status\n\n.. |Coverage| image:: https://codecov.io/github/astropy/specutils/branch/main/graph/badge.svg\n   :target: https://codecov.io/github/astropy/specutils\n   :alt: Coverage Status\n\n.. |Docs| image:: https://readthedocs.org/projects/specutils/badge/?version=latest\n   :target: https://specutils.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. |Astropy| image:: https://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat\n   :target: https://www.astropy.org/\n   :alt: Powered by Astropy\n\nSpecutils is an `Astropy affiliated package \u003chttp://affiliated.astropy.org/\u003e`_\nwith the goal of providing a shared set of Python representations of\nastronomical spectra and basic tools to operate on these spectra. The effort is\nalso meant to be a \"hub\", helping to unite the Python astronomical spectroscopy\ncommunity around shared effort, much as Astropy is meant to for the wider\nastronomy Python ecosystem. This broader effort is outlined in the\n`APE13 document \u003chttps://github.com/astropy/astropy-APEs/blob/main/APE13.rst\u003e`_.\n\nNote that Specutils is not intended to meet all possible spectroscopic analysis or\nreduction needs. While it provides some standard analysis functionality\n(following the  Python philosophy of \"batteries included\"), it is best thought\nof as a \"tool box\" that provides pieces of functionality that can be used to\nbuild a particular scientific workflow or higher-level analysis tool.  To that\nend, it is also meant to facilitate connecting together disparate reduction\npipelines and analysis tools through shared Python representations of\nspectroscopic data.\n\nGetting Started with Specutils\n------------------------------\n\nFor details on installing and using Specutils, see the\n`specutils documentation \u003chttp://specutils.readthedocs.io/en/latest/\u003e`_.\n\nNote that Specutils now only supports Python 3. While some functionality may\ncontinue to work on Python 2, it is not tested and support cannot be guaranteed\n(due to the sunsetting of Python 2 support by the Python and Astropy development\nteams).\n\nMigrating from Specutils 1.x to 2.x\n-----------------------------------\n\nFor details about breaking changes coming in 2.0, please see the\n`specutils documentation \u003chttp://specutils.readthedocs.io/en/latest/\u003e`_.\n\nLicense\n-------\n\nThis project is Copyright (c) Specutils Developers and licensed under\nthe terms of the BSD 3-Clause license. This package is based upon\nthe `Astropy package template \u003chttps://github.com/astropy/package-template\u003e`_\nwhich is licensed under the BSD 3-clause license. See the ``licenses`` folder for\nmore information.\n\nContributing\n------------\n\nWe love contributions! specutils is open source,\nbuilt on open source, and we'd love to have you hang out in our community.\n\n**Imposter syndrome disclaimer**: We want your help. No, really.\n\nThere may be a little voice inside your head that is telling you that you're not\nready to be an open source contributor; that your skills aren't nearly good\nenough to contribute. What could you possibly offer a project like this one?\n\nWe assure you - the little voice in your head is wrong. If you can write code at\nall, you can contribute code to open source. Contributing to open source\nprojects is a fantastic way to advance one's coding skills. Writing perfect code\nisn't the measure of a good developer (that would disqualify all of us!); it's\ntrying to create something, making mistakes, and learning from those\nmistakes. That's how we all improve, and we are happy to help others learn.\n\nBeing an open source contributor doesn't just mean writing code, either. You can\nhelp out by writing documentation, tests, or even giving feedback about the\nproject (and yes - that includes giving feedback about the contribution\nprocess). Some of these contributions may be the most valuable to the project as\na whole, because you're coming to the project with fresh eyes, so you can see\nthe errors and assumptions that seasoned contributors have glossed over.\n\nNote: This disclaimer was originally written by\n`Adrienne Lowe \u003chttps://github.com/adriennefriend\u003e`_ for a\n`PyCon talk \u003chttps://www.youtube.com/watch?v=6Uj746j9Heo\u003e`_, and was adapted by\nspecutils based on its use in the README file for the\n`MetPy project \u003chttps://github.com/Unidata/MetPy\u003e`_.\n\nIf you locally cloned this repo before 22 Mar 2021\n--------------------------------------------------\n\nThe primary branch for this repo has been transitioned from ``master`` to ``main``.  If you have a local clone of this repository and want to keep your local branch in sync with this repo, you'll need to do the following in your local clone from your terminal::\n\n   git fetch --all --prune\n   # you can stop here if you don't use your local \"master\"/\"main\" branch\n   git branch -m master main\n   git branch -u origin/main main\n\nIf you are using a GUI to manage your repos you'll have to find the equivalent commands as it's different for different programs. Alternatively, you can just delete your local clone and re-clone!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastropy%2Fspecutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastropy%2Fspecutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastropy%2Fspecutils/lists"}