Skip to content

Commit

Permalink
Merge pull request #366 from simontorres/replace_hgarne_lamps
Browse files Browse the repository at this point in the history
Replace some HgArNe reference lamps
  • Loading branch information
simontorres authored Mar 26, 2022
2 parents 690ec7d + ef7fbed commit 6814642
Showing 6 changed files with 299,991 additions and 87 deletions.
2 changes: 1 addition & 1 deletion goodman_pipeline/core/core.py
Original file line number Diff line number Diff line change
@@ -1523,7 +1523,7 @@ def get_lines_in_lamp(ccd, plots=False):
filtered_data = np.array(none_to_zero)

_upper_limit = no_nan_lamp_data.min() + 0.03 * no_nan_lamp_data.max()
slit_size = np.float(re.sub('[a-zA-Z"_*]', '', lamp_header['slit']))
slit_size = np.float64(re.sub('[a-zA-Z"_*]', '', lamp_header['slit']))

serial_binning, parallel_binning = [
int(x) for x in lamp_header['CCDSUM'].split()]
150,323 changes: 150,279 additions & 44 deletions goodman_pipeline/data/ref_comp/goodman_comp_400M1_HgArNe.fits

Large diffs are not rendered by default.

This file was deleted.

149,709 changes: 149,709 additions & 0 deletions goodman_pipeline/data/ref_comp/goodman_comp_600Mid_GG395_HgArNe.fits

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion goodman_pipeline/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This is an automatic generated file please do not edit
__version__ = '1.3.5'
__version__ = '1.3.6'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -32,4 +32,4 @@ install_requires =
ccdproc
astroplan
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440)
version = 1.3.5
version = 1.3.6

0 comments on commit 6814642

Please sign in to comment.