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
04156b6e
Commit
04156b6e
authored
May 01, 2019
by
Johan Richard
Browse files
Corrected source filename with sframe if provided
parent
979ce170
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.c
View file @
04156b6e
...
...
@@ -265,7 +265,12 @@ int main(int argc, char *argv[])
NPRINTF
(
stderr
,
"COMP: images of the sources
\n
"
);
if
(
M
.
pixel
==
1
)
e_pixel
(
M
.
npixel
,
M
.
pixelfile
,
"source.fits"
,
source
);
{
if
(
strcmp
(
ps
.
pixfile
,
""
))
e_pixel
(
M
.
npixel
,
M
.
pixelfile
,
ps
.
pixfile
,
source
);
else
e_pixel
(
M
.
npixel
,
M
.
pixelfile
,
"source.fits"
,
source
);
}
if
(
M
.
pixel
<
2
)
{
...
...
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