Commit 01aad443 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Added CONCENTRATION_MODEL and finalized CLASS_ST parameters.

Version number pushed to 2.8.4.
parent fc874526
Loading
Loading
Loading
Loading
+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.61 for sextractor 2.8.3.
# Generated by GNU Autoconf 2.61 for sextractor 2.8.4.
#
# Report bugs to <bertin@iap.fr>.
#
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='sextractor'
PACKAGE_TARNAME='sextractor'
PACKAGE_VERSION='2.8.3'
PACKAGE_STRING='sextractor 2.8.3'
PACKAGE_VERSION='2.8.4'
PACKAGE_STRING='sextractor 2.8.4'
PACKAGE_BUGREPORT='bertin@iap.fr'
ac_unique_file="src/makeit.c"
@@ -1405,7 +1405,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.8.3 to adapt to many kinds of systems.
\`configure' configures sextractor 2.8.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1475,7 +1475,7 @@ fi
if test -n "$ac_init_help"; then
  case $ac_init_help in
     short | recursive ) echo "Configuration of sextractor 2.8.3:";;
     short | recursive ) echo "Configuration of sextractor 2.8.4:";;
   esac
  cat <<\_ACEOF
@@ -1599,7 +1599,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
  cat <<\_ACEOF
sextractor configure 2.8.3
sextractor configure 2.8.4
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1613,7 +1613,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.8.3, which was
It was created by sextractor $as_me 2.8.4, which was
generated by GNU Autoconf 2.61.  Invocation command line was
  $ $0 $@
@@ -2290,7 +2290,7 @@ fi
# Define the identity of the package.
 PACKAGE='sextractor'
 VERSION='2.8.3'
 VERSION='2.8.4'
cat >>confdefs.h <<_ACEOF
@@ -27297,7 +27297,7 @@ exec 6>&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.8.3, which was
This file was extended by sextractor $as_me 2.8.4, which was
generated by GNU Autoconf 2.61.  Invocation command line was
  CONFIG_FILES    = $CONFIG_FILES
@@ -27350,7 +27350,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
sextractor config.status 2.8.3
sextractor config.status 2.8.4
configured by $0, generated by GNU Autoconf 2.61,
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ define([AC_CACHE_LOAD],)
define([AC_CACHE_SAVE],)

# This is your standard Bertin source code...
AC_INIT(sextractor, 2.8.3, [bertin@iap.fr])
AC_INIT(sextractor, 2.8.4, [bertin@iap.fr])
AC_CONFIG_SRCDIR(src/makeit.c)
AC_CONFIG_AUX_DIR(autoconf)
AM_CONFIG_HEADER(config.h)
+1 −1
Original line number Diff line number Diff line
.TH SEXTRACTOR "1" "February 2009" "SWarp 2.8.3" "User Commands"
.TH SEXTRACTOR "1" "March 2009" "SWarp 2.8.4" "User Commands"
.SH NAME
sex \- extract a source catalog from an astronomical FITS image
.SH SYNOPSIS
+4 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
*
*	Contents:	functions for output of catalog data.
*
*	Last modify:	25/09/2008
*	Last modify:	18/03/2009
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@@ -205,7 +205,9 @@ void updateparamflags()
  FLAG(obj2.x_prof) |= FLAG(obj2.y_prof)
			| FLAG(obj2.xw_prof)
			| FLAG(obj2.poserra_prof)
			| FLAG(obj2.poserrcxx_prof);
			| FLAG(obj2.poserrcxx_prof)
			| FLAG(obj2.prof_concentration)
			| FLAG(obj2.prof_class_star);
  FLAG(obj2.mag_prof) |= FLAG(obj2.magerr_prof);
  FLAG(obj2.flux_prof) |= FLAG(obj2.mag_prof) | FLAG(obj2.fluxerr_prof);
  FLAG(obj2.prof_spheroid_mag) |= FLAG(obj2.prof_spheroid_magerr);
+8 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
*
*	Contents:	Model-fitting parameter list for catalog data.
*
*	Last modify:	25/09/2008
*	Last modify:	18/03/2009
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@@ -167,6 +167,13 @@
	&outobj2.prof_eps2, H_FLOAT, T_FLOAT, "%10.6f", "",
	"src.ellipticity;stat.fit;instr.det", ""},

  {"CONCENTRATION_MODEL", "Concentration parameter from model-fitting",
	&outobj2.prof_concentration, H_FLOAT, T_FLOAT, "%7.4f", "",
	"src.morph.param", ""},
  {"CLASS_STAR_MODEL", "S/G classifier from model-fitting",
	&outobj2.prof_class_star, H_FLOAT, T_FLOAT, "%7.4f", "",
	"src.class.starGalaxy", ""},

  {"FLUX_BACKOFFSET", "Background offset from fitting",
	&outobj2.prof_offset_flux, H_FLOAT, T_FLOAT, "%12.7g", "count",
	"instr.skyLevel;arith.diff;stat.fit.param", "ct"},
Loading