-
Notifications
You must be signed in to change notification settings - Fork 0
HSICS 80 FEI atc Filter Wheel Daemon #112
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
Conversation
…/hispec into HSICS-80-FEI-ND-filter-wheel-hsfei.atcfwheel
| Args: come from the hsfei configuration file | ||
| """ | ||
| #on start set up the daemon from config and initialize device | ||
| config = configparser.ConfigParser() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use the config parser built in libby, not a custom parsing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that our config files will be in yaml or json format?
We should also finalize the structure of our config files. What I have implemented is something that would be 1 config file per group. Another way would be to have a config file per daemon but that would clutter each group with config files. I dont think the libby config parser handles things the I need.(primarily named pos)
No description provided.