Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve installation: All items are disabled in default.param and path is wrong #52

Open
han-k59 opened this issue May 14, 2023 · 1 comment

Comments

@han-k59
Copy link

han-k59 commented May 14, 2023

Two problem occur during installation in Debian.

  1. Paths are not correct
    WARNING: configuration_file.txt not found, using internal defaults ----- SExtractor 2.19.5
    It would help if the message is clearer. E.g. modify path in default.sex

  2. All key are disabled with a # in default.param leading to an other error. Suggest to enable some keys default. Would suggest to remove the # from the following keys (or more):

NUMBER Running object number
X_IMAGE_DBL Object position along x (double precision) [pixel]
Y_IMAGE_DBL Object position along y (double precision) [pixel]

See discussion here:
https://stackoverflow.com/questions/60153093/how-do-i-get-source-extractor-to-analyze-an-image

@ebertin
Copy link
Member

ebertin commented May 15, 2023

Hi @han-k59
Not sure about the first proposition; however I fully agree with your 2nd point! This is clearly an oversight on my part. I have now uncommented NUMBER, X_IMAGE, Y_IMAGE, and FLAGS in config/default.param in the develop branch, which will find its way to main and to a release soon. Thanks!

ebertin added a commit that referenced this issue Apr 11, 2024
Uncomment basic parameters (see issue #52)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants