Loading configure +10 −10 Original line number Diff line number Diff line #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for sextractor 2.18.3. # Generated by GNU Autoconf 2.68 for sextractor 2.18.4. # # Report bugs to <bertin@iap.fr>. # Loading Loading @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='sextractor' PACKAGE_TARNAME='sextractor' PACKAGE_VERSION='2.18.3' PACKAGE_STRING='sextractor 2.18.3' PACKAGE_VERSION='2.18.4' PACKAGE_STRING='sextractor 2.18.4' PACKAGE_BUGREPORT='bertin@iap.fr' PACKAGE_URL='' Loading Loading @@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures sextractor 2.18.3 to adapt to many kinds of systems. \`configure' configures sextractor 2.18.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... Loading Loading @@ -1394,7 +1394,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of sextractor 2.18.3:";; short | recursive ) echo "Configuration of sextractor 2.18.4:";; esac cat <<\_ACEOF Loading Loading @@ -1524,7 +1524,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF sextractor configure 2.18.3 sextractor configure 2.18.4 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. Loading Loading @@ -1947,7 +1947,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by sextractor $as_me 2.18.3, which was It was created by sextractor $as_me 2.18.4, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ Loading Loading @@ -2752,7 +2752,7 @@ fi # Define the identity of the package. PACKAGE='sextractor' VERSION='2.18.3' VERSION='2.18.4' cat >>confdefs.h <<_ACEOF Loading Loading @@ -15509,7 +15509,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by sextractor $as_me 2.18.3, which was This file was extended by sextractor $as_me 2.18.4, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES Loading Loading @@ -15575,7 +15575,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ sextractor config.status 2.18.3 sextractor config.status 2.18.4 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" Loading configure.ac +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ # You should have received a copy of the GNU General Public License # along with SExtractor. If not, see <http://www.gnu.org/licenses/>. # # Last modified: 19/07/2012 # Last modified: 23/09/2012 # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Loading @@ -31,7 +31,7 @@ define([AC_CACHE_LOAD],) define([AC_CACHE_SAVE],) # This is your standard Bertin source code... AC_INIT(sextractor, 2.18.3, [bertin@iap.fr]) AC_INIT(sextractor, 2.18.4, [bertin@iap.fr]) AC_CONFIG_SRCDIR(src/makeit.c) AC_CONFIG_AUX_DIR(autoconf) AC_CONFIG_HEADERS(config.h) Loading man/sex.1 +1 −1 Original line number Diff line number Diff line .TH SEXTRACTOR "1" "July 2012" "SExtractor 2.18.3" "User Commands" .TH SEXTRACTOR "1" "September 2012" "SExtractor 2.18.4" "User Commands" .SH NAME sex \- extract a source catalogue from an astronomical FITS image .SH SYNOPSIS Loading src/fits/fitscat.c +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * * This file part of: AstrOmatic FITS/LDAC library * * Copyright: (C) 1995-2010 Emmanuel Bertin -- IAP/CNRS/UPMC * Copyright: (C) 1995-2012 Emmanuel Bertin -- IAP/CNRS/UPMC * * License: GNU General Public License * Loading @@ -23,7 +23,7 @@ * along with AstrOmatic software. * If not, see <http://www.gnu.org/licenses/>. * * Last modified: 09/10/2010 * Last modified: 29/08/2012 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ Loading Loading @@ -386,16 +386,16 @@ catstruct *new_cat(int ncat) /****** open_cat *************************************************************** PROTO int open_cat(catstruct *cat, access_type at) PROTO int open_cat(catstruct *cat, access_type_t at) PURPOSE Open a FITS catalog with name filename. INPUT catalog structure, access type (can be WRITE_ONLY or READ_ONLY). OUTPUT RETURN_OK if the cat is found, RETURN_ERROR otherwise. NOTES If the file was already opened by this catalog, nothing is done. AUTHOR E. Bertin (IAP & Leiden observatory) VERSION 13/06/2002 VERSION 29/08/2012 ***/ int open_cat(catstruct *cat, access_type at) int open_cat(catstruct *cat, access_type_t at) { Loading src/fits/fitscat.h +4 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ * along with AstrOmatic software. * If not, see <http://www.gnu.org/licenses/>. * * Last modified: 16/06/2012 * Last modified: 29/08/2012 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ Loading Loading @@ -87,7 +87,7 @@ typedef enum {T_BYTE, T_SHORT, T_LONG, T_LONGLONG, T_FLOAT, T_DOUBLE, T_STRING} t_type; /* Type of data */ typedef enum {WRITE_ONLY, READ_ONLY} access_type; /* Type of access */ access_type_t; /* Type of access */ typedef enum {SHOW_ASCII, SHOW_SKYCAT} output_type; /* Type of output */ Loading Loading @@ -149,7 +149,7 @@ typedef struct structcat FILE *file; /* pointer to the file structure */ struct structtab *tab; /* pointer to the first table */ int ntab; /* number of tables included */ access_type access_type; /* READ_ONLY or WRITE_ONLY */ access_type_t access_type; /* READ_ONLY or WRITE_ONLY */ } catstruct; /*-------------------------------- table ----------------------------------*/ Loading Loading @@ -293,7 +293,7 @@ extern int about_cat(catstruct *cat, FILE *stream), inherit_cat(catstruct *catin, catstruct *catout), init_cat(catstruct *cat), map_cat(catstruct *cat), open_cat(catstruct *cat, access_type at), open_cat(catstruct *cat, access_type_t at), pad_tab(catstruct *cat, KINGSIZE_T size), prim_head(tabstruct *tab), readbintabparam_head(tabstruct *tab), Loading Loading
configure +10 −10 Original line number Diff line number Diff line #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for sextractor 2.18.3. # Generated by GNU Autoconf 2.68 for sextractor 2.18.4. # # Report bugs to <bertin@iap.fr>. # Loading Loading @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='sextractor' PACKAGE_TARNAME='sextractor' PACKAGE_VERSION='2.18.3' PACKAGE_STRING='sextractor 2.18.3' PACKAGE_VERSION='2.18.4' PACKAGE_STRING='sextractor 2.18.4' PACKAGE_BUGREPORT='bertin@iap.fr' PACKAGE_URL='' Loading Loading @@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures sextractor 2.18.3 to adapt to many kinds of systems. \`configure' configures sextractor 2.18.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... Loading Loading @@ -1394,7 +1394,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of sextractor 2.18.3:";; short | recursive ) echo "Configuration of sextractor 2.18.4:";; esac cat <<\_ACEOF Loading Loading @@ -1524,7 +1524,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF sextractor configure 2.18.3 sextractor configure 2.18.4 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. Loading Loading @@ -1947,7 +1947,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by sextractor $as_me 2.18.3, which was It was created by sextractor $as_me 2.18.4, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ Loading Loading @@ -2752,7 +2752,7 @@ fi # Define the identity of the package. PACKAGE='sextractor' VERSION='2.18.3' VERSION='2.18.4' cat >>confdefs.h <<_ACEOF Loading Loading @@ -15509,7 +15509,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by sextractor $as_me 2.18.3, which was This file was extended by sextractor $as_me 2.18.4, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES Loading Loading @@ -15575,7 +15575,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ sextractor config.status 2.18.3 sextractor config.status 2.18.4 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" Loading
configure.ac +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ # You should have received a copy of the GNU General Public License # along with SExtractor. If not, see <http://www.gnu.org/licenses/>. # # Last modified: 19/07/2012 # Last modified: 23/09/2012 # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Loading @@ -31,7 +31,7 @@ define([AC_CACHE_LOAD],) define([AC_CACHE_SAVE],) # This is your standard Bertin source code... AC_INIT(sextractor, 2.18.3, [bertin@iap.fr]) AC_INIT(sextractor, 2.18.4, [bertin@iap.fr]) AC_CONFIG_SRCDIR(src/makeit.c) AC_CONFIG_AUX_DIR(autoconf) AC_CONFIG_HEADERS(config.h) Loading
man/sex.1 +1 −1 Original line number Diff line number Diff line .TH SEXTRACTOR "1" "July 2012" "SExtractor 2.18.3" "User Commands" .TH SEXTRACTOR "1" "September 2012" "SExtractor 2.18.4" "User Commands" .SH NAME sex \- extract a source catalogue from an astronomical FITS image .SH SYNOPSIS Loading
src/fits/fitscat.c +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * * This file part of: AstrOmatic FITS/LDAC library * * Copyright: (C) 1995-2010 Emmanuel Bertin -- IAP/CNRS/UPMC * Copyright: (C) 1995-2012 Emmanuel Bertin -- IAP/CNRS/UPMC * * License: GNU General Public License * Loading @@ -23,7 +23,7 @@ * along with AstrOmatic software. * If not, see <http://www.gnu.org/licenses/>. * * Last modified: 09/10/2010 * Last modified: 29/08/2012 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ Loading Loading @@ -386,16 +386,16 @@ catstruct *new_cat(int ncat) /****** open_cat *************************************************************** PROTO int open_cat(catstruct *cat, access_type at) PROTO int open_cat(catstruct *cat, access_type_t at) PURPOSE Open a FITS catalog with name filename. INPUT catalog structure, access type (can be WRITE_ONLY or READ_ONLY). OUTPUT RETURN_OK if the cat is found, RETURN_ERROR otherwise. NOTES If the file was already opened by this catalog, nothing is done. AUTHOR E. Bertin (IAP & Leiden observatory) VERSION 13/06/2002 VERSION 29/08/2012 ***/ int open_cat(catstruct *cat, access_type at) int open_cat(catstruct *cat, access_type_t at) { Loading
src/fits/fitscat.h +4 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ * along with AstrOmatic software. * If not, see <http://www.gnu.org/licenses/>. * * Last modified: 16/06/2012 * Last modified: 29/08/2012 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ Loading Loading @@ -87,7 +87,7 @@ typedef enum {T_BYTE, T_SHORT, T_LONG, T_LONGLONG, T_FLOAT, T_DOUBLE, T_STRING} t_type; /* Type of data */ typedef enum {WRITE_ONLY, READ_ONLY} access_type; /* Type of access */ access_type_t; /* Type of access */ typedef enum {SHOW_ASCII, SHOW_SKYCAT} output_type; /* Type of output */ Loading Loading @@ -149,7 +149,7 @@ typedef struct structcat FILE *file; /* pointer to the file structure */ struct structtab *tab; /* pointer to the first table */ int ntab; /* number of tables included */ access_type access_type; /* READ_ONLY or WRITE_ONLY */ access_type_t access_type; /* READ_ONLY or WRITE_ONLY */ } catstruct; /*-------------------------------- table ----------------------------------*/ Loading Loading @@ -293,7 +293,7 @@ extern int about_cat(catstruct *cat, FILE *stream), inherit_cat(catstruct *catin, catstruct *catout), init_cat(catstruct *cat), map_cat(catstruct *cat), open_cat(catstruct *cat, access_type at), open_cat(catstruct *cat, access_type_t at), pad_tab(catstruct *cat, KINGSIZE_T size), prim_head(tabstruct *tab), readbintabparam_head(tabstruct *tab), Loading