[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master d977544: Book: added description of gal_units_
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master d977544: Book: added description of gal_units_mag_to_counts |
Date: |
Sun, 30 May 2021 19:10:39 -0400 (EDT) |
branch: master
commit d977544af85e4480427c398f1a21df04963824aa
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: added description of gal_units_mag_to_counts
Until now, this function existed in the source of Gnuastro, but I had
forgot to include it in the book! After making the 0.15 release and on a
random check, I noticed that this function is missing!
With this commit, the description of this function has been added to the
book.
---
doc/gnuastro.texi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 807389e..bc72959 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -29329,6 +29329,12 @@ Convert counts to magnitudes through the given zero
point.
For more on the equation, see @ref{Brightness flux magnitude}.
@end deftypefun
+@deftypefun double gal_units_mag_to_counts (double @code{mag}, double
@code{zeropoint})
+@cindex Magnitude
+Convert magnitudes to counts through the given zero point.
+For more on the equation, see @ref{Brightness flux magnitude}.
+@end deftypefun
+
@deftypefun double gal_units_counts_to_jy (double @code{counts}, double
@code{zeropoint_ab})
@cindex Jansky (Jy)
@cindex AB Magnitude
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master d977544: Book: added description of gal_units_mag_to_counts,
Mohammad Akhlaghi <=