https://github.com/jiwoncpark/baobab
Revision 76045229ebe4ebfca3af90e6670ee072c2d4069f authored by jiwoncpark on 11 June 2020, 07:21:52 UTC, committed by jiwoncpark on 11 June 2020, 07:21:52 UTC
1 parent 1e5bb3e
Raw File
Tip revision: 76045229ebe4ebfca3af90e6670ee072c2d4069f authored by jiwoncpark on 11 June 2020, 07:21:52 UTC
Define PSF and aperture kwargs in tdcosmo local dictionary (a hack) rather than passing them into KinematicsAPI's velocity_dispersion_analytical
Tip revision: 7604522
.gitignore
# Data
*.csv
*.npy
*.txt
*.h5
*.hdf5
out_data/*

# Personal config files under development
my_configs/*

# HTML builds
docs/_build/*

# Notebook
*ipynb_checkpoints

# Compiled python modules.
*.pyc
*__pycache__

# Setuptools distribution folder.
/dist/
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
.eggs/*

# Temp
*Untitled.ipynb
*~
*#
back to top