Skip to content

Steffenhir/AstroNoiseNet

Repository files navigation

AstroNoiseNet

This is a Neural Network designed to denoise Astro images. The architecture of the Neural Network itself is based on PRIDNet. Additionally, inspired by Starnet V1, a discriminator is used in training to retain high-frequency details.

For training data, pairs of real astro images with short and longer integration times are used.

Dataset
Dataset
Short exposure Short denoised Long exposure
Short Denoised Long

Installation for Developers

Clone repository

git clone https://github.com/Steffenhir/AstroNoiseNet
cd AstroNoiseNet

Create new venv and install required packages

conda create --name AstroNoiseNet python=3.8.15
conda activate AstroNoiseNet
conda install --file requirements.txt

About

Neural Network for denoising of astronomical images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published