{"id":27938745,"url":"https://github.com/sunpy/sunraster","last_synced_at":"2025-05-07T08:57:27.863Z","repository":{"id":38221981,"uuid":"83324107","full_name":"sunpy/sunraster","owner":"sunpy","description":"A SunPy-affiliated package which provides tools to analyze data from spectral data from any solar mission.","archived":false,"fork":false,"pushed_at":"2025-05-05T15:40:26.000Z","size":2225,"stargazers_count":20,"open_issues_count":7,"forks_count":26,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-07T08:57:20.742Z","etag":null,"topics":["astronomy","astropy","iris","python","solar","solar-physics","spice","sunpy","sunrise"],"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/sunpy.png","metadata":{"funding":{"github":"sunpy","open_collective":"sunpy"},"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.rst","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}},"created_at":"2017-02-27T15:14:15.000Z","updated_at":"2025-05-05T15:40:28.000Z","dependencies_parsed_at":"2023-02-16T16:16:25.033Z","dependency_job_id":"9e59518b-7b2c-4870-90d3-3f8457c88642","html_url":"https://github.com/sunpy/sunraster","commit_stats":{"total_commits":635,"total_committers":23,"mean_commits":"27.608695652173914","dds":0.5984251968503937,"last_synced_commit":"28cc06e0738b72bf4ed4b9127b1f3ad3c7c78652"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunpy%2Fsunraster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunpy%2Fsunraster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunpy%2Fsunraster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunpy%2Fsunraster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunpy","download_url":"https://codeload.github.com/sunpy/sunraster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252847507,"owners_count":21813450,"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":["astronomy","astropy","iris","python","solar","solar-physics","spice","sunpy","sunrise"],"created_at":"2025-05-07T08:57:27.365Z","updated_at":"2025-05-07T08:57:27.850Z","avatar_url":"https://github.com/sunpy.png","language":"Python","funding_links":["https://github.com/sponsors/sunpy","https://opencollective.com/sunpy"],"categories":[],"sub_categories":[],"readme":"=========\nsunraster\n=========\n\n|Latest Version| |codecov| |matrix| |DOI| |Powered by NumFOCUS| |Powered by SunPy|\n\n.. |Latest Version| image:: https://img.shields.io/pypi/v/sunraster.svg\n   :target: https://pypi.python.org/pypi/sunraster/\n.. |matrix| image:: https://img.shields.io/matrix/sunpy:openastronomy.org.svg?colorB=%23FE7900\u0026label=Chat\u0026logo=matrix\u0026server_fqdn=openastronomy.modular.im\n   :target: https://openastronomy.element.io/#/room/#sunpy:openastronomy.org\n.. |codecov| image:: https://codecov.io/gh/sunpy/sunraster/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/sunpy/sunraster\n.. |DOI| image:: https://zenodo.org/badge/2165383.svg\n   :target: https://zenodo.org/badge/latestdoi/2165383\n.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat\u0026colorA=E1523D\u0026colorB=007D8A\n   :target: https://numfocus.org\n.. |Powered by SunPy| image:: https://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat\n   :target: https://www.sunpy.org\n\n``sunraster`` is an open-source Python library that provides the tools to read in and analyze spectrogram data.\n\nInstallation\n============\n\nAn easy way to install ``sunraster`` is to do so with the anaconda distribution using the conda-forge channel, with the following command at the terminal:\n\n.. code-block:: console\n\n    conda install --channel conda-forge sunraster\n\nAnother equally easy way to install ``sunraster`` is with pip:\n\n.. code-block:: console\n\n    pip install sunraster\n\nDeveloping\n==========\n\nIf you want to develop ``sunraster`` you will need to install from GitHub.\nWe suggest you fork ``sunraster`` so you can work on it.\nThe best way to do this is to create a new python virtual environment (conda/pipenv or others) and then install the git version of ``sunraster``:\n\n.. code:: bash\n\n    $ git clone https://github.com/\u003cyour username\u003e/sunraster.git\n    $ cd sunraster\n    $ pip install -e .\\[dev\\]\n\n\nFor detailed installation instructions (aimed at installing ``sunpy``), see the `Newcomers' guide`_ in the sunpy docs.\n\nGetting help\n============\n\nFor more information or to ask questions about ``sunraster``, check out:\n\n-  `sunraster Documentation`_\n-  `sunpy Matrix Channel`_\n-  `sunpy Mailing List`_\n\n.. _sunraster Documentation: https://docs.sunpy.org/projects/sunraster/en/latest/\n.. _sunpy Matrix Channel: https://chat.openastronomy.org/#/room/#sunpy:openastronomy.org\n.. _sunpy Mailing List: https://groups.google.com/forum/#!forum/sunpy\n\n\nLicense\n=======\n\nThis project is Copyright (c) The SunPy Community and licensed under\nthe terms of the BSD 2-Clause license. This package is based upon\nthe `Openastronomy packaging guide \u003chttps://github.com/OpenAstronomy/packaging-guide\u003e`_\nwhich is licensed under the BSD 3-clause licence. See the licenses folder for\nmore information.\n\nUsage of Generative AI\n======================\n\nWe expect authentic engagement in our community.\nBe wary of posting output from Large Language Models or similar generative AI as comments on GitHub or any other platform, as such comments tend to be formulaic and low quality content.\nIf you use generative AI tools as an aid in developing code or documentation changes, ensure that you fully understand the proposed changes and can explain why they are the correct approach and an improvement to the current state.\n\nContributing\n============\n\nWe love contributions! sunraster 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\nFor more information on contributing to sunraster, please read SunPy's `Newcomers' guide`_.\n\n.. _SunPy mailing list: https://groups.google.com/forum/#!forum/sunpy\n.. _Developers Guide: https://docs.sunpy.org/en/latest/dev_guide/index.html\n.. _`#sunpy:openastronomy.org`: https://chat.openastronomy.org/#/room/#sunpy:openastronomy.org\n.. _issues page: https://github.com/sunpy/sunraster/issues\n.. _Newcomers' guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html\n\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\nsunraster based on its use in the README file for the\n`MetPy project \u003chttps://github.com/Unidata/MetPy\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunpy%2Fsunraster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunpy%2Fsunraster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunpy%2Fsunraster/lists"}