[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master updated (482df67 -> f0fcad5)
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master updated (482df67 -> f0fcad5) |
Date: |
Sun, 16 May 2021 15:39:27 -0400 (EDT) |
makhlaghi pushed a change to branch master.
from 482df67 Table: an empty input table will not cause a crash with
--range
new c92dea3 SNR options added to bin/script/radial-profile.in
new edcb351 radial-profile: removing the set-x option used for
debuging
new e473879 astscript-radial-profile: including make check for this
script
new 28e1bc8 astscript-sort-by-night: chaning old names to have 'sort'
instead of 'list'
new c3af771 Book: signal-to-noise parameters of the radial-profile
script are now described.
new 6e94c13 All programs: empty string arguments are now ignored
new f0fcad5 astscript-radial-profile: Removed special sn option
Summary of changes:
bin/TEMPLATE/ui.c | 7 +-
bin/arithmetic/ui.c | 7 +-
bin/buildprog/ui.c | 7 +-
bin/convertt/ui.c | 7 +-
bin/convolve/ui.c | 6 +-
bin/cosmiccal/ui.c | 9 +-
bin/crop/ui.c | 11 ++-
bin/fits/ui.c | 18 ++--
bin/match/ui.c | 14 +--
bin/mkcatalog/ui.c | 7 +-
bin/mknoise/ui.c | 7 +-
bin/mkprof/ui.c | 7 +-
bin/noisechisel/ui.c | 7 +-
bin/query/ui.c | 7 +-
bin/script/radial-profile.in | 102 +++++++++++++++------
bin/segment/ui.c | 7 +-
bin/statistics/ui.c | 7 +-
bin/table/ui.c | 7 +-
bin/warp/ui.c | 7 +-
doc/gnuastro.texi | 59 +++++++++---
tests/Makefile.am | 7 +-
tests/during-dev.sh | 15 +++
.../script/{list-by-night.sh => radial-profile.sh} | 50 ++++++----
.../script/{list-by-night.sh => sort-by-night.sh} | 0
24 files changed, 260 insertions(+), 122 deletions(-)
mode change 100644 => 100755 bin/script/radial-profile.in
copy tests/script/{list-by-night.sh => radial-profile.sh} (60%)
rename tests/script/{list-by-night.sh => sort-by-night.sh} (100%)
- [gnuastro-commits] master updated (482df67 -> f0fcad5),
Mohammad Akhlaghi <=
- [gnuastro-commits] master edcb351 2/7: radial-profile: removing the set-x option used for debuging, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master 6e94c13 6/7: All programs: empty string arguments are now ignored, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master f0fcad5 7/7: astscript-radial-profile: Removed special sn option, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master c92dea3 1/7: SNR options added to bin/script/radial-profile.in, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master 28e1bc8 4/7: astscript-sort-by-night: chaning old names to have 'sort' instead of 'list', Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master e473879 3/7: astscript-radial-profile: including make check for this script, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master c3af771 5/7: Book: signal-to-noise parameters of the radial-profile script are now described., Mohammad Akhlaghi, 2021/05/16