Skip to content

Bbarolo is a 3D fitting tool to derive the kinematics of galaxies from emission-line observations.

License

Notifications You must be signed in to change notification settings

SpaceOdyssey/Bbarolo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBlogo

BBarolo is a 3D fitting tool to derive the kinematics of galaxies from emission-line observations.

Full documentation is hosted at http://bbarolo.readthedocs.io/en/latest.

Dependencies

Needed: FFTW3, WCSLIB, CFITSIO.

Optional: GNUPLOT, PYTHON with ASTROPY (for output plots), QT Kit (for the GUI)

Installing BBarolo

Clone the repository:

git clone https://github.com/editeodoro/Bbarolo
cd Bbarolo

Compile:

./configure
make
make install

Last command is optional to install BBarolo executable in a given path (default /usr/local/bin).

To compile the GUI (optional):

make gui

To install Python wrapper pyBBarolo:

python setup.py install

About

Bbarolo is a 3D fitting tool to derive the kinematics of galaxies from emission-line observations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.5%
  • Python 2.4%
  • Makefile 2.4%
  • Other 1.7%