Skip to content

Commit

Permalink
Merge branch 'hotfix/1.4.6' #115
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Apr 30, 2021
2 parents 67c4c6b + bbf38e8 commit 0ee1561
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .logging import log_stdout, log_verbose

version = "1.4.3"
version = "1.4.6"

lambda0 = [3726.18, 4101.73, 4340.46, 4363.21, 4861.32, 4958.91, 5006.84]
line_type = ['Oxy2', 'Balmer', 'Balmer', 'Single', 'Balmer', 'Single', 'Single']
Expand Down
5 changes: 3 additions & 2 deletions Metallicity_Stack_Commons/plotting/balmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,9 @@ def HbHgHd_fits(fitspath: str, out_pdf_prefix: str ='HbHgHd_fits',
label='Delta Fit')
ax_arr[row][0].set_xlim(4050, 4150)

ax_arr[row][0].set_ylim(0, 1.6)

for p in [0, 1, 2]:
ax_arr[row][p].set_ylim(0, 1.6)

ax_arr[row][0].annotate(txt2, [0.95, 0.95], xycoords='axes fraction',
va='top', ha='right', fontsize='5')
ax_arr[row][0].plot(wave[Hd_fit_dict['idx_sig']], Hd_fit_dict['residual'],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='Metallicity_Stack_Commons',
version='1.4.3',
version='1.4.6',
packages=['Metallicity_Stack_Commons'],
url='https://github.com/astrochun/Metallicity_Stack_Commons',
license='MIT License',
Expand Down

0 comments on commit 0ee1561

Please sign in to comment.