All Projects → astroCV → astroCV

astroCV / astroCV

Licence: BSD-2-Clause license
Computer Vision library for Astronomy

Programming Languages

Jupyter Notebook
11667 projects
c
50402 projects - #5 most used programming language
Cuda
1817 projects
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to astroCV

TreeCorr
Code for efficiently computing 2-point and 3-point correlation functions. For documentation, go to
Stars: ✭ 85 (+18.06%)
Mutual labels:  astronomy, lsst
astronify
Astronomical data sonification.
Stars: ✭ 57 (-20.83%)
Mutual labels:  astronomy
Celerite
Scalable 1D Gaussian Processes in C++, Python, and Julia
Stars: ✭ 155 (+115.28%)
Mutual labels:  astronomy
Allsky
A Raspberry Pi operated Wireless Allsky Camera
Stars: ✭ 225 (+212.5%)
Mutual labels:  astronomy
Asdf
ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data
Stars: ✭ 162 (+125%)
Mutual labels:  astronomy
Lightkurve
A friendly package for Kepler & TESS time series analysis in Python.
Stars: ✭ 232 (+222.22%)
Mutual labels:  astronomy
Photutils
Astropy package for source detection and photometry. Maintainers: @larrybradley and @bsipocz
Stars: ✭ 150 (+108.33%)
Mutual labels:  astronomy
moon geology atlas of space
Code, data, and instructions for mapping the geology of the moon
Stars: ✭ 76 (+5.56%)
Mutual labels:  astronomy
gleam
Galaxy Line Emission & Absorption Modeling
Stars: ✭ 23 (-68.06%)
Mutual labels:  astronomy
Taotie
饕餮:A curated collection of resources for astrophysical research
Stars: ✭ 224 (+211.11%)
Mutual labels:  astronomy
Topography atlas of space
Code and instructions for making topographic maps of planets and moons
Stars: ✭ 187 (+159.72%)
Mutual labels:  astronomy
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (+141.67%)
Mutual labels:  astronomy
Astropy
Repository for the Astropy core package
Stars: ✭ 2,933 (+3973.61%)
Mutual labels:  astronomy
Gaiasky
Mirror of Gaia Sky repository hosted on Gitlab: https://gitlab.com/langurmonkey/gaiasky
Stars: ✭ 162 (+125%)
Mutual labels:  astronomy
naima
Derivation of non-thermal particle distributions through MCMC spectral fitting
Stars: ✭ 32 (-55.56%)
Mutual labels:  astronomy
Cosmonium
3D astronomy and space exploration program.
Stars: ✭ 153 (+112.5%)
Mutual labels:  astronomy
Galaxy Image Classifier Tensorflow
Classify whether an image is of a Spiral or an Elliptical Galaxy using Transfer Learning (Tensorflow)
Stars: ✭ 179 (+148.61%)
Mutual labels:  astronomy
Stellarium
Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
Stars: ✭ 3,010 (+4080.56%)
Mutual labels:  astronomy
regions
Astropy package for region handling
Stars: ✭ 52 (-27.78%)
Mutual labels:  astronomy
FITSIO.jl
Flexible Image Transport System (FITS) file support for Julia
Stars: ✭ 46 (-36.11%)
Mutual labels:  astronomy

AstroCV

AstroCV is a package intended to contain computer vision algorithms and methods for processing and analyzing astronomical datasets. The main goal is developing and promoting the use of modern computer vision algorithms for solving scientific problems in astronomy.

For installation instructions, see the online documentation for required libraries or check the installation guide installation_guide.md in this source distribution.

The paper on AstroCV is in this file

Contents

galaxy_detection

In README.md you can find a detailed guide on how to train your own network.

Four examples can be found in this folder. These examples show detections in different images. The first and second example work with .jpg images. The third example downloads images from the web. The fourth example processes three .fits images for the same photo (i, r and g filters), then applies different filters to the rgb matrix (e.g. lupton, sqrt) and finally tests the detector with the images.

In the traning folder, you can find .py codes to download the images from SDSS, convert them into .jpg and process and prepare files to be traning ready.

tutorials

This folder contains introductive tutorials to computer vision, deep learning and creating a dataset from the NGFS survey.

tools/color_image

In this folder you can find two .py scripts for making galaxy snapshots and creating .jpg images.

Download data

Download NGFS data

Download AstroCV data

License

Astropy is licensed under a 3-clause BSD style license - see the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].