gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master updated (86a4db4b -> 0ea23b70)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master updated (86a4db4b -> 0ea23b70)
Date: Wed, 26 Jan 2022 12:39:08 -0500 (EST)

makhlaghi pushed a change to branch master.

      from  86a4db4b  Configuration: no modification in LDFLAGS for library 
checks
       new  5f23616b  PSF stamp: new script to generate star stamps and 
construct a PSF
       new  65fb6894  PSF stamp: wrong script location, fixing it
       new  f7af955d  PSF stamp: Renaming this script to 'psf-create-make-stamp'
       new  b14fdf1d  PSF stamp: fixing wrong directory of this script
       new  31f0373a  PSF model: new script for putting a PSF image into a sky 
position
       new  30e33ec6  PSF model: new script for computing the PSF flux factor
       new  9a66fff9  Scripts: removing the executability of some source code 
scripts
       new  f58c3211  PSF model: checking that a PSF image is given for 
computing flux factor
       new  e9f4d343  PSF model: fixed bug in defining the radial profiles for 
flux factor
       new  f9b7edfa  PSF stamp: removing the option --oversample as it is not 
enabled
       new  9db9e205  PSF junction: new script for joining two PSF images
       new  57b27b9e  PSF scripts: correcting several bugs and homogenizing the 
notation
       new  a6788c50  Book: adding documentation of 'psf-create-make-stamp' 
script
       new  8d4e7f3d  Book: adding documentation of 'psf-create-junction' script
       new  81720014  Book: adding documentation of 'psf-model-flux-factor' 
script
       new  0facf365  Book: adding documentation of 'psf-model-scattered-light' 
script
       new  4c5fe969  Book: fully working example on how to construct and 
correct the PSF
       new  cf6335a6  PSF stamp: enabling the use of sigma-clip parameters
       new  2718494e  PSF stamp: allowing to run the script without making 
normalization
       new  de1b645b  PSF stamp: computing radial profile up to the minimum 
possible value
       new  5a236622  PSF model: computing radial profile up to the minimum 
possible value
       new  03bc1e69  PSF model: using PSF radial profile as input for flux 
factor computation
       new  f42832f8  PSF stamp: allowingto use a position angle and axis ratio
       new  117fd766  PSF select stars: new script for selecting stars
       new  f1cfd384  PSF select stars: remove --input add --output and 
--catalog
       new  b5262f34  PSF stamp: rmax option was redundant
       new  9ca784e4  PSF select stars: if the image has not stars in `--min` 
and `--max` range of magnitude
       new  00b08df2  PSF stamp: add --saturation option for masking the 
saturated pixels
       new  ccae240f  PSF stamp: bug in --rmax option introduced in previous 
commit fixed
       new  f2a74d83  Book: fixing references and labels for the PSF scripts 
information
       new  5fdd3a4a  PSF create: including the make check step for two PSF 
scripts
       new  2894b35a  PSF model: including the make check step for two PSF 
scripts
       new  da6eea59  Scripts: changing 'wcstoimg' to 'wcs-to-img' in several 
scripts
       new  b1e3da80  PSF junction: fixed bug when centering the different 
parts of the PSF
       new  df256000  PSF select-stars: Add 'astscript-psf-create-select-stars' 
section to the book
       new  7c398567  Book: Correct the some parts of the making the PSF
       new  db2d55be  PSF select-stars: changing some variable names to follow 
conventions
       new  ff3bb03f  PSF select-stars: removing not used options and polishing 
the comments
       new  781f0f33  PSF scripts: checking that the input file actually exists
       new  5eac0cea  Book: polishing the description of the PSF select-stars 
script
       new  ce020710  Book: new section for the tutorial on how to construct 
and extended PSF
       new  86ac2dd1  PSF select-stars: corrected bug in checking the 
catalog-image overlap
       new  1e0cc1a0  PSF select-stars: changing default values to not crash in 
make check
       new  cd14a366  PSF select-stars: including the make check step for this 
script
       new  85648ac3  PSF select-stars: The script has been changed for use in 
general scenario
       new  b82adcfc  Book: some essential option was add to 
astscript-psf-select-stars section
       new  d6e6f9da  PSF flux-factor: correct the indentation
       new  b5525411  PSF select-stars: delete the value of some options and 
ask them from the user
       new  6901ec82  PSF select-stars: check the image and catalog have a 
overlap area or not
       new  5d9a6d9b  PSF select-stars: make check steps done again because 
some new option are added
       new  9ab3dd28  PSF stamp: new option to set a mask sky pixel value: 
maskskyval
       new  bf8792c2  Book: For selecting stars some mandatory options did not 
mention
       new  6638c671  Book: correct the definition of option --minaxisratio
       new  69a2e6ee  Book: correct some comments in the psf-create-select-stars
       new  ca8fc03a  PSF scripts: getting proper NAXIS values when data is 
compressed as .fz
       new  2b0b6294  PSF scripts: fixed two FAILS during make checks
       new  f3619dd5  Book: edits in the PSF scripts
       new  075bc680  PSF select-stars: remove the stars that have stars.
       new  194b49d1  PSF select-stars: change the name of the two varibales.
       new  d99fc9df  PSF select-stars: add new option for selecting more 
bright stars
       new  0a6625ab  Book: explain about two new option in the 
psf-create-select-stars
       new  cf58a078  PSF select-stars: give the default value to the two 
variables
       new  00f2ab56  PSF select-stars: simplifying some parts and language 
corrections
       new  aae0d156  PSF tutorial: running of Segment on saturated images added
       new  9aae5f5c  Book: Edits to the tutorial on creating the extended PSF
       new  50fd424f  PSF tutorial: adding information to choose proper 
--normradii values
       new  809be22b  Book: PSF construction tutorial, completed until the 
outer part
       new  b1e2eb54  Book: Extended PSF tutorial moved to Tutorials chapter
       new  0ea23b70  Book: PSF tutorial now with instruction to build first 
inner region


Summary of changes:
 bin/script/Makefile.am                             |   34 +-
 bin/script/psf-create-junction.in                  |  531 ++++++++
 bin/script/psf-create-make-stamp.in                |  571 +++++++++
 bin/script/psf-create-select-stars.in              |  700 +++++++++++
 bin/script/psf-model-flux-factor.in                |  626 ++++++++++
 bin/script/psf-model-scattered-light.in            |  523 ++++++++
 bin/script/radial-profile.in                       |    3 +
 doc/gnuastro.texi                                  | 1319 +++++++++++++++++++-
 tests/Makefile.am                                  |   12 +-
 .../{radial-profile.sh => psf-create-junction.sh}  |   30 +-
 ...{radial-profile.sh => psf-create-make-stamp.sh} |   35 +-
 ...adial-profile.sh => psf-create-select-stars.sh} |   56 +-
 ...{radial-profile.sh => psf-model-flux-factor.sh} |   35 +-
 ...ial-profile.sh => psf-model-scattered-light.sh} |   34 +-
 14 files changed, 4391 insertions(+), 118 deletions(-)
 create mode 100644 bin/script/psf-create-junction.in
 create mode 100644 bin/script/psf-create-make-stamp.in
 create mode 100644 bin/script/psf-create-select-stars.in
 create mode 100644 bin/script/psf-model-flux-factor.in
 create mode 100644 bin/script/psf-model-scattered-light.in
 mode change 100755 => 100644 bin/script/radial-profile.in
 copy tests/script/{radial-profile.sh => psf-create-junction.sh} (78%)
 copy tests/script/{radial-profile.sh => psf-create-make-stamp.sh} (80%)
 copy tests/script/{radial-profile.sh => psf-create-select-stars.sh} (62%)
 copy tests/script/{radial-profile.sh => psf-model-flux-factor.sh} (79%)
 copy tests/script/{radial-profile.sh => psf-model-scattered-light.sh} (80%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]