{"id":16475408,"url":"https://github.com/avinal/fits-image","last_synced_at":"2026-06-13T15:32:57.432Z","repository":{"id":115432451,"uuid":"310934746","full_name":"avinal/FITS-Image","owner":"avinal","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-07T21:26:34.000Z","size":33970,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-05T08:42:51.667Z","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:26:08.000Z","updated_at":"2020-11-07T21:26:40.000Z","dependencies_parsed_at":"2023-12-04T18:15:07.228Z","dependency_job_id":null,"html_url":"https://github.com/avinal/FITS-Image","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/avinal/FITS-Image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinal","download_url":"https://codeload.github.com/avinal/FITS-Image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2FFITS-Image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34290345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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:38:03.235Z","updated_at":"2026-06-13T15:32:57.413Z","avatar_url":"https://github.com/avinal.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FitsImage\nA small program to extract images from FITS file using Boost.GIL and CFITSIO.\n*Works Best with BITPIX = 8, 16 and 32 and NAXIS = 2.*\n\n# Running the program\nDirectly grab the latest release from [Releases](https://github.com/avinal/FitsImage/releases) section for Windows.\n\n# How to build \n*(Currnetly the conan file and cfitsio libraries included are configured for Windows 64 bits. Make necessary changes\nin Cmake config when using on linux.)*\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/FitsImage.git\n   conan\n   cd \u003cyour-path-here\u003e/FitsImage\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 and *cfitsio.dll* or equivalent for linux in fitsReader/build/bin directory when running. \n\n## Example Images\n1. ![Eagle Nebula ](/image/18.jpeg)\n\n2. ![Sample 15](/image/15.jpeg)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinal%2Ffits-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinal%2Ffits-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinal%2Ffits-image/lists"}