[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 4bf867d3 26/39: Book: open imge by 'zscale' sc
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 4bf867d3 26/39: Book: open imge by 'zscale' scale and options are written as code format |
Date: |
Wed, 19 Apr 2023 12:18:26 -0400 (EDT) |
branch: master
commit 4bf867d36f7fd8f1c14da455a8cad044d028f5c4
Author: Sepideh Eskandarlou <sepideh.eskandarlou@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: open imge by 'zscale' scale and options are written as code format
Until now, for visualizing the SDSS catalogs object in J-PLUS image the
scale did not determine and it did not make sense. Also, options did not
write as code format.
With this commit, scale of imge is 'zcale'. Now if upload the region on the
imge by Ds9 it make sense. Option are wrote as code format.
---
doc/gnuastro.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 40437919..9da1d8a7 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -29878,7 +29878,7 @@ To visualize the position of the SDSS objects over the
J-PLUS image, let's use @
@example
$ astscript-ds9-region zp/sdss-catalog.fits --column=RA_ICRS,DE_ICRS \
--color=red --width=3 --output=zp/sdss.reg
-$ ds9 zp/jplus-nc.fits[INPUT-NO-SKY] -regions load zp/sdss.reg
+$ ds9 zp/jplus-nc.fits[INPUT-NO-SKY] -regions load zp/sdss.reg -scale zscale
@end example
Now, we are ready to estimate the zero point of the J-PLUS image based on the
SDSS catalog.
@@ -29894,8 +29894,8 @@ $ astscript-zeropoint zp/jplus-nc.fits
--hdu=INPUT-NO-SKY \
--output=zp/jplus-zeropoint.fits
@end example
-Please see the ZPSTD of zero points for each aperture at the first extension
of the output file.
-The best ZPSTDs are related to aperture radii of 2 and 3 arcsec.
+Please see the @code{ZPSTD} of zero points for each aperture at the first
extension of the output file.
+The best @code{ZPSTD}s are related to aperture radii of 2 and 3 arcsec.
At the same time, please open the output file by TOPCAT and plot all magnitude
tables and especially those which are related to aperture sizes of 2 and 3
arcsec to estimate an accurate magnitude range.
As you can see, the differences in magnitudes are around a straight line in
the range of around 15.5 to 18 mag, however, there are many fluctuations in the
plot.
Although we use the sigma clipping in calculating zero points and so remove
the most of outliers (for more details please see @ref{Sigma clipping}),
nevertheless, it is good to limit the range of magnitude.
@@ -29912,7 +29912,7 @@ $ astscript-zeropoint zp/jplus-nc.fits
--hdu=INPUT-NO-SKY \
--output=zp/jplus-zeropoint.fits
@end example
-The best zero point is in the header of the output file that is estimated
based on the minimum of ZPSTD.
+The best zero point is in the header of the output file that is estimated
based on the minimum of @code{ZPSTD}.
@example
$ astfits zp/jplus-zeropoint.fits --hdu=1 --quiet \
@@ -29921,7 +29921,7 @@ $ astfits zp/jplus-zeropoint.fits --hdu=1 --quiet \
@end example
The @command{astscript-zeropoint} script selected an aperture radius of 2
arcsec as best, however, you can see that the result for an aperture size of 3
arcsec is acceptable, also.
-Actually, ZPSTDs for them have no significant difference.
+Actually, @code{ZPSTD}s for them have no significant difference.
So it is good to check all of the results in the first extension of the output
file before making a final decision.
Finally, let's delete the zp directory to keep clean everything:
- [gnuastro-commits] master 48edcd91 13/39: Book: tutorial of zero point; preparing images for using the script, (continued)
- [gnuastro-commits] master 48edcd91 13/39: Book: tutorial of zero point; preparing images for using the script, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 88b4c298 23/39: Book: tutorial of zero point; subsection catalog reference, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master aeb507b8 22/39: Book: correct the info format menus, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 069e12f4 24/39: Zeropoint: a bug about the matching of reference and main catalog, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master c4af3dfc 25/39: Book: tutorial of zero point; completing the catalog reference, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 536052fb 35/39: astscript-zeropoint: writting all receipes as in one shell, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 96137885 09/39: Zeropoint: keep Mag-vs-Zeropoint for best aperture in output, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 151e8bfc 20/39: Book: editing zero point estimation section, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 85a5ad67 21/39: zeropoint: using single equal instead of the double for checking, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master ea82d80a 29/39: Book: Use suggestive instead of imperative word, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 4bf867d3 26/39: Book: open imge by 'zscale' scale and options are written as code format,
Mohammad Akhlaghi <=
- [gnuastro-commits] master 3cc85d96 34/39: astscript-zeropoint: new option --matchradius added, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 83e74d09 38/39: astscript-zeropoint: the name of some options are modified, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 21cd71bf 39/39: astscript-zeropoint: edits for merging into master branch, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 0fabd68e 30/39: Zeropoint: add an option for doing many jobs and check overlapping, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master 0e982706 33/39: astscript-zeropoint: polishing and improving the comments of the scripts, Mohammad Akhlaghi, 2023/04/19
- [gnuastro-commits] master fcf00960 37/39: astscript-zeropoint: Content of temorary file have been removed, Mohammad Akhlaghi, 2023/04/19