Skip to content

filterwheeldaemon -Keyword Implementation#138

Open
Kupaianaha wants to merge 5 commits into
mainfrom
elijahab/filterwheeldaemon
Open

filterwheeldaemon -Keyword Implementation#138
Kupaianaha wants to merge 5 commits into
mainfrom
elijahab/filterwheeldaemon

Conversation

@Kupaianaha
Copy link
Copy Markdown
Collaborator

No description provided.

self.keyword_registry.int("position",
getter=self.keyword_wrapper(self.get_pos, key="position"),
setter=lambda v: self.keyword_wrapper(self.set_pos, int(v)),
description="Set and get current position of FilterWheel.")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd add a validator and check for the softmax, softmin as an extra level of safety

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Mike I will! I actually need to talk to you about some implementation that I may have wrong but ill put that it before and submit a new pr

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

Successfully merging this pull request may close these issues.

3 participants