{"id":16475394,"url":"https://github.com/avinal/fits-reader","last_synced_at":"2025-09-16T17:46:36.207Z","repository":{"id":115432463,"uuid":"310934886","full_name":"avinal/FITS-Reader","owner":"avinal","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-07T21:27:17.000Z","size":4972,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-15T19:46:21.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avinal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-11-07T21:27:04.000Z","updated_at":"2020-11-07T21:27:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"452aca80-fafa-4ee1-b7bb-0a329a505cc6","html_url":"https://github.com/avinal/FITS-Reader","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/avinal/FITS-Reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinal","download_url":"https://codeload.github.com/avinal/FITS-Reader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275457688,"owners_count":25468239,"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-09-16T02:00:10.229Z","response_time":65,"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":[],"created_at":"2024-10-11T12:37:56.021Z","updated_at":"2025-09-16T17:46:36.183Z","avatar_url":"https://github.com/avinal.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fitsReader\nFITS file read and modify.\n\n\n# How to build\n1. This program uses conan as package manager make sure to config conan before building. \n   see [here](https://docs.conan.io/en/latest/getting_started.html) for more about conan.\n2. To config conan on either machine follow these steps\n   ```\n   git clone https://github.com/avinal/fitsReader.git\n   conan\n   cd \u003cyour-path-here\u003e/fitsReader\n   mkdir build\n   cd build\n   conan install ..\n   ```\n3. For Windows using CMAKE\n   ```\n   cd build\n   conan install ..\n   cmake .. -G \"Visual Studio 16\"\n   cmake --build . --config Release\n   ```\n4. For Linux Systems using CMAKE\n   ```\n   cd build\n   conan install ..\n   cmake .. -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release\n   cmake --build .\n   ```\n5. Don't forget to put FITS file in fitsReader/build/bin directory when running. \n\n# Usage\nInput file name with .fits extension.\n```\ndisplay [arg] // arg = all , header name, xtension \n\nall for all headers including extensions\nheader name for a particular header\nxtension for first extension\n\nupdate [arg1] [arg2] // arg1 = header name, arg2 = new value\n\n```\n\n## What is working?\n1. Read headers.\n2. Modifies the headers\n3. Modifies COMMENT and HISTORY keywords too.\n4. Mandotory keywords are write protected.\n5. Can read first encountered extension.\n\n## Limitations\n1. No Type Checking\n2. If the file is not correct by even 1 byte, the program exits.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinal%2Ffits-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinal%2Ffits-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinal%2Ffits-reader/lists"}