Skip to content
/ jaroo Public

This project increases signal to noise ratio in astronomical photos.

License

Notifications You must be signed in to change notification settings

kysre/jaroo

Repository files navigation

License: GPL v3

jaroo

This project increases signal to noise ratio in astronomical photos.

Convert raw data to fits

In order to convert raw image from camera to fits image, we use dcraw and convert commands. To install these libraries in macOS use:

brew install dcraw
brew install imagemagick@6
echo 'export PATH="$PATH:/opt/homebrew/opt/imagemagick@6/bin"' >> ~/.zshrc

To install dcraw on Ubuntu:

sudo apt-get update -y
sudo apt-get install -y dcraw
sudo apt-get install -y netbpm

In order to convert raw photos to FITS, put raw photos in directory data/raw and run

bash process_raw.sh

FITS photos will be written in directory data/fits

About

This project increases signal to noise ratio in astronomical photos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published