gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 7470618: speclines.h: corrected red/blue wavel


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 7470618: speclines.h: corrected red/blue wavelengths of MgII and CIII lines
Date: Sun, 12 May 2019 12:03:18 -0400 (EDT)

branch: master
commit 747061856d1533a4463fac812f8a59c0eca7517d
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    speclines.h: corrected red/blue wavelengths of MgII and CIII lines
    
    All the line-related properties are ordered from redder (longer wavelength)
    to bluer (shorter wavelength). However, I had mistakenly put the MgII and
    CIII doublet's red and blue peak values in the opposite order: names were
    correct, wavelengths were wrong. This is corrected in the library and in
    the book.
---
 doc/gnuastro.texi        | 8 ++++----
 lib/gnuastro/speclines.h | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 244511f..096a500 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -22748,7 +22748,7 @@ blue (shorter wavelengh).
 address@hidden Balmer limit.
 
 @item mgiired
address@hidden MgII doublet's redder line.
address@hidden MgII doublet's redder line.
 
 @item mgii
 @cindex Doublet: MgII
@@ -22756,10 +22756,10 @@ blue (shorter wavelengh).
 address@hidden MgII doublet's mean center.
 
 @item mgiiblue
address@hidden MgII doublet's bluer line.
address@hidden MgII doublet's bluer line.
 
 @item ciiired
address@hidden CIII doublet's redder line.
address@hidden CIII doublet's redder line.
 
 @item ciii
 @cindex Doublet: CIII
@@ -22767,7 +22767,7 @@ blue (shorter wavelengh).
 address@hidden CIII doublet's mean center.
 
 @item ciiiblue
address@hidden CIII doublet's bluer line.
address@hidden CIII doublet's bluer line.
 
 @item heiiblue
 address@hidden HeII doublet's bluer line.
diff --git a/lib/gnuastro/speclines.h b/lib/gnuastro/speclines.h
index 4c4a669..add541d 100644
--- a/lib/gnuastro/speclines.h
+++ b/lib/gnuastro/speclines.h
@@ -103,12 +103,12 @@ enum gal_speclines_line_codes
 #define GAL_SPECLINES_ANGSTROM_OII       3727.5
 #define GAL_SPECLINES_ANGSTROM_OIIBLUE   3726
 #define GAL_SPECLINES_ANGSTROM_BLIMIT    3646
-#define GAL_SPECLINES_ANGSTROM_MGIIRED   2796
+#define GAL_SPECLINES_ANGSTROM_MGIIRED   2803
 #define GAL_SPECLINES_ANGSTROM_MGII      2799.5
-#define GAL_SPECLINES_ANGSTROM_MGIIBLUE  2803
-#define GAL_SPECLINES_ANGSTROM_CIIIRED   1907
+#define GAL_SPECLINES_ANGSTROM_MGIIBLUE  2796
+#define GAL_SPECLINES_ANGSTROM_CIIIRED   1909
 #define GAL_SPECLINES_ANGSTROM_CIII      1908
-#define GAL_SPECLINES_ANGSTROM_CIIIBLUE  1909
+#define GAL_SPECLINES_ANGSTROM_CIIIBLUE  1907
 #define GAL_SPECLINES_ANGSTROM_HEIIBLUE  1640
 #define GAL_SPECLINES_ANGSTROM_LYALPHA   1215.67
 #define GAL_SPECLINES_ANGSTROM_LYLIMIT   912



reply via email to

[Prev in Thread] Current Thread [Next in Thread]