[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 6afa9eb7: Book: added description of --ds9extr
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 6afa9eb7: Book: added description of --ds9extra option of astscript-fits-view |
Date: |
Mon, 3 Jun 2024 15:15:50 -0400 (EDT) |
branch: master
commit 6afa9eb7201aa325016ecfa00b685e76533a6b45
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: added description of --ds9extra option of astscript-fits-view
Until now, this option was not described in the book!
With this commit, a description of it has been added in the "Invoking
astscript-fits-view" section of the book.
---
doc/gnuastro.texi | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index e92f699d..530de36a 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -34361,6 +34361,21 @@ Do not show a single color bar for all the loaded
images.
By default this script will call DS9 in a way that a single color bar is shown
for any number of images.
A single color bar is preferred for two reasons: 1) when there are a lot of
images, they consume a large fraction of the display area. 2) the color-bars
are locked by this script, so there is no difference between!
With this option, you can have separate color bars under each image.
+
+@item -e STR
+@itemx --ds9extra=STR
+Any other custom options you would like to directly pass to DS9.
+This option can be called multiple times.
+The string(s) given to this option will be the final component of the DS9
command that this script generates.
+This allows you to over-ride/customize previously set options (for example in
large scripts).
+
+Besides enabling all DS9 options that don't have a high-level wrapper in this
script, you can also use this option to re-order the way the options of this
script call DS9.
+This is because this script ignores the order that you have requested options
and will always put the high-level functions in a fixed order.
+Before calling DS9, this script will print the command that it executes so you
can see the order explicitly before DS9 opens.
+
+Since DS9 does not recognize a @key{=} between the option name and value, a
@key{SPACE} is usually necessary.
+Therefore, be sure to put them in a single string within double quotes (so the
spaces are preserved and passed to DS9 correctly).
+For example usage of this option within this manual, see @ref{Column
statistics color-magnitude diagram} or @ref{Subtracting the PSF}.
@end table
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master 6afa9eb7: Book: added description of --ds9extra option of astscript-fits-view,
Mohammad Akhlaghi <=