Skip to content

Commit

Permalink
Merge branch 'tickets/DM-33993'
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Apr 6, 2022
2 parents 8f5724d + f1db38a commit 0ddf751
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config/colorColorFitPlot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import os

config.axisActions.xAction.load(os.path.join(os.path.dirname(__file__), "extinctionCoeffs.py"))
config.axisActions.yAction.load(os.path.join(os.path.dirname(__file__), "extinctionCoeffs.py"))
4 changes: 4 additions & 0 deletions config/colorColorPlot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import os

config.axisActions.xAction.load(os.path.join(os.path.dirname(__file__), "extinctionCoeffs.py"))
config.axisActions.yAction.load(os.path.join(os.path.dirname(__file__), "extinctionCoeffs.py"))
4 changes: 2 additions & 2 deletions config/extinctionCoeffs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Extinction coefficients for DECam filters for conversion from E(B-V) to extinction, A_filter.
# Extinction coefficients for DECam filters for conversion from E(B-V) to extinction, A_band.
# Numbers initially provided by Song Huang (NAOJ).
#
# Band, A_filter/E(B-V)
# Band, A_band/E(B-V)
# Values for N419 and N964 filters are not currently available.
config.extinctionCoeffs = {
"u": 3.994,
Expand Down

0 comments on commit 0ddf751

Please sign in to comment.