gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master updated (958018d -> c074b09)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master updated (958018d -> c074b09)
Date: Sun, 2 Oct 2016 22:23:44 +0000 (UTC)

makhlaghi pushed a change to branch master.

      from  958018d   Explained Lzip in book, added to checklist
       new  b9c3d30   envseed as a conf. option in MakeNoise and MakeProfiles
       new  008df03   Minor random small corrections
       new  3600a5e   Upper limit magnitude calculation in MakeCatalog
       new  708090b   Non-installed headers moved to lib/
       new  8644305   Correctly report conf files checked
       new  c074b09   Duplicate filename in MakeCatalog's output removed


Summary of changes:
 bin/arithmetic/args.h                       |    5 +-
 bin/arithmetic/arithmetic.c                 |    3 +-
 bin/arithmetic/main.c                       |    2 +-
 bin/arithmetic/main.h                       |    3 +-
 bin/arithmetic/ui.c                         |   14 +-
 bin/convertt/args.h                         |    4 +-
 bin/convertt/convertt.c                     |    3 +-
 bin/convertt/eps.c                          |    4 +-
 bin/convertt/main.c                         |    2 +-
 bin/convertt/main.h                         |    2 +-
 bin/convertt/ui.c                           |    8 +-
 bin/convolve/args.h                         |    4 +-
 bin/convolve/convolve.c                     |    3 +-
 bin/convolve/main.c                         |    2 +-
 bin/convolve/main.h                         |    3 +-
 bin/convolve/ui.c                           |    7 +-
 bin/cosmiccal/args.h                        |    5 +-
 bin/cosmiccal/main.c                        |    2 +-
 bin/cosmiccal/main.h                        |    2 +-
 bin/cosmiccal/ui.c                          |    9 +-
 bin/header/args.h                           |    5 +-
 bin/header/main.c                           |    2 +-
 bin/header/main.h                           |    3 +-
 bin/header/ui.c                             |   12 +-
 bin/imgcrop/args.h                          |    4 +-
 bin/imgcrop/crop.c                          |    5 +-
 bin/imgcrop/imgcrop.c                       |    5 +-
 bin/imgcrop/main.c                          |    2 +-
 bin/imgcrop/main.h                          |    3 +-
 bin/imgcrop/ui.c                            |   12 +-
 bin/imgstat/args.h                          |    5 +-
 bin/imgstat/imgstat.c                       |    3 +-
 bin/imgstat/main.c                          |    2 +-
 bin/imgstat/main.h                          |    2 +-
 bin/imgstat/ui.c                            |   14 +-
 bin/imgwarp/args.h                          |    4 +-
 bin/imgwarp/main.c                          |    2 +-
 bin/imgwarp/main.h                          |    2 +-
 bin/imgwarp/ui.c                            |    9 +-
 bin/mkcatalog/Makefile.am                   |    2 +-
 bin/mkcatalog/args.h                        |  208 +++++++---
 bin/mkcatalog/astmkcatalog.conf             |    6 +
 bin/mkcatalog/columns.c                     |   37 ++
 bin/mkcatalog/columns.h                     |    3 +
 bin/mkcatalog/main.c                        |    2 +-
 bin/mkcatalog/main.h                        |   27 +-
 bin/mkcatalog/mkcatalog.c                   |   46 ++-
 bin/mkcatalog/ui.c                          |  132 ++++++-
 bin/mkcatalog/upperlimit.c                  |  572 +++++++++++++++++++++++++++
 bin/mkcatalog/{mkcatalog.h => upperlimit.h} |   17 +-
 bin/mknoise/args.h                          |    5 +-
 bin/mknoise/main.c                          |    2 +-
 bin/mknoise/main.h                          |    4 +-
 bin/mknoise/mknoise.c                       |    5 +-
 bin/mknoise/ui.c                            |   21 +-
 bin/mkprof/args.h                           |    5 +-
 bin/mkprof/main.c                           |    2 +-
 bin/mkprof/main.h                           |    4 +-
 bin/mkprof/mkprof.c                         |    5 +-
 bin/mkprof/oneprofile.c                     |    5 +-
 bin/mkprof/ui.c                             |   18 +-
 bin/noisechisel/args.h                      |    4 +-
 bin/noisechisel/clumps.c                    |    7 +-
 bin/noisechisel/detection.c                 |    5 +-
 bin/noisechisel/label.c                     |    3 +-
 bin/noisechisel/main.c                      |    2 +-
 bin/noisechisel/main.h                      |    3 +-
 bin/noisechisel/noisechisel.c               |    3 +-
 bin/noisechisel/segmentation.c              |    3 +-
 bin/noisechisel/thresh.c                    |    5 +-
 bin/noisechisel/ui.c                        |   12 +-
 bin/subtractsky/args.h                      |    4 +-
 bin/subtractsky/main.c                      |    2 +-
 bin/subtractsky/main.h                      |    3 +-
 bin/subtractsky/subtractsky.c               |    3 +-
 bin/subtractsky/ui.c                        |   12 +-
 bin/table/args.h                            |    5 +-
 bin/table/main.c                            |    2 +-
 bin/table/main.h                            |    3 +-
 bin/table/ui.c                              |   12 +-
 configure.ac                                |    2 +-
 doc/Makefile.am                             |    2 +-
 doc/gnuastro.texi                           |  470 ++++++++++++++--------
 doc/release-checklist.txt                   |    2 +-
 lib/Makefile.am                             |   17 +-
 lib/checkset.c                              |    2 +-
 lib/{gnuastro => }/checkset.h               |    0
 lib/{gnuastro => }/commonargs.h             |    6 +-
 lib/{gnuastro => }/commonparams.h           |    0
 lib/configfiles.c                           |    4 +-
 lib/{gnuastro => }/configfiles.h            |   24 +-
 lib/fits.c                                  |    5 +-
 lib/{gnuastro => }/fixedstringmacros.h      |    0
 lib/gnuastro/README                         |    8 +-
 lib/mesh.c                                  |    3 +-
 lib/mode.c                                  |    3 +-
 lib/{gnuastro => }/mode.h                   |    0
 lib/{gnuastro => }/neighbors.h              |    0
 lib/statistics.c                            |    2 +-
 lib/timing.c                                |    2 +-
 lib/{gnuastro => }/timing.h                 |    0
 tests/mkcatalog/simple.sh                   |    2 +-
 102 files changed, 1528 insertions(+), 430 deletions(-)
 create mode 100644 bin/mkcatalog/upperlimit.c
 copy bin/mkcatalog/{mkcatalog.h => upperlimit.h} (78%)
 rename lib/{gnuastro => }/checkset.h (100%)
 rename lib/{gnuastro => }/commonargs.h (98%)
 rename lib/{gnuastro => }/commonparams.h (100%)
 rename lib/{gnuastro => }/configfiles.h (93%)
 rename lib/{gnuastro => }/fixedstringmacros.h (100%)
 rename lib/{gnuastro => }/mode.h (100%)
 rename lib/{gnuastro => }/neighbors.h (100%)
 rename lib/{gnuastro => }/timing.h (100%)



reply via email to

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