gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] [gnuastro] master updated (51c907e -> 95c8548)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] [gnuastro] master updated (51c907e -> 95c8548)
Date: Fri, 3 Jun 2016 11:24:40 +0000 (UTC)

makhlaghi pushed a change to branch master.

      from  51c907e   Configure sets library flags automatically
       new  b43b1f6   Added link to tarball with bugfix in webpage
       new  49193a8   Variable initialization reading FITS keywords
       new  f89bfd8   Renamed fitsarrayvv library to fits
       new  95c8548   The txtarrayvv library renamed to txtarray


Summary of changes:
 configure.ac                              |    2 +-
 doc/gnuastro-top.html                     |   12 +-
 doc/gnuastro.texi                         |    2 +-
 lib/Makefile.am                           |   20 +-
 lib/{fitsarrayvv.c => fits.c}             |  514 ++++++++++-------------------
 lib/gnuastro/fits.h                       |  245 ++++++++++++++
 lib/gnuastro/fitsarrayvv.h                |  262 ---------------
 lib/gnuastro/{txtarrayvv.h => txtarray.h} |    2 +-
 lib/gnuastro/{timing.h => wcs.h}          |   25 +-
 lib/mesh.c                                |   54 +--
 lib/{txtarrayvv.c => txtarray.c}          |    8 +-
 lib/wcs.c                                 |  178 ++++++++++
 src/arithmetic/Makefile.am                |    4 +-
 src/arithmetic/arithmetic.c               |   29 +-
 src/arithmetic/main.h                     |    2 +-
 src/arithmetic/ui.c                       |    8 +-
 src/convertt/Makefile.am                  |    4 +-
 src/convertt/convertt.c                   |   12 +-
 src/convertt/jpeg.c                       |    2 +-
 src/convertt/ui.c                         |   18 +-
 src/convolve/Makefile.am                  |    2 +-
 src/convolve/convolve.c                   |   56 ++--
 src/convolve/ui.c                         |   24 +-
 src/cosmiccal/Makefile.am                 |    5 +-
 src/cosmiccal/ui.c                        |    4 +-
 src/header/Makefile.am                    |    5 +-
 src/header/args.h                         |    2 +-
 src/header/header.c                       |   22 +-
 src/header/main.h                         |    6 +-
 src/header/ui.c                           |   12 +-
 src/imgcrop/Makefile.am                   |    4 +-
 src/imgcrop/args.h                        |    2 +-
 src/imgcrop/crop.c                        |   50 +--
 src/imgcrop/crop.h                        |    4 +-
 src/imgcrop/imgcrop.c                     |   18 +-
 src/imgcrop/main.h                        |    2 +-
 src/imgcrop/ui.c                          |   20 +-
 src/imgcrop/wcsmode.c                     |    7 +-
 src/imgstat/Makefile.am                   |    4 +-
 src/imgstat/args.h                        |    2 +-
 src/imgstat/ui.c                          |    8 +-
 src/imgwarp/Makefile.am                   |    6 +-
 src/imgwarp/args.h                        |    2 +-
 src/imgwarp/imgwarp.c                     |   16 +-
 src/imgwarp/ui.c                          |   14 +-
 src/mkcatalog/Makefile.am                 |    4 +-
 src/mkcatalog/args.h                      |    2 +-
 src/mkcatalog/columns.c                   |    4 +-
 src/mkcatalog/main.h                      |    2 +-
 src/mkcatalog/mkcatalog.c                 |   15 +-
 src/mkcatalog/ui.c                        |   31 +-
 src/mknoise/Makefile.am                   |    4 +-
 src/mknoise/args.h                        |    2 +-
 src/mknoise/main.h                        |    2 +-
 src/mknoise/mknoise.c                     |   24 +-
 src/mknoise/ui.c                          |   15 +-
 src/mkprof/Makefile.am                    |    6 +-
 src/mkprof/args.h                         |    2 +-
 src/mkprof/main.h                         |    2 +-
 src/mkprof/mkprof.c                       |   24 +-
 src/mkprof/oneprofile.c                   |    8 +-
 src/mkprof/ui.c                           |   15 +-
 src/noisechisel/Makefile.am               |    2 +-
 src/noisechisel/args.h                    |    2 +-
 src/noisechisel/binary.c                  |   28 +-
 src/noisechisel/binary.h                  |    2 +-
 src/noisechisel/clumps.c                  |    2 +-
 src/noisechisel/detection.c               |   74 ++---
 src/noisechisel/label.c                   |    8 +-
 src/noisechisel/label.h                   |   19 +-
 src/noisechisel/main.h                    |    2 +-
 src/noisechisel/noisechisel.c             |   78 ++---
 src/noisechisel/segmentation.c            |   46 +--
 src/noisechisel/sky.c                     |    4 +-
 src/noisechisel/thresh.c                  |    2 +-
 src/noisechisel/ui.c                      |   31 +-
 src/subtractsky/Makefile.am               |    2 +-
 src/subtractsky/args.h                    |    2 +-
 src/subtractsky/main.h                    |    2 +-
 src/subtractsky/subtractsky.c             |   32 +-
 src/subtractsky/ui.c                      |   13 +-
 81 files changed, 1107 insertions(+), 1106 deletions(-)
 rename lib/{fitsarrayvv.c => fits.c} (71%)
 create mode 100644 lib/gnuastro/fits.h
 delete mode 100644 lib/gnuastro/fitsarrayvv.h
 rename lib/gnuastro/{txtarrayvv.h => txtarray.h} (97%)
 copy lib/gnuastro/{timing.h => wcs.h} (67%)
 rename lib/{txtarrayvv.c => txtarray.c} (98%)
 create mode 100644 lib/wcs.c



reply via email to

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