Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
8810cda9
Commit
8810cda9
authored
Oct 25, 2010
by
Emmanuel Bertin
Browse files
Added FLUXHYBRID_,MAG_HYBRID
parent
48d60ffa
Changes
152
Hide whitespace changes
Inline
Side-by-side
src/sexheadsc.h
View file @
8810cda9
...
...
@@ -7,10 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC
* (C) 1997 ESO
*
* Author: Emmanuel Bertin (IAP)
* Copyright: (C) 1997-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* License: GNU General Public License
*
...
...
src/som.c
View file @
8810cda9
...
...
@@ -7,11 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC
* (C) 1997 ESO
* (C) 1995,1996 Sterrewacht Leiden
*
* Author: Emmanuel Bertin (IAP)
* Copyright: (C) 1995-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* License: GNU General Public License
*
...
...
src/som.h
View file @
8810cda9
...
...
@@ -7,11 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC
* (C) 1997 ESO
* (C) 1995,1996 Sterrewacht Leiden
*
* Author: Emmanuel Bertin (IAP)
* Copyright: (C) 1995-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* License: GNU General Public License
*
...
...
src/threads.h
View file @
8810cda9
...
...
@@ -7,9 +7,7 @@
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2002-2010 IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* Copyright: (C) 2002-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* License: GNU General Public License
*
...
...
src/types.h
View file @
8810cda9
...
...
@@ -7,11 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993,1998-2010 IAP/CNRS/UPMC
* (C) 1994,1997 ESO
* (C) 1995,1996 Sterrewacht Leiden
*
* Author: Emmanuel Bertin (IAP)
* Copyright: (C) 1993-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* License: GNU General Public License
*
...
...
@@ -26,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: 1
1
/10/2010
* Last modified: 1
9
/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -344,6 +340,10 @@ typedef struct
float
mumax_prof
;
/* Model peak surf. bri. */
float
mueff_prof
;
/* Model effective surf. bri. */
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
xf_prof
,
yf_prof
;
/* FOCAL coordinates */
double
xw_prof
,
yw_prof
;
/* WORLD coords */
...
...
src/wcs/Makefile.am
View file @
8810cda9
...
...
@@ -7,10 +7,8 @@
#
# This file part of: AstrOmatic WCS library
#
# Copyright: (C) 2002-2010 IAP/CNRS/UPMC
#
# Authors: Emmanuel Bertin (this Makefile.am)
# Mark Calabretta (WCSlib library)
# Copyright: (C) 2002-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
# (C) 1995-1999 Mark Calabretta (original WCSlib)
#
# Licenses: GNU General Public License (this file)
# GNU Library General Public License (WCSlib)
...
...
@@ -27,7 +25,7 @@
# along with AstrOmatic software.
# If not, see <http://www.gnu.org/licenses/>.
#
# Last modified: 1010/2010
# Last modified: 10
/
10/2010
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
src/wcs/Makefile.in
View file @
8810cda9
...
...
@@ -23,10 +23,8 @@
#
# This file part of: AstrOmatic WCS library
#
# Copyright: (C) 2002-2010 IAP/CNRS/UPMC
#
# Authors: Emmanuel Bertin (this Makefile.am)
# Mark Calabretta (WCSlib library)
# Copyright: (C) 2002-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
# (C) 1995-1999 Mark Calabretta (original WCSlib)
#
# Licenses: GNU General Public License (this file)
# GNU Library General Public License (WCSlib)
...
...
@@ -43,7 +41,7 @@
# along with AstrOmatic software.
# If not, see <http://www.gnu.org/licenses/>.
#
# Last modified: 1010/2010
# Last modified: 10
/
10/2010
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
src/wcs/cel.c
View file @
8810cda9
...
...
@@ -7,11 +7,8 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta (original version)
*
* Licenses: GNU General Public License
*
...
...
src/wcs/cel.h
View file @
8810cda9
...
...
@@ -7,11 +7,8 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta (original version)
*
* Licenses: GNU General Public License
*
...
...
src/wcs/lin.c
View file @
8810cda9
...
...
@@ -7,11 +7,8 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta (original version)
*
* Licenses: GNU General Public License
*
...
...
src/wcs/lin.h
View file @
8810cda9
...
...
@@ -7,11 +7,8 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta (original version)
*
* Licenses: GNU General Public License
*
...
...
src/wcs/poly.c
View file @
8810cda9
...
...
@@ -7,9 +7,7 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* Copyright: (C) 1998-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* License: GNU General Public License
*
...
...
src/wcs/poly.h
View file @
8810cda9
...
...
@@ -7,9 +7,7 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* Copyright: (C) 1998-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* License: GNU General Public License
*
...
...
src/wcs/proj.c
View file @
8810cda9
...
...
@@ -7,11 +7,8 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta (original version)
*
* Licenses: GNU General Public License
*
...
...
src/wcs/proj.h
View file @
8810cda9
...
...
@@ -7,11 +7,8 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta (original version)
*
* Licenses: GNU General Public License
*
...
...
src/wcs/sph.c
View file @
8810cda9
...
...
@@ -7,11 +7,8 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta (original version)
*
* Licenses: GNU General Public License
*
...
...
src/wcs/sph.h
View file @
8810cda9
...
...
@@ -7,11 +7,8 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta (original version)
*
* Licenses: GNU General Public License
*
...
...
src/wcs/tnx.c
View file @
8810cda9
...
...
@@ -7,9 +7,7 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* License: GNU General Public License
*
...
...
src/wcs/tnx.h
View file @
8810cda9
...
...
@@ -7,9 +7,7 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* License: GNU General Public License
*
...
...
src/wcs/wcs.c
View file @
8810cda9
...
...
@@ -7,11 +7,8 @@
*
* This file part of: AstrOmatic WCS library
*
* Copyright: (C) 2000-2010 IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta
*
* Authors: Emmanuel Bertin (this version)
* Mark Calabretta (original version)
* Copyright: (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1995-1999 Mark Calabretta (original version)
*
* Licenses: GNU General Public License
*
...
...
Prev
1
…
3
4
5
6
7
8
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment