Commit 8810cda9 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Added FLUXHYBRID_,MAG_HYBRID

parent 48d60ffa
...@@ -7,10 +7,7 @@ ...@@ -7,10 +7,7 @@
* *
* This file part of: SExtractor * This file part of: SExtractor
* *
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC * Copyright: (C) 1997-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1997 ESO
*
* Author: Emmanuel Bertin (IAP)
* *
* License: GNU General Public License * License: GNU General Public License
* *
......
...@@ -7,11 +7,7 @@ ...@@ -7,11 +7,7 @@
* *
* This file part of: SExtractor * This file part of: SExtractor
* *
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC * Copyright: (C) 1995-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1997 ESO
* (C) 1995,1996 Sterrewacht Leiden
*
* Author: Emmanuel Bertin (IAP)
* *
* License: GNU General Public License * License: GNU General Public License
* *
......
...@@ -7,11 +7,7 @@ ...@@ -7,11 +7,7 @@
* *
* This file part of: SExtractor * This file part of: SExtractor
* *
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC * Copyright: (C) 1995-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1997 ESO
* (C) 1995,1996 Sterrewacht Leiden
*
* Author: Emmanuel Bertin (IAP)
* *
* License: GNU General Public License * License: GNU General Public License
* *
......
...@@ -7,9 +7,7 @@ ...@@ -7,9 +7,7 @@
* *
* This file part of: AstrOmatic software * This file part of: AstrOmatic software
* *
* Copyright: (C) 2002-2010 IAP/CNRS/UPMC * Copyright: (C) 2002-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* *
* License: GNU General Public License * License: GNU General Public License
* *
......
...@@ -7,11 +7,7 @@ ...@@ -7,11 +7,7 @@
* *
* This file part of: SExtractor * This file part of: SExtractor
* *
* Copyright: (C) 1993,1998-2010 IAP/CNRS/UPMC * Copyright: (C) 1993-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1994,1997 ESO
* (C) 1995,1996 Sterrewacht Leiden
*
* Author: Emmanuel Bertin (IAP)
* *
* License: GNU General Public License * License: GNU General Public License
* *
...@@ -26,7 +22,7 @@ ...@@ -26,7 +22,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>. * along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
* *
* Last modified: 11/10/2010 * Last modified: 19/10/2010
* *
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...@@ -344,6 +340,10 @@ typedef struct ...@@ -344,6 +340,10 @@ typedef struct
float mumax_prof; /* Model peak surf. bri. */ float mumax_prof; /* Model peak surf. bri. */
float mueff_prof; /* Model effective surf. bri. */ float mueff_prof; /* Model effective surf. bri. */
float mumean_prof; /* Mean model effective SB */ float mumean_prof; /* Mean model effective SB */
float fluxcor_prof; /* Hybrid model-fitting flux */
float fluxcorerr_prof; /* RMS error on hybrid flux */
float magcor_prof; /* Hybrid model-fitting mag */
float magcorerr_prof; /* RMS error on hybrid mag */
double x_prof, y_prof; /* Coords from model-fitting*/ double x_prof, y_prof; /* Coords from model-fitting*/
double xf_prof, yf_prof; /* FOCAL coordinates */ double xf_prof, yf_prof; /* FOCAL coordinates */
double xw_prof, yw_prof; /* WORLD coords */ double xw_prof, yw_prof; /* WORLD coords */
......
...@@ -7,10 +7,8 @@ ...@@ -7,10 +7,8 @@
# #
# This file part of: AstrOmatic WCS library # This file part of: AstrOmatic WCS library
# #
# Copyright: (C) 2002-2010 IAP/CNRS/UPMC # Copyright: (C) 2002-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
# # (C) 1995-1999 Mark Calabretta (original WCSlib)
# Authors: Emmanuel Bertin (this Makefile.am)
# Mark Calabretta (WCSlib library)
# #
# Licenses: GNU General Public License (this file) # Licenses: GNU General Public License (this file)
# GNU Library General Public License (WCSlib) # GNU Library General Public License (WCSlib)
...@@ -27,7 +25,7 @@ ...@@ -27,7 +25,7 @@
# along with AstrOmatic software. # along with AstrOmatic software.
# If not, see <http://www.gnu.org/licenses/>. # If not, see <http://www.gnu.org/licenses/>.
# #
# Last modified: 1010/2010 # Last modified: 10/10/2010
# #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
...@@ -23,10 +23,8 @@ ...@@ -23,10 +23,8 @@
# #
# This file part of: AstrOmatic WCS library # This file part of: AstrOmatic WCS library
# #
# Copyright: (C) 2002-2010 IAP/CNRS/UPMC # Copyright: (C) 2002-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
# # (C) 1995-1999 Mark Calabretta (original WCSlib)
# Authors: Emmanuel Bertin (this Makefile.am)
# Mark Calabretta (WCSlib library)
# #
# Licenses: GNU General Public License (this file) # Licenses: GNU General Public License (this file)
# GNU Library General Public License (WCSlib) # GNU Library General Public License (WCSlib)
...@@ -43,7 +41,7 @@ ...@@ -43,7 +41,7 @@
# along with AstrOmatic software. # along with AstrOmatic software.
# If not, see <http://www.gnu.org/licenses/>. # If not, see <http://www.gnu.org/licenses/>.
# #
# Last modified: 1010/2010 # Last modified: 10/10/2010
# #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta * (C) 1995-1999 Mark Calabretta (original version)
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* *
* Licenses: GNU General Public License * Licenses: GNU General Public License
* *
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta * (C) 1995-1999 Mark Calabretta (original version)
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* *
* Licenses: GNU General Public License * Licenses: GNU General Public License
* *
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta * (C) 1995-1999 Mark Calabretta (original version)
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* *
* Licenses: GNU General Public License * Licenses: GNU General Public License
* *
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta * (C) 1995-1999 Mark Calabretta (original version)
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* *
* Licenses: GNU General Public License * Licenses: GNU General Public License
* *
......
...@@ -7,9 +7,7 @@ ...@@ -7,9 +7,7 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC * Copyright: (C) 1998-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* *
* License: GNU General Public License * License: GNU General Public License
* *
......
...@@ -7,9 +7,7 @@ ...@@ -7,9 +7,7 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC * Copyright: (C) 1998-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* *
* License: GNU General Public License * License: GNU General Public License
* *
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta * (C) 1995-1999 Mark Calabretta (original version)
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* *
* Licenses: GNU General Public License * Licenses: GNU General Public License
* *
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta * (C) 1995-1999 Mark Calabretta (original version)
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* *
* Licenses: GNU General Public License * Licenses: GNU General Public License
* *
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta * (C) 1995-1999 Mark Calabretta (original version)
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* *
* Licenses: GNU General Public License * Licenses: GNU General Public License
* *
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta * (C) 1995-1999 Mark Calabretta (original version)
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* *
* Licenses: GNU General Public License * Licenses: GNU General Public License
* *
......
...@@ -7,9 +7,7 @@ ...@@ -7,9 +7,7 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* *
* License: GNU General Public License * License: GNU General Public License
* *
......
...@@ -7,9 +7,7 @@ ...@@ -7,9 +7,7 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* *
* License: GNU General Public License * License: GNU General Public License
* *
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* *
* This file part of: AstrOmatic WCS library * This file part of: AstrOmatic WCS library
* *
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC * Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta * (C) 1995-1999 Mark Calabretta (original version)
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* *
* Licenses: GNU General Public License * Licenses: GNU General Public License
* *
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment