-
Notifications
You must be signed in to change notification settings - Fork 6
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
directory for the config file #56
Comments
Actually this change was intentional: Most of the users will not built the code from source by rather install it from a conda channel. In this case is better to save the config in a location that always exists (user home) rather than the directory from where it was lunched. |
OK. In that case, shall we always save the config file in the user home directory, for example, when we save from the menu or when the software quits. |
I find that xrftomo.conf gets created in the bin directory if there is one not already available in the home directory when running |
This in not the intentional behavior: there should be only one config file. In this line the config file name is hard coded. This should be changed in:
|
I'm using
|
By doing the following, the xrftomo.config was generated under /Users/sichen
(XRFtomo) Ahri-59:XRFtomo sichen$ pwd
/Users/sichen/src/XRFtomo
(XRFtomo) Ahri-59:XRFtomo sichen$ XRFtomo init
It makes more sense to generate it under /Users/sichen/src/XRFtomo. I also check the directory for the configure file when the software is quit. It is under /Users/sichen/src/XRFtomo.
The text was updated successfully, but these errors were encountered: