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/pattern.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
*
*
...
...
src/pc.c
View file @
8810cda9
...
@@ -7,9 +7,7 @@
...
@@ -7,9 +7,7 @@
*
*
* This file part of: SExtractor
* This file part of: SExtractor
*
*
* Copyright: (C) 1999-2010 IAP/CNRS/UPMC
* Copyright: (C) 1999-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*
* Author: Emmanuel Bertin (IAP)
*
*
* License: GNU General Public License
* License: GNU General Public License
*
*
...
...
src/photom.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
*
*
...
@@ -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: 1
1
/10/2010
* Last modified: 1
9
/10/2010
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
@@ -891,6 +887,15 @@ void computemags(picstruct *field, objstruct *obj)
...
@@ -891,6 +887,15 @@ void computemags(picstruct *field, objstruct *obj)
1
.
086
*
obj2
->
fluxerr_prof
/
obj2
->
flux_prof
1
.
086
*
obj2
->
fluxerr_prof
/
obj2
->
flux_prof
:
99
.
0
;
:
99
.
0
;
if
(
FLAG
(
obj2
.
magcor_prof
))
obj2
->
magcor_prof
=
obj2
->
fluxcor_prof
>
0
.
0
?
-
2
.
5
*
log10
(
obj2
->
fluxcor_prof
)
+
prefs
.
mag_zeropoint
:
99
.
0
;
if
(
FLAG
(
obj2
.
magcorerr_prof
))
obj2
->
magcorerr_prof
=
obj2
->
fluxcor_prof
>
0
.
0
?
1
.
086
*
obj2
->
fluxcorerr_prof
/
obj2
->
fluxcor_prof
:
99
.
0
;
if
(
FLAG
(
obj2
.
mumax_prof
))
if
(
FLAG
(
obj2
.
mumax_prof
))
obj2
->
mumax_prof
=
obj2
->
peak_prof
>
0
.
0
?
obj2
->
mumax_prof
=
obj2
->
peak_prof
>
0
.
0
?
-
2
.
5
*
log10
((
obj2
->
peak_prof
)
-
2
.
5
*
log10
((
obj2
->
peak_prof
)
...
...
src/photom.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/plist.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/plist.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/preflist.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/prefs.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/prefs.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/profit.c
View file @
8810cda9
...
@@ -7,9 +7,7 @@
...
@@ -7,9 +7,7 @@
*
*
* This file part of: SExtractor
* This file part of: SExtractor
*
*
* Copyright: (C) 2006-2010 IAP/CNRS/UPMC
* Copyright: (C) 2006-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
3
/10/2010
* Last modified: 1
9
/10/2010
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
@@ -82,9 +80,8 @@ const int flux_flag[PARAM_NPARAM] = {0,
...
@@ -82,9 +80,8 @@ const int flux_flag[PARAM_NPARAM] = {0,
1
,
0
,
0
1
,
0
,
0
};
};
/* "Local" global variables for debugging purposes */
int
theniter
,
the_gal
;
int
theniter
,
the_gal
;
/* "Local" global variables; it seems dirty but it simplifies a lot */
/* interfacing to the LM routines */
static
picstruct
*
the_field
,
*
the_wfield
;
static
picstruct
*
the_field
,
*
the_wfield
;
profitstruct
*
theprofit
;
profitstruct
*
theprofit
;
...
@@ -329,8 +326,42 @@ the_gal++;
...
@@ -329,8 +326,42 @@ the_gal++;
profit
->
freeparam_flag
[
p
]
=
1
;
profit
->
freeparam_flag
[
p
]
=
1
;
profit
->
nfreeparam
=
profit
->
nparam
;
profit
->
nfreeparam
=
profit
->
nparam
;
/*
char str[1024];
sprintf(str, "obj_%04d.fits", the_gal);
catstruct *bcat;
float *bpix, *opix,*lmodpix,*objpix;
bcat=read_cat("base.fits");
QMALLOC(bpix, float, field->npix);
QFSEEK(bcat->file, bcat->tab->bodypos, SEEK_SET, bcat->filename);
read_body(bcat->tab, bpix, field->npix);
free_cat(&bcat,1);
bcat=read_cat(str);
QMALLOC(opix, float, profit->nobjpix);
QFSEEK(bcat->file, bcat->tab->bodypos, SEEK_SET, bcat->filename);
read_body(bcat->tab, opix, profit->nobjpix);
free_cat(&bcat,1);
addfrombig(bpix, field->width, field->height,
profit->objpix, profit->objnaxisn[0],profit->objnaxisn[1],
profit->ix,profit->iy, -1.0);
objpix = profit->objpix;
lmodpix = opix;
for (i=profit->nobjpix; i--;)
*(objpix++) += *(lmodpix++);
free(bpix);
free(opix);
*/
profit
->
niter
=
profit_minimize
(
profit
,
PROFIT_MAXITER
);
profit
->
niter
=
profit_minimize
(
profit
,
PROFIT_MAXITER
);
/*
/*
profit_residuals(profit,field,wfield, 0.0, profit->paraminit, NULL);
check=initcheck(str, CHECK_OTHER,1);
check->width = profit->objnaxisn[0];
check->height = profit->objnaxisn[1];
reinitcheck(field,check);
memcpy(check->pix, profit->lmodpix, profit->nobjpix*sizeof(float));
reendcheck(field,check);
endcheck(check);
chi2 = profit->chi2;
chi2 = profit->chi2;
for (p=0; p<nparam; p++)
for (p=0; p<nparam; p++)
param1[p] = profit->paraminit[p];
param1[p] = profit->paraminit[p];
...
@@ -362,6 +393,7 @@ profit->niter = profit_minimize(profit, PROFIT_MAXITER);
...
@@ -362,6 +393,7 @@ profit->niter = profit_minimize(profit, PROFIT_MAXITER);
addcheck
(
check
,
profit
->
lmodpix
,
profit
->
objnaxisn
[
0
],
profit
->
objnaxisn
[
1
],
addcheck
(
check
,
profit
->
lmodpix
,
profit
->
objnaxisn
[
0
],
profit
->
objnaxisn
[
1
],
profit
->
ix
,
profit
->
iy
,
1
.
0
);
profit
->
ix
,
profit
->
iy
,
1
.
0
);
}
}
if
((
check
=
prefs
.
check
[
CHECK_SUBPROFILES
]))
if
((
check
=
prefs
.
check
[
CHECK_SUBPROFILES
]))
{
{
profit_residuals
(
profit
,
field
,
wfield
,
0
.
0
,
profit
->
paraminit
,
NULL
);
profit_residuals
(
profit
,
field
,
wfield
,
0
.
0
,
profit
->
paraminit
,
NULL
);
...
@@ -424,7 +456,7 @@ profit->niter = profit_minimize(profit, PROFIT_MAXITER);
...
@@ -424,7 +456,7 @@ profit->niter = profit_minimize(profit, PROFIT_MAXITER);
addcheck
(
check
,
profit
->
lmodpix
,
profit
->
objnaxisn
[
0
],
profit
->
objnaxisn
[
1
],
addcheck
(
check
,
profit
->
lmodpix
,
profit
->
objnaxisn
[
0
],
profit
->
objnaxisn
[
1
],
profit
->
ix
,
profit
->
iy
,
-
1
.
0
);
profit
->
ix
,
profit
->
iy
,
-
1
.
0
);
}
}
/* Compute compressed residuals */
/* Compute compressed residuals */
profit_residuals
(
profit
,
field
,
wfield
,
10
.
0
,
profit
->
paraminit
,
profit
->
resi
);
profit_residuals
(
profit
,
field
,
wfield
,
10
.
0
,
profit
->
paraminit
,
profit
->
resi
);
...
@@ -521,6 +553,12 @@ profit->niter = profit_minimize(profit, PROFIT_MAXITER);
...
@@ -521,6 +553,12 @@ profit->niter = profit_minimize(profit, PROFIT_MAXITER);
}
}
}
}
if
(
FLAG
(
obj2
.
fluxcor_prof
))
{
profit_residuals
(
profit
,
field
,
wfield
,
0
.
0
,
profit
->
paraminit
,
NULL
);
profit_fluxcor
(
profit
,
obj
,
obj2
);
}
if
(
FLAG
(
obj2
.
prof_mx2
))
if
(
FLAG
(
obj2
.
prof_mx2
))
profit_moments
(
profit
,
obj2
);
profit_moments
(
profit
,
obj2
);
...
@@ -784,6 +822,118 @@ profit->niter = profit_minimize(profit, PROFIT_MAXITER);
...
@@ -784,6 +822,118 @@ profit->niter = profit_minimize(profit, PROFIT_MAXITER);
}
}
/****** profit_fluxcor ******************************************************
PROTO void profit_fluxcor(profitstruct *profit objstruct *obj,
obj2struct *obj2)
PURPOSE Integrate the flux within an ellipse and complete it with the wings of
the fitted model.
INPUT Profile-fitting structure,
pointer to the obj structure,
pointer to the obj2 structure.
OUTPUT Model-corrected flux.
NOTES -.
AUTHOR E. Bertin (IAP)
VERSION 19/10/2010
***/
void
profit_fluxcor
(
profitstruct
*
profit
,
objstruct
*
obj
,
obj2struct
*
obj2
)
{
double
mx
,
my
,
dx
,
dy
,
cx2
,
cy2
,
cxy
,
klim2
,
tvobj
,
sigtvobj
,
tvm
,
tvmin
,
tvmout
;
PIXTYPE
*
objpix
,
*
objpixt
,
*
objweight
,
*
objweightt
,
*
lmodpix
,
pix
,
weight
,
var
;
int
x
,
y
,
x2
,
y2
,
pos
,
w
,
h
,
area
,
corrflag
;
corrflag
=
(
prefs
.
mask_type
==
MASK_CORRECT
);
w
=
profit
->
objnaxisn
[
0
];
h
=
profit
->
objnaxisn
[
1
];
mx
=
(
float
)(
w
/
2
);
my
=
(
float
)(
h
/
2
);
if
(
FLAG
(
obj2
.
x_prof
))
{
if
(
profit
->
paramlist
[
PARAM_X
])
mx
+=
*
profit
->
paramlist
[
PARAM_X
];
if
(
profit
->
paramlist
[
PARAM_Y
])
my
+=
*
profit
->
paramlist
[
PARAM_Y
];
}
if
(
obj2
->
kronfactor
>
0
.
0
)
{
cx2
=
obj
->
cxx
;
cy2
=
obj
->
cyy
;
cxy
=
obj
->
cxy
;
klim2
=
2
.
0
;
}
else
/*-- ...if not, use the circular aperture provided by the user */
{
cx2
=
cy2
=
1
.
0
;
cxy
=
0
.
0
;
klim2
=
(
prefs
.
autoaper
[
1
]
/
2
.
0
)
*
(
prefs
.
autoaper
[
1
]
/
2
.
0
);
}
area
=
0
;
tvmin
=
tvmout
=
tvobj
=
sigtvobj
=
0
.
0
;
lmodpix
=
profit
->
lmodpix
;
objpixt
=
objpix
=
profit
->
objpix
;
objweightt
=
objweight
=
profit
->
objweight
;
for
(
y
=
0
;
y
<
h
;
y
++
)
{
for
(
x
=
0
;
x
<
w
;
x
++
,
objpixt
++
,
objweightt
++
)
{
dx
=
x
-
mx
;
dy
=
y
-
my
;
if
((
cx2
*
dx
*
dx
+
cy2
*
dy
*
dy
+
cxy
*
dx
*
dy
)
<=
klim2
)
{
area
++
;
/*------ Here begin tests for pixel and/or weight overflows. Things are a */
/*------ bit intricated to have it running as fast as possible in the most */
/*------ common cases */
if
((
weight
=*
objweightt
)
<=
0
.
0
)
{
if
(
corrflag
&&
(
x2
=
(
int
)(
2
*
mx
+
0
.
49999
-
x
))
>=
0
&&
x2
<
w
&&
(
y2
=
(
int
)(
2
*
my
+
0
.
49999
-
y
))
>=
0
&&
y2
<
h
&&
(
weight
=
objweight
[
pos
=
y2
*
w
+
x2
])
>
0
.
0
)
{
pix
=
objpix
[
pos
];
var
=
1
.
0
/
(
weight
*
weight
);
}
else
pix
=
var
=
0
.
0
;
}
else
{
pix
=
*
objpixt
;
var
=
1
.
0
/
(
weight
*
weight
);
}
tvobj
+=
pix
;
sigtvobj
+=
var
;
tvmin
+=
*
lmodpix
;
*
(
lmodpix
++
)
=
pix
;
}
else
tvmout
+=
*
(
lmodpix
++
);
}
}
// tv -= area*bkg;
tvm
=
tvmin
+
tvmout
;
if
(
tvm
!=
0
.
0
)
{
obj2
->
fluxcor_prof
=
tvobj
+
obj2
->
flux_prof
*
tvmout
/
tvm
;
obj2
->
fluxcorerr_prof
=
sqrt
(
sigtvobj
+
obj2
->
fluxerr_prof
*
obj2
->
fluxerr_prof
*
tvmout
/
tvm
);
}
else
{
obj2
->
fluxcor_prof
=
tvobj
;
obj2
->
fluxcorerr_prof
=
sqrt
(
sigtvobj
);
}
return
;
}
/****i* prof_gammainc *********************************************************
/****i* prof_gammainc *********************************************************
PROTO double prof_gammainc(double x, double a)
PROTO double prof_gammainc(double x, double a)
PURPOSE Returns the incomplete Gamma function (based on algorithm described in
PURPOSE Returns the incomplete Gamma function (based on algorithm described in
...
...
src/profit.h
View file @
8810cda9
...
@@ -7,9 +7,7 @@
...
@@ -7,9 +7,7 @@
*
*
* This file part of: SExtractor
* This file part of: SExtractor
*
*
* Copyright: (C) 2006-2010 IAP/CNRS/UPMC
* Copyright: (C) 2006-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
9
/10/2010
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
@@ -215,6 +213,8 @@ void prof_end(profstruct *prof),
...
@@ -215,6 +213,8 @@ void prof_end(profstruct *prof),
profit_end
(
profitstruct
*
profit
),
profit_end
(
profitstruct
*
profit
),
profit_evaluate
(
double
*
par
,
double
*
fvec
,
int
m
,
int
n
,
profit_evaluate
(
double
*
par
,
double
*
fvec
,
int
m
,
int
n
,
void
*
adata
),
void
*
adata
),
profit_fluxcor
(
profitstruct
*
profit
,
objstruct
*
obj
,
obj2struct
*
obj2
),
profit_makedft
(
profitstruct
*
profit
),
profit_makedft
(
profitstruct
*
profit
),
profit_moments
(
profitstruct
*
profit
,
obj2struct
*
obj2
),
profit_moments
(
profitstruct
*
profit
,
obj2struct
*
obj2
),
profit_printout
(
int
n_par
,
float
*
par
,
int
m_dat
,
float
*
fvec
,
profit_printout
(
int
n_par
,
float
*
par
,
int
m_dat
,
float
*
fvec
,
...
...
src/psf.c
View file @
8810cda9
...
@@ -7,9 +7,7 @@
...
@@ -7,9 +7,7 @@
*
*
* This file part of: SExtractor
* This file part of: SExtractor
*
*
* 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
*
*
...
...
src/psf.h
View file @
8810cda9
...
@@ -7,9 +7,7 @@
...
@@ -7,9 +7,7 @@
*
*
* This file part of: SExtractor
* This file part of: SExtractor
*
*
* 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
*
*
...
...
src/readimage.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/refine.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/retina.c
View file @
8810cda9
...
@@ -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
*
*
...
...
src/retina.h
View file @
8810cda9
...
@@ -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
*
*
...
...
src/scan.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/sexhead.h
View file @
8810cda9
...
@@ -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) 1996-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1997 ESO
* (C) 1996 Sterrewacht Leiden
*
* Author: Emmanuel Bertin (IAP)
*
*
* License: GNU General Public License
* License: GNU General Public License
*
*
...
...
src/sexhead1.h
View file @
8810cda9
...
@@ -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) 1996-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
* (C) 1997 ESO
* (C) 1996 Sterrewacht Leiden
*
* 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