{"id":21030720,"url":"https://github.com/ruizca/msvst","last_synced_at":"2025-08-02T05:07:24.123Z","repository":{"id":65796704,"uuid":"477617390","full_name":"ruizca/msvst","owner":"ruizca","description":"Denoising code using the Multi-Variance Stabilization Transform","archived":false,"fork":false,"pushed_at":"2023-02-10T14:17:43.000Z","size":3189,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-18T16:07:04.409Z","etag":null,"topics":["astronomy","image-processing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruizca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.CeCILL","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-04T08:45:14.000Z","updated_at":"2024-07-29T08:35:16.000Z","dependencies_parsed_at":"2023-02-21T13:00:27.443Z","dependency_job_id":null,"html_url":"https://github.com/ruizca/msvst","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruizca/msvst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruizca%2Fmsvst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruizca%2Fmsvst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruizca%2Fmsvst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruizca%2Fmsvst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruizca","download_url":"https://codeload.github.com/ruizca/msvst/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruizca%2Fmsvst/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268337975,"owners_count":24234538,"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-08-02T02:00:12.353Z","response_time":74,"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":["astronomy","image-processing"],"created_at":"2024-11-19T12:19:58.724Z","updated_at":"2025-08-02T05:07:24.040Z","avatar_url":"https://github.com/ruizca.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"MSVST\n=======\nThe Multi-Scale Variance Stabilization Transform (MSVST, [Starck et al. 2009](https://arxiv.org/abs/0904.3299)) is a denoising algorithm based on wavelets suited for astronomical images. Here we provide a C++ implementation of the 2D and 2D+1D versions of the algorithm along with a python wrapper for ease of use.\n\nThe original C++ code was developed by CEA Saclay and distributed within the [Sparse2D](https://github.com/CosmoStat/Sparse2D) library.\n\n\nInstallation\n-------------\nMSVST is distributed as a python package an can be installed via pip. However, for the compilation of the C++ code the following software and libraries should be available in your system: \n- C/C++ compiler and make\n- [CMake](http://www.cmake.org)\n- [CFITSIO](https://heasarc.gsfc.nasa.gov/fitsio/) (\u003eV3.31)\n- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)\n\nIn Ubuntu (and other Debian based Linux distributions) these dependencies can be installed via apt:\n```\nsudo apt install gcc make cmake libcfitsio* pkg-config\n```\nIf available, the MSVST library will use [OpenMPI](https://www.open-mpi.org/) for parallelization in multi-core systems.\n\nOnce the prerequisites are installed:\n```\npip install msvst\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruizca%2Fmsvst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruizca%2Fmsvst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruizca%2Fmsvst/lists"}