gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master updated (89557b5 -> 733df7c)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master updated (89557b5 -> 733df7c)
Date: Wed, 2 May 2018 12:46:47 -0400 (EDT)

makhlaghi pushed a change to branch master.

      from  89557b5   Corrected link to the ProGit book
       new  4bacee8   gal_qsort_index_arr initialized to NULL
       new  733df7c   New pointer.h library to deal with allocation and sizes


Summary of changes:
 NEWS                                      |  16 +--
 bin/arithmetic/arithmetic.c               |   7 +-
 bin/arithmetic/operands.c                 |   2 +-
 bin/buildprog/buildprog.c                 |   3 +-
 bin/convolve/convolve.c                   |  13 +-
 bin/crop/onecrop.c                        |   5 +-
 bin/crop/ui.c                             |   7 +-
 bin/crop/wcsmode.c                        |   5 +-
 bin/fits/fits.c                           |   4 +-
 bin/match/match.c                         |  10 +-
 bin/mkcatalog/columns.c                   |  10 +-
 bin/mkcatalog/mkcatalog.c                 |  17 +--
 bin/mkcatalog/parse.c                     |  26 ++--
 bin/mkcatalog/ui.c                        |  31 ++---
 bin/mkcatalog/upperlimit.c                |  21 +--
 bin/mkprof/mkprof.c                       |  11 +-
 bin/mkprof/oneprofile.c                   |   7 +-
 bin/mkprof/ui.c                           |  43 +++---
 bin/noisechisel/detection.c               |  33 ++---
 bin/noisechisel/sky.c                     |  11 +-
 bin/noisechisel/threshold.c               |  29 ++--
 bin/noisechisel/ui.c                      |  11 +-
 bin/segment/clumps.c                      |  40 +++---
 bin/segment/segment.c                     |  11 +-
 bin/segment/ui.c                          |   8 +-
 bin/statistics/sky.c                      |  13 +-
 bin/statistics/statistics.c               |   5 +-
 bin/warp/ui.c                             |  11 +-
 doc/gnuastro.texi                         | 159 +++++++++++++---------
 lib/Makefile.am                           |  13 +-
 lib/arithmetic.c                          |  16 ++-
 lib/binary.c                              |  17 +--
 lib/blank.c                               |   3 +-
 lib/convolve.c                            |  32 ++---
 lib/data.c                                | 212 +-----------------------------
 lib/dimension.c                           |  25 +++-
 lib/fits.c                                |  30 +++--
 lib/gnuastro/data.h                       |  19 +--
 lib/gnuastro/dimension.h                  |   3 +
 lib/gnuastro/{interpolate.h => pointer.h} |  30 +++--
 lib/gnuastro/tile.h                       |   5 +-
 lib/interpolate.c                         |  45 +++----
 lib/label.c                               |   6 +-
 lib/list.c                                |   9 +-
 lib/match.c                               |   9 +-
 lib/options.c                             |   4 +-
 lib/permutation.c                         |   7 +-
 lib/pointer.c                             | 178 +++++++++++++++++++++++++
 lib/qsort.c                               |   2 +-
 lib/statistics.c                          |   7 +-
 lib/tableintern.c                         |   5 +-
 lib/tiff.c                                |   5 +-
 lib/tile.c                                |  92 ++++++-------
 lib/txt.c                                 |   2 +-
 lib/type.c                                |   8 +-
 lib/wcs.c                                 |  35 ++---
 56 files changed, 738 insertions(+), 650 deletions(-)
 copy lib/gnuastro/{interpolate.h => pointer.h} (74%)
 create mode 100644 lib/pointer.c



reply via email to

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