Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Matching Notebooks #478

Merged
merged 9 commits into from
Sep 30, 2018
Merged
2,160 changes: 2,160 additions & 0 deletions data/cosmoDC2_v0.1_sne_cat.csv

Large diffs are not rendered by default.

465 changes: 465 additions & 0 deletions data/cosmoDC2_v0.1_test_matched_AGN.fits

Large diffs are not rendered by default.

1,042 changes: 1,042 additions & 0 deletions data/cosmoDC2_v1.0_agn_cache.csv

Large diffs are not rendered by default.

1,679 changes: 1,679 additions & 0 deletions data/cosmoDC2_v1.0_matched_AGN.fits

Large diffs are not rendered by default.

979 changes: 979 additions & 0 deletions data/cosmoDC2_v1.0_sne_cache.csv

Large diffs are not rendered by default.

3,288 changes: 3,288 additions & 0 deletions data/cosmoDC2_v1.0_sne_cat.csv

Large diffs are not rendered by default.

22,687 changes: 22,687 additions & 0 deletions data/om10_qso_mock.fits

Large diffs are not rendered by default.

22,036 changes: 22,036 additions & 0 deletions data/twinkles_lenses_cosmoDC2_v0.1.fits

Large diffs are not rendered by default.

22,390 changes: 22,390 additions & 0 deletions data/twinkles_lenses_cosmoDC2_v1.0.fits

Large diffs are not rendered by default.

6,924 changes: 0 additions & 6,924 deletions examples/notebooks/MatchingLensGalaxies-SN-ProtoDC2.ipynb

This file was deleted.

2,042 changes: 2,042 additions & 0 deletions examples/notebooks/MatchingLensGalaxies-SN.ipynb

Large diffs are not rendered by default.

1,345 changes: 1,024 additions & 321 deletions examples/notebooks/MatchingLensGalaxies.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/notebooks/MatchingLensGalaxies_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def plot_bic(param_range,bics,lowest_comp):
plt.clf()
setup_text_plots(fontsize=16, usetex=True)
setup_text_plots(fontsize=16, usetex=False)
fig = plt.figure(figsize=(12, 6))
plt.plot(param_range,bics,color='blue',lw=2, marker='o')
plt.text(lowest_comp, bics.min() * 0.97 + .03 * bics.max(), '*',
Expand Down
Loading