[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master updated (832365d6 -> 0c48abe6)
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master updated (832365d6 -> 0c48abe6) |
Date: |
Tue, 11 Jul 2023 22:04:08 -0400 (EDT) |
makhlaghi pushed a change to branch master.
from 832365d6 NEWS: added information about newly fixed bug
new cc5ab9df dither-simulate: new script to simulate a dither pattern
stack
new 5b6b502c dither-simulate: analysis done within a Makefile
new 0d313705 Book: started section on the dither-simulate script
new 7924d62d Book: completed first draft of dither-simulate script's
documenation
new b555011a Library (arithmetic.h): new trim operator
new 0c48abe6 Book: first draft of new dither tutorial, upaded NEWS for
it
Summary of changes:
NEWS | 34 +-
bin/arithmetic/arithmetic.c | 13 +
bin/script/Makefile.am | 11 +-
bin/script/dither-simulate.in | 409 ++++
bin/script/dither-simulate.mk | 61 +
bin/script/zeropoint.in | 3 +-
bin/script/zeropoint.mk | 7 -
doc/gnuastro.texi | 4202 ++++++++++++++++++-----------------------
lib/arithmetic.c | 13 +-
lib/blank.c | 236 ++-
lib/gnuastro/arithmetic.h | 1 +
lib/gnuastro/blank.h | 6 +
12 files changed, 2629 insertions(+), 2367 deletions(-)
create mode 100644 bin/script/dither-simulate.in
create mode 100644 bin/script/dither-simulate.mk
- [gnuastro-commits] master updated (832365d6 -> 0c48abe6),
Mohammad Akhlaghi <=
- [gnuastro-commits] master 5b6b502c 2/6: dither-simulate: analysis done within a Makefile, Mohammad Akhlaghi, 2023/07/11
- [gnuastro-commits] master 7924d62d 4/6: Book: completed first draft of dither-simulate script's documenation, Mohammad Akhlaghi, 2023/07/11
- [gnuastro-commits] master b555011a 5/6: Library (arithmetic.h): new trim operator, Mohammad Akhlaghi, 2023/07/11
- [gnuastro-commits] master cc5ab9df 1/6: dither-simulate: new script to simulate a dither pattern stack, Mohammad Akhlaghi, 2023/07/11
- [gnuastro-commits] master 0c48abe6 6/6: Book: first draft of new dither tutorial, upaded NEWS for it, Mohammad Akhlaghi, 2023/07/11
- [gnuastro-commits] master 0d313705 3/6: Book: started section on the dither-simulate script, Mohammad Akhlaghi, 2023/07/11