-
Notifications
You must be signed in to change notification settings - Fork 3
large scale cleanup #17
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
async workflow implemented, multiple readouts working
for more information, see https://pre-commit.ci
remove frame_processing_method remove trigger_response
for more information, see https://pre-commit.ci
also: fix merge oversights
for more information, see https://pre-commit.ci
basic testing working
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
ignore type errors remove channel shape manipulators from set_spectrometer_mode
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
arranging the parameters I _want_ to use, but they are yet to be implemented.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
working gui
* more concise treatment of logging picam imports with all others, yet logging handlers are maintained * when not busy, update and commit params * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update pyproject.toml * Update _pi_proem.py * CI: avoid dll libraries * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * revert instrumental imports to inside daemon * WIP--incomplete handling of measure errors * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor measure [minor] * more stops and starts * fix enum setter apparently this was broken? * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * hot pixel filter -- first attempt * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * test outlier rejection * hot pixel correction attempt * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update gui.py * Update _pi_proem.py hot pixel filter tweaked to better reflect baseline values--better performance * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * allow dynamic readout count, exposure * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * robust start, stop avoid using IsAcquisitionRunning, which seems unreliable * stop_acquisition is more thorough * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Daniel Kohler <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A general rework. Prioritizing stability over features atm.
Wavelength mappings currently removed because a standard calibration procedure is not yet in place (coming soon). No wavelength mappings in the meantime. Wavelength mappings are done in post-processing.
ROI and orientation reworked and invariant. Selecting ROI will be pushed at a later time.
scipy, andinstrumentalreplaced with the correct packageinstrumental-lib. Minimal dependencies in pyproject.toml