https://github.com/jiwoncpark/baobab
Revision e6b5c09b163abe8b798a4ce792173685a0ab88df authored by jiwoncpark on 11 June 2020, 06:20:42 UTC, committed by jiwoncpark on 11 June 2020, 06:20:42 UTC
1 parent fcbcd72
Raw File
Tip revision: e6b5c09b163abe8b798a4ce792173685a0ab88df authored by jiwoncpark on 11 June 2020, 06:20:42 UTC
Have DiagonalCosmoCNNPrior export the image positions that were used to generate the time delays
Tip revision: e6b5c09
.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