astro-csbdeep

(โ˜… 69)

astro-csbdeep is an astronomical processing toolbox for building and using ai models to denoise your astro images.

  • .gitignore
  • AstroNoise2Noise-LargeData.ipynb
  • AstroNoise2Noise-WorkingWithFitsFiles.ipynb
  • AstroNoise2Noise.ipynb
  • LICENSE.txt
  • README.md
  • requirements.txt
  • setup.cfg
  • setup.py

# Installation Guide

1. Get the code
git clone https://github.com/p7ayfu77/astro-csbdeep

Downloads the entire project code from GitHub to your computer.

cd astro-csbdeep

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
(.venv) C:\CSBDeep> jupyter notebook

Type this command into your terminal and run it.

(.venv) C:\CSBDeep> python -m astrodenoise.main myimage.tif

Runs the Python script (or module).

(.venv) C:\CSBDeep> python -m astrodenoise.main -h

Runs the Python script (or module).

(.venv) C:\CSBDeep> python -m astrodenoise.main

Runs the Python script (or module).

โœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation