-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Alexey Mints edited this page Jan 12, 2021
·
3 revisions
You can obtain UniDAM source code from https://github.com/minzastro/unidam.
UniDAM runs on Python version 3.6 and above. Earlier Python3 versions are not tested. Python 2.7 is no longer supported.
Dependencies:
- python-devel package
- ConfigParser
- matplotlib
- numpy (with -devel package for f2py use)
- simplejson
- astropy
- scipy
- argparse
- healpy (for data preparation)
- colorlog
- FORTRAN compiler
Files model_fitter.f90
, Solve_NonLin.f90
and extra_functions.f90
contain FORTRAN modules that should be compiled into python extension using f2py tool from numpy. This can be achieved using core/build_fortran.sh
script.
Download here Other model files can produced on request.