Skip to content
forked from editeodoro/Bbarolo

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

psharda/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 -b master --single-branch 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:

make pybbinst

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++ 92.1%
  • Makefile 3.8%
  • Python 2.8%
  • M4 0.7%
  • Shell 0.5%
  • QMake 0.1%