[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master updated (eaab08ce -> cad6503d)
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master updated (eaab08ce -> cad6503d) |
Date: |
Fri, 17 May 2024 08:01:30 -0400 (EDT) |
makhlaghi pushed a change to branch master.
from eaab08ce Library (arithmetic.h and dimension.h): maskfilled
operators max area
new fca894c0 psf-scale-factor: image and PSF are cropped using Warp
instead of Crop
new 32e46fb6 psf-scale-factor: estimating a better center position
new 2c7758e6 psf-scale-factor: checking that x and y-shifts inputs
new c85f8100 psf-subtract: positioning the PSF image by Warp instead
of Crop
new 694e60a4 psf-scale-factor: considering a background value in the
scaling of the PSF
new 60a2a2ed psf-scale-factor: improving the efficiency of the
background estimation
new 5671d24d psf-stamp: creating the stamps by Warp instead of Crop
new 844fe9f2 Book: adding new information to the PSF subtraction
tutorial
new 365c926f Book: adding the new PSF script features into the options
information
new d6063f52 Book: some parts PSF section with new scale-factor are
changed
new cad6503d psf-scale-factor: minor stylistic polishing
Summary of changes:
bin/script/psf-scale-factor.sh | 764 ++++++++++++++++++++++++++---------------
bin/script/psf-stamp.sh | 339 ++++++++----------
bin/script/psf-subtract.sh | 258 ++++++++------
doc/gnuastro.texi | 278 ++++++++++++---
4 files changed, 1004 insertions(+), 635 deletions(-)
mode change 100644 => 100755 bin/script/psf-scale-factor.sh
mode change 100644 => 100755 bin/script/psf-subtract.sh
- [gnuastro-commits] master updated (eaab08ce -> cad6503d),
Mohammad Akhlaghi <=
- [gnuastro-commits] master 5671d24d 07/11: psf-stamp: creating the stamps by Warp instead of Crop, Mohammad Akhlaghi, 2024/05/17
- [gnuastro-commits] master 844fe9f2 08/11: Book: adding new information to the PSF subtraction tutorial, Mohammad Akhlaghi, 2024/05/17
- [gnuastro-commits] master 32e46fb6 02/11: psf-scale-factor: estimating a better center position, Mohammad Akhlaghi, 2024/05/17
- [gnuastro-commits] master c85f8100 04/11: psf-subtract: positioning the PSF image by Warp instead of Crop, Mohammad Akhlaghi, 2024/05/17
- [gnuastro-commits] master 365c926f 09/11: Book: adding the new PSF script features into the options information, Mohammad Akhlaghi, 2024/05/17
- [gnuastro-commits] master fca894c0 01/11: psf-scale-factor: image and PSF are cropped using Warp instead of Crop, Mohammad Akhlaghi, 2024/05/17
- [gnuastro-commits] master 694e60a4 05/11: psf-scale-factor: considering a background value in the scaling of the PSF, Mohammad Akhlaghi, 2024/05/17
- [gnuastro-commits] master cad6503d 11/11: psf-scale-factor: minor stylistic polishing, Mohammad Akhlaghi, 2024/05/17
- [gnuastro-commits] master 60a2a2ed 06/11: psf-scale-factor: improving the efficiency of the background estimation, Mohammad Akhlaghi, 2024/05/17
- [gnuastro-commits] master 2c7758e6 03/11: psf-scale-factor: checking that x and y-shifts inputs, Mohammad Akhlaghi, 2024/05/17