Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lenstool
Lenstool
Commits
57a94844
Commit
57a94844
authored
Mar 05, 2022
by
Johan Richard
Browse files
Remove debugging printfs
parent
682143a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/g_dpl.c
View file @
57a94844
...
...
@@ -93,12 +93,9 @@ void g_dpl2(int idpl, int np, double z, char *filex, char *filey)
for
(
j
=
0
;
j
<
imFrame
.
ny
;
j
++
)
{
printf
(
"%d
\n
"
,
j
);
for
(
i
=
0
;
i
<
imFrame
.
nx
;
i
++
)
{
printf
(
"i=%d
\n
"
,
i
);
pix2wcs
(
imFrame
.
wcsinfo
,
(
double
)
i
+
1
,
(
double
)
j
+
1
,
&
xw
,
&
yw
);
printf
(
"xw yw=%f %f
\n
"
,
xw
,
yw
);
pi
.
x
=
xw
-
M
.
ref_ra
;
pi
.
x
*=
-
3600
.
*
cos
(
M
.
ref_dec
*
DTR
);
pi
.
y
=
yw
-
M
.
ref_dec
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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