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/levmar/lmbc.c
View file @
8810cda9
/*
* lmbc.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/lmbc_core.c
View file @
8810cda9
/*
* lmbc_core.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/lmblec.c
View file @
8810cda9
/*
* lmblec.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/lmblec_core.c
View file @
8810cda9
/*
* lmblec_core.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/lmbleic.c
View file @
8810cda9
/*
* lmbleic.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/lmbleic_core.c
View file @
8810cda9
/*
* lmbleic_core.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/lmlec.c
View file @
8810cda9
/*
* lmlec.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/lmlec_core.c
View file @
8810cda9
/*
* lmlec_core.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/misc.c
View file @
8810cda9
/*
* misc.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/misc.h
View file @
8810cda9
/*
* misc.h
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/levmar/misc_core.c
View file @
8810cda9
/*
* misc_core.c
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 2004 Manolis Lourakis (original version)
*
* Licenses: GNU General Public License
*
* AstrOmatic software is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* AstrOmatic software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 25/10/2010
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
//
//
// Levenberg - Marquardt non-linear minimization algorithm
// Levenberg - Marquardt non-linear minimization algorithm
...
...
src/main.c
View file @
8810cda9
...
@@ -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
*
*
...
@@ -64,7 +60,7 @@ setlinebuf(stdout);
...
@@ -64,7 +60,7 @@ setlinebuf(stdout);
if
(
argc
<
2
)
if
(
argc
<
2
)
{
{
fprintf
(
OUTPUT
,
"
\n
%s version %s (%s)
\n
"
,
BANNER
,
MYVERSION
,
DATE
);
fprintf
(
OUTPUT
,
"
\n
%s version %s (%s)
\n
"
,
BANNER
,
MYVERSION
,
DATE
);
fprintf
(
OUTPUT
,
"
\n
by %s
\n
"
,
AUTHORS
);
fprintf
(
OUTPUT
,
"
\n
Written
by %s
\n
"
,
AUTHORS
);
fprintf
(
OUTPUT
,
"Copyright %s
\n
"
,
COPYRIGHT
);
fprintf
(
OUTPUT
,
"Copyright %s
\n
"
,
COPYRIGHT
);
fprintf
(
OUTPUT
,
"
\n
visit %s
\n
"
,
WEBSITE
);
fprintf
(
OUTPUT
,
"
\n
visit %s
\n
"
,
WEBSITE
);
fprintf
(
OUTPUT
,
"
\n
%s
\n
"
,
DISCLAIMER
);
fprintf
(
OUTPUT
,
"
\n
%s
\n
"
,
DISCLAIMER
);
...
...
src/makeit.c
View file @
8810cda9
...
@@ -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
*
*
...
...
src/manobjlist.c
View file @
8810cda9
...
@@ -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
*
*
...
...
src/misc.c
View file @
8810cda9
...
@@ -7,9 +7,7 @@
...
@@ -7,9 +7,7 @@
*
*
* This file part of: SExtractor
* This file part of: SExtractor
*
*
* Copyright: (C) 2009-2010 IAP/CNRS/UPMC
* Copyright: (C) 2009-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
*
*
* License: GNU General Public License
* License: GNU General Public License
*
*
...
...
src/neurro.c
View file @
8810cda9
...
@@ -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
*
*
...
...
src/neurro.h
View file @
8810cda9
...
@@ -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
*
*
...
...
src/param.h
View file @
8810cda9
...
@@ -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
*
*
...
...
src/paramprofit.h
View file @
8810cda9
...
@@ -7,9 +7,7 @@
...
@@ -7,9 +7,7 @@
*
*
* This file part of: SExtractor
* This file part of: SExtractor
*
*
* Copyright: (C) 2007-2010 IAP/CNRS/UPMC
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
*
*
* License: GNU General Public License
* License: GNU General Public License
*
*
...
@@ -24,7 +22,7 @@
...
@@ -24,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: 1
1
/10/2010
* Last modified: 1
8
/10/2010
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
@@ -48,6 +46,7 @@
...
@@ -48,6 +46,7 @@
{
"NITER_MODEL"
,
"Number of iterations for model-fitting"
,
{
"NITER_MODEL"
,
"Number of iterations for model-fitting"
,
&
outobj2
.
prof_niter
,
H_INT
,
T_SHORT
,
"%3d"
,
""
,
&
outobj2
.
prof_niter
,
H_INT
,
T_SHORT
,
"%3d"
,
""
,
"meta.number;stat.fit;src.morph"
,
""
},
"meta.number;stat.fit;src.morph"
,
""
},
{
"FLUX_MODEL"
,
"Flux from model-fitting"
,
{
"FLUX_MODEL"
,
"Flux from model-fitting"
,
&
outobj2
.
flux_prof
,
H_FLOAT
,
T_FLOAT
,
"%12.7g"
,
"count"
,
&
outobj2
.
flux_prof
,
H_FLOAT
,
T_FLOAT
,
"%12.7g"
,
"count"
,
"phot.count;stat.fit.param"
,
"ct"
},
"phot.count;stat.fit.param"
,
"ct"
},
...
@@ -60,7 +59,20 @@
...
@@ -60,7 +59,20 @@
{
"MAGERR_MODEL"
,
"RMS error on model-fitting magnitude"
,
{
"MAGERR_MODEL"
,
"RMS error on model-fitting magnitude"
,
&
outobj2
.
magerr_prof
,
H_FLOAT
,
T_FLOAT
,
"%8.4f"
,
"mag"
,
&
outobj2
.
magerr_prof
,
H_FLOAT
,
T_FLOAT
,
"%8.4f"
,
"mag"
,
"stat.error;phot.mag;stat.fit.param"
,
"mag"
},
"stat.error;phot.mag;stat.fit.param"
,
"mag"
},
/*
{"FLUXHYBRID_MODEL", "Hybrid flux from model-fitting",
&outobj2.fluxcor_prof, H_FLOAT, T_FLOAT, "%12.7g", "count",
"phot.count;stat.fit.param", "ct"},
{"FLUXHYBRIDERR_MODEL", "RMS error on hybrid flux",
&outobj2.fluxcorerr_prof, H_FLOAT, T_FLOAT, "%12.7g", "count",
"stat.error;phot.count;stat.fit.param", "ct"},
{"MAGHYBRID_MODEL", "Hybrid magnitude from model-fitting",
&outobj2.magcor_prof, H_FLOAT, T_FLOAT, "%8.4f", "mag",
"phot.mag;stat.fit.param", "mag"},
{"MAGHYBRIDERR_MODEL", "RMS error on hybrid magnitude",
&outobj2.magcorerr_prof, H_FLOAT, T_FLOAT, "%8.4f", "mag",
"stat.error;phot.mag;stat.fit.param", "mag"},
*/
{
"FLUX_MAX_MODEL"
,
"Peak model flux above background"
,
{
"FLUX_MAX_MODEL"
,
"Peak model flux above background"
,
&
outobj2
.
peak_prof
,
H_FLOAT
,
T_FLOAT
,
"%12.7g"
,
"count"
,
&
outobj2
.
peak_prof
,
H_FLOAT
,
T_FLOAT
,
"%12.7g"
,
"count"
,
"phot.flux.sb;stat.max;stat.fit.param"
,
"ct"
},
"phot.flux.sb;stat.max;stat.fit.param"
,
"ct"
},
...
...
src/pattern.c
View file @
8810cda9
...
@@ -7,9 +7,7 @@
...
@@ -7,9 +7,7 @@
*
*
* This file part of: SExtractor
* This file part of: SExtractor
*
*
* Copyright: (C) 2007-2010 IAP/CNRS/UPMC
* Copyright: (C) 2007-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
*
*
* License: GNU General Public License
* License: GNU General Public License
*
*
...
...
Prev
1
2
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