Skip to content

Commit

Permalink
Merge branch 'feature/packaging_reorg' into develop (PR #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Apr 8, 2020
2 parents 64c0eba + b35661d commit 6de0f6d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from astropy.table import Table
import numpy as np

from . import k_dict
from .. import k_dict

HgHb_CaseB = 0.468 # Hg/Hb ratio for zero reddening

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from astropy.io import ascii as asc
from astropy.table import Table

from ..temp_metallicity_calc import metallicity_calculation
from .temp_metallicity_calc import metallicity_calculation
from .. import OIII_r
from ..column_names import bin_names0, indv_names0, temp_metal_names0
from ..column_names import filename_dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from astropy.io import ascii as asc
import numpy as np

from .column_names import filename_dict, temp_metal_names0, npz_filename_dict
from ..column_names import filename_dict, temp_metal_names0, npz_filename_dict
from .ratios import error_prop_flux_ratios
from .temp_metallicity_calc import temp_calculation, metallicity_calculation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from astropy.convolution import Box1DKernel, convolve
from astropy.io import ascii as asc

from . import scalefact, wavelength_dict
from .. import scalefact, wavelength_dict

con1 = wavelength_dict['OII_3729'] / wavelength_dict['OII_3726'] # Ratio of OII doublet line

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from . import k_dict

from .column_names import temp_metal_names0, remove_from_list
from ..column_names import temp_metal_names0, remove_from_list

k_4363 = k_dict['OIII_4363']
k_5007 = k_dict['OIII_5007']
Expand Down
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/plotting/balmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from astropy.io import ascii as asc
from matplotlib.backends.backend_pdf import PdfPages

from ..fitting import gauss, double_gauss
from ..analysis.fitting import gauss, double_gauss

from .. import scalefact, wavelength_dict

Expand Down

0 comments on commit 6de0f6d

Please sign in to comment.