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
1d1c9331
Commit
1d1c9331
authored
Sep 22, 2010
by
Emmanuel Bertin
Browse files
Allowed SEEING_FWHM to be 0 if no PSF is available and CLASS_STAR is not in the parameter list.
parent
0a368a81
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/prefs.c
View file @
1d1c9331
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
*
*
* Contents: Functions to handle the configuration file.
* Contents: Functions to handle the configuration file.
*
*
* Last modify:
08
/0
3
/2010
* Last modify:
22
/0
9
/2010
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
*/
...
@@ -600,7 +600,7 @@ void useprefs()
...
@@ -600,7 +600,7 @@ void useprefs()
prefs
.
prof_flag
=
1
;
prefs
.
prof_flag
=
1
;
/*--------------------------- Adaptive class-star ---------------------------*/
/*--------------------------- Adaptive class-star ---------------------------*/
if
(
prefs
.
seeing_fwhm
==
0
)
if
(
prefs
.
seeing_fwhm
==
0
&&
FLAG
(
obj2
.
sprob
)
)
prefs
.
psf_flag
=
1
;
prefs
.
psf_flag
=
1
;
/*-------------------------- Pattern-fitting -------------------------------*/
/*-------------------------- Pattern-fitting -------------------------------*/
...
...
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