[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master updated (738a3812 -> 4f016d13)
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master updated (738a3812 -> 4f016d13) |
Date: |
Thu, 13 Jul 2023 13:26:03 -0400 (EDT) |
makhlaghi pushed a change to branch master.
from 738a3812 Fixed the errors in tiff_img_write function
new ba07a051 Library (fits.h): reading functions also require HDU
option name
new 4f016d13 Installed scripts: sources are renamed to .sh instead of
.in
Summary of changes:
NEWS | 2 +
bin/arithmetic/arithmetic.c | 2 +-
bin/arithmetic/operands.c | 12 +-
bin/arithmetic/ui.c | 5 +-
bin/convertt/ui.c | 6 +-
bin/convolve/convolve.c | 3 +-
bin/convolve/ui.c | 21 +--
bin/crop/crop.c | 5 +-
bin/crop/ui.c | 12 +-
bin/fits/fits.c | 19 +--
bin/fits/keywords.c | 15 +-
bin/fits/meta.c | 4 +-
bin/match/match.c | 19 ++-
bin/match/ui.c | 18 +--
bin/mkcatalog/mkcatalog.c | 3 +-
bin/mkcatalog/ui.c | 18 ++-
bin/mknoise/mknoise.c | 2 +-
bin/mknoise/ui.c | 10 +-
bin/mkprof/args.h | 4 +-
bin/mkprof/main.h | 4 +-
bin/mkprof/mkprof.c | 7 +-
bin/mkprof/oneprofile.c | 3 +-
bin/mkprof/ui.c | 32 +++--
bin/noisechisel/noisechisel.c | 3 +-
bin/noisechisel/ui.c | 12 +-
bin/query/query.c | 16 ++-
bin/query/tap.c | 2 +-
bin/script/Makefile.am | 72 +++++-----
.../{dither-simulate.in => dither-simulate.sh} | 0
bin/script/{ds9-region.in => ds9-region.sh} | 0
...s-view.desktop.in => fits-view.desktop.desktop} | 0
bin/script/{fits-view.in => fits-view.sh} | 0
.../{psf-scale-factor.in => psf-scale-factor.sh} | 0
.../{psf-select-stars.in => psf-select-stars.sh} | 0
bin/script/{psf-stamp.in => psf-stamp.sh} | 0
bin/script/{psf-subtract.in => psf-subtract.sh} | 0
bin/script/{psf-unite.in => psf-unite.sh} | 0
.../{radial-profile.in => radial-profile.sh} | 0
bin/script/{sort-by-night.in => sort-by-night.sh} | 0
bin/script/{zeropoint.in => zeropoint.sh} | 0
bin/segment/segment.c | 2 +-
bin/segment/ui.c | 20 +--
bin/statistics/sky.c | 2 +-
bin/statistics/statistics.c | 6 +-
bin/statistics/ui.c | 17 ++-
bin/table/arithmetic.c | 2 +-
bin/table/table.c | 6 +-
bin/table/ui.c | 12 +-
bin/warp/ui.c | 12 +-
bin/warp/warp.c | 4 +-
doc/Makefile.am | 66 ++++++---
doc/announce-acknowledge.txt | 1 +
doc/gnuastro.texi | 65 ++++++---
lib/arithmetic.c | 3 +-
lib/array.c | 25 ++--
lib/fits.c | 159 ++++++++++++---------
lib/gnuastro/array.h | 13 +-
lib/gnuastro/fits.h | 41 +++---
lib/gnuastro/table.h | 5 +-
lib/gnuastro/wcs.h | 13 +-
lib/makeplugin.c | 4 +-
lib/table.c | 13 +-
lib/wcs.c | 14 +-
tests/buildprog/simpleio.c | 2 +-
tests/lib/multithread.c | 2 +-
65 files changed, 494 insertions(+), 346 deletions(-)
rename bin/script/{dither-simulate.in => dither-simulate.sh} (100%)
rename bin/script/{ds9-region.in => ds9-region.sh} (100%)
rename bin/script/{fits-view.desktop.in => fits-view.desktop.desktop} (100%)
rename bin/script/{fits-view.in => fits-view.sh} (100%)
rename bin/script/{psf-scale-factor.in => psf-scale-factor.sh} (100%)
rename bin/script/{psf-select-stars.in => psf-select-stars.sh} (100%)
rename bin/script/{psf-stamp.in => psf-stamp.sh} (100%)
rename bin/script/{psf-subtract.in => psf-subtract.sh} (100%)
rename bin/script/{psf-unite.in => psf-unite.sh} (100%)
rename bin/script/{radial-profile.in => radial-profile.sh} (100%)
rename bin/script/{sort-by-night.in => sort-by-night.sh} (100%)
rename bin/script/{zeropoint.in => zeropoint.sh} (100%)
- [gnuastro-commits] master updated (738a3812 -> 4f016d13),
Mohammad Akhlaghi <=