gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master updated (a1e40c8 -> b78b0c7)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master updated (a1e40c8 -> b78b0c7)
Date: Wed, 24 Aug 2016 22:27:43 +0000 (UTC)

makhlaghi pushed a change to branch master.

      from  a1e40c8   Refactor size_t linked-list functions
       new  b553085   Template for creating a new utility added
       new  56bd4e5   checkset func for some option value allocations
       new  647406f   Table utility bare minimum structure in place
       new  d09e850   FITS table column information printed by Table
       new  01dfb1b   Some code management in Table
       new  c719806   Table accepts specified column number, name and regex
       new  474db42   Table and TEMPLATE added to the genauthors
       new  2071999   Blank CFITSIO pointers set by datatype, not bitpix
       new  c113fc3   Allocation for FITS types by datatype, not bitpix
       new  9c7d9a0   Blank replacement function now accepts datatype
       new  5606978   Configuration file in tests/during-dev.sh
       new  ad16c2a   Cosmetic changes in fits and txtarray libraries
       new  cd5b5cf   Table prints contents of a FITS table
       new  ce08c34   FITS (binary) tables <--> plain text in Table
       new  b16c7a4   New Section added to the book for Table
       new  b78b0c7   New Table utility merged


Summary of changes:
 Makefile.am                                        |   23 +-
 bootstrap.conf                                     |    1 +
 configure.ac                                       |   25 +-
 doc/gnuastro.texi                                  |  263 ++++-
 genauthors                                         |    2 +
 lib/checkset.c                                     |   54 +-
 lib/fits.c                                         |  568 +++++++++--
 lib/gnuastro/checkset.h                            |    3 +
 lib/gnuastro/commonargs.h                          |   14 +-
 lib/gnuastro/fits.h                                |   55 +-
 lib/gnuastro/linkedlist.h                          |    4 +-
 lib/gnuastro/txtarray.h                            |    4 +
 lib/linkedlist.c                                   |   13 +-
 lib/txtarray.c                                     |    7 +-
 src/{header => TEMPLATE}/Makefile.am               |   14 +-
 src/{cosmiccal/main.c => TEMPLATE/TEMPLATE.c}      |   45 +-
 lib/gnuastro/wcs.h => src/TEMPLATE/TEMPLATE.h      |   34 +-
 src/{mknoise => TEMPLATE}/args.h                   |   93 +-
 .../astheader.conf => TEMPLATE/astTEMPLATE.conf}   |    4 +-
 src/{header => TEMPLATE}/cite.h                    |   22 +-
 src/{mknoise => TEMPLATE}/main.c                   |   32 +-
 src/TEMPLATE/main.h                                |   71 ++
 src/{mknoise => TEMPLATE}/ui.c                     |  159 +--
 src/{cosmiccal => TEMPLATE}/ui.h                   |   21 +-
 src/header/ui.c                                    |   10 +-
 src/imgcrop/crop.c                                 |   36 +-
 src/imgcrop/imgcrop.c                              |    4 +-
 src/imgcrop/ui.c                                   |   27 +-
 src/mkcatalog/ui.c                                 |    2 +-
 src/noisechisel/ui.c                               |   68 +-
 src/subtractsky/ui.c                               |   66 +-
 src/{cosmiccal => table}/Makefile.am               |   13 +-
 src/{header => table}/args.h                       |  215 ++--
 .../astimgwarp.conf => table/asttable.conf}        |   17 +-
 src/{cosmiccal => table}/cite.h                    |   10 +-
 src/{cosmiccal => table}/main.c                    |   13 +-
 src/table/main.h                                   |  126 +++
 src/table/table.c                                  |  437 ++++++++
 src/{cosmiccal/ui.h => table/table.h}              |   12 +-
 src/table/ui.c                                     | 1041 ++++++++++++++++++++
 src/{cosmiccal => table}/ui.h                      |   16 +-
 tests/Makefile.am                                  |    6 +-
 tests/during-dev.sh                                |   22 +-
 tests/prepconf.sh                                  |    2 +-
 .../basicstats.sh => table/asciitobinary.sh}       |    8 +-
 tests/table/asciitobinary.txt                      |    2 +
 .../fitstotxt.sh => table/binarytoascii.sh}        |    8 +-
 47 files changed, 2986 insertions(+), 706 deletions(-)
 copy src/{header => TEMPLATE}/Makefile.am (75%)
 copy src/{cosmiccal/main.c => TEMPLATE/TEMPLATE.c} (52%)
 copy lib/gnuastro/wcs.h => src/TEMPLATE/TEMPLATE.h (53%)
 copy src/{mknoise => TEMPLATE}/args.h (71%)
 copy src/{header/astheader.conf => TEMPLATE/astTEMPLATE.conf} (86%)
 copy src/{header => TEMPLATE}/cite.h (65%)
 copy src/{mknoise => TEMPLATE}/main.c (64%)
 create mode 100644 src/TEMPLATE/main.h
 copy src/{mknoise => TEMPLATE}/ui.c (56%)
 copy src/{cosmiccal => TEMPLATE}/ui.h (56%)
 copy src/{cosmiccal => table}/Makefile.am (81%)
 copy src/{header => table}/args.h (52%)
 copy src/{imgwarp/astimgwarp.conf => table/asttable.conf} (68%)
 copy src/{cosmiccal => table}/cite.h (86%)
 copy src/{cosmiccal => table}/main.c (83%)
 create mode 100644 src/table/main.h
 create mode 100644 src/table/table.c
 copy src/{cosmiccal/ui.h => table/table.h} (80%)
 create mode 100644 src/table/ui.c
 copy src/{cosmiccal => table}/ui.h (69%)
 copy tests/{imgstat/basicstats.sh => table/asciitobinary.sh} (88%)
 create mode 100644 tests/table/asciitobinary.txt
 copy tests/{convertt/fitstotxt.sh => table/binarytoascii.sh} (89%)



reply via email to

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