{"id":15288102,"url":"https://github.com/krakrjak/fits-parse","last_synced_at":"2026-03-02T06:00:51.202Z","repository":{"id":62435960,"uuid":"131054986","full_name":"krakrjak/fits-parse","owner":"krakrjak","description":"Parse FITS files for Astronomy data analysis.","archived":false,"fork":false,"pushed_at":"2024-12-15T04:05:39.000Z","size":584,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-23T21:43:49.890Z","etag":null,"topics":["astronomers","astronomy","fits","fits-parse","haskell","library"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/krakrjak.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2018-04-25T19:38:36.000Z","updated_at":"2025-09-26T11:09:54.000Z","dependencies_parsed_at":"2023-10-17T05:46:55.989Z","dependency_job_id":"700020a9-9ae3-4e3e-98af-9b10e7d4ab38","html_url":"https://github.com/krakrjak/fits-parse","commit_stats":{"total_commits":66,"total_committers":1,"mean_commits":66.0,"dds":0.0,"last_synced_commit":"c05375005941825c592819d6eb9edd52a9befd05"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/krakrjak/fits-parse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krakrjak%2Ffits-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krakrjak%2Ffits-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krakrjak%2Ffits-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krakrjak%2Ffits-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krakrjak","download_url":"https://codeload.github.com/krakrjak/fits-parse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krakrjak%2Ffits-parse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29993531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["astronomers","astronomy","fits","fits-parse","haskell","library"],"created_at":"2024-09-30T15:44:08.391Z","updated_at":"2026-03-02T06:00:51.173Z","avatar_url":"https://github.com/krakrjak.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/krakrjak/fits-parse.svg?branch=master)](https://travis-ci.com/krakrjak/fits-parse)\n[![Documentation Status](https://readthedocs.org/projects/fits-parse/badge/?version=latest)](https://fits-parse.readthedocs.io/en/latest/?badge=latest)\n\n# fits-parse\n\nFITS - Flexible Image Transport System\n\nThis project focuses on building a Haskell native parser for FITS files. This file format is used widely by Astronomers and those analyzing astronomical data. There is currently a C library called `fitsio` and a Haskell wrapper for the library. However, this library can be cumbersome to use and the Haskell bindings are very thin and close to the metal of the `fitsio` library. This project focuses on providing good Haskell bindings and datatypes by implementing the FITS spec directly in Haskell, without the need for a C library. The reference for this work comes from NASA in the US. Conformance is currently limited to the Version 4.0 specification with no extensions. See [the NASA site](https://fits.gsfc.nasa.gov/fits_standard.html) for more details and to download the spec.\n\n# Reading Documentation\n\nThe [readthedocs](https://fits-parse.readthedocs.org) pages contain documentation for the *examples*.\nThe [API Haddock](https://krakrjak.github.io/fits-parse/index.html) docs for the *master* branch are\non github.io, release documentation will be on [Hackage](https://hackage.haskell.org/package/fits-parse).\n\nYou can build the Haddocks for offline use with `stack build --haddock`.\n\n# RTD Building\n\nTo build the [readthedocs](https://fits-parse.readthedocs.org) docs you need `sphinx`. To install it\nlocally for a single user use `pip` with the `--user` option to install `sphinx` and `sphinx-rtd-theme`.\nAlternatively, on Ubuntu you can install the `python3-sphinx` and `python3-sphinx-rtd-theme` package.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrakrjak%2Ffits-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrakrjak%2Ffits-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrakrjak%2Ffits-parse/lists"}