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
18f94bc2
Commit
18f94bc2
authored
May 07, 2009
by
Emmanuel Bertin
Browse files
Removed forgotten debug printout.
parent
cf8aa6bd
Changes
2
Show whitespace changes
Inline
Side-by-side
man/sex.1
View file @
18f94bc2
.TH SEXTRACTOR "1" "
April
2009" "SWarp 2.8.6" "User Commands"
.TH SEXTRACTOR "1" "
May
2009" "SWarp 2.8.6" "User Commands"
.SH NAME
.SH NAME
sex \- extract a source catalog from an astronomical FITS image
sex \- extract a source catalog from an astronomical FITS image
.SH SYNOPSIS
.SH SYNOPSIS
...
...
src/profit.c
View file @
18f94bc2
...
@@ -2554,7 +2554,7 @@ VERSION 28/04/2009
...
@@ -2554,7 +2554,7 @@ VERSION 28/04/2009
void
make_kernel
(
double
pos
,
double
*
kernel
,
interpenum
interptype
)
void
make_kernel
(
double
pos
,
double
*
kernel
,
interpenum
interptype
)
{
{
double
x
,
val
,
sinx1
,
sinx2
,
sinx3
,
cosx1
;
double
x
,
val
,
sinx1
,
sinx2
,
sinx3
,
cosx1
;
printf
(
"%g
\n
"
,
pos
);
if
(
interptype
==
INTERP_NEARESTNEIGHBOUR
)
if
(
interptype
==
INTERP_NEARESTNEIGHBOUR
)
*
kernel
=
1
;
*
kernel
=
1
;
else
if
(
interptype
==
INTERP_BILINEAR
)
else
if
(
interptype
==
INTERP_BILINEAR
)
...
...
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