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

Tidy up I24 serial code #16

Merged
merged 48 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ca039ca
Remove the definitely not in use - or in plans- from zebra
noemifrisina May 31, 2023
8a72a35
Remove the definitely not in use - or in plans- from pilatus and eiger
noemifrisina May 31, 2023
45baab3
Delete old zebra actions and rename ones in use
noemifrisina May 31, 2023
454b0c4
Add a couple of tests
noemifrisina May 31, 2023
529f856
A bit more tidying up
noemifrisina May 31, 2023
f9d0cc2
Add forgotten parameter file for motor direction
noemifrisina May 31, 2023
b30da24
Clean up logging
noemifrisina Jun 5, 2023
2533e08
Add basic script to set visit directory
noemifrisina Jun 5, 2023
9848d91
Merge branch 'main' into 14_tidy-up-i24-ssx
noemifrisina Jun 7, 2023
5f879d0
Only set PV relative to experiment for visit
noemifrisina Jun 7, 2023
efada08
Get visit from pv and update test - actuall add the files
noemifrisina Jun 7, 2023
b8fc790
Add a couple of tests
noemifrisina Jun 7, 2023
ad12eaa
Also get visit from pv in chip
noemifrisina Jun 7, 2023
8841483
Remove old edms
noemifrisina Jun 7, 2023
0f28ae2
Simplify entry point for collect commands
noemifrisina Jun 7, 2023
15883e0
Remove from pyproject
noemifrisina Jun 7, 2023
285ec77
Readd forgotten bits
noemifrisina Jun 7, 2023
7426da2
Clean up some file open
noemifrisina Jun 7, 2023
836059d
Remove unused chips
noemifrisina Jun 7, 2023
e8f7820
Fix old py2.7 code
noemifrisina Jun 7, 2023
9a18bcc
A coupld more context managers
noemifrisina Jun 7, 2023
021eea4
Remove paths from extruder script
noemifrisina Jun 16, 2023
ec596e2
Actually add the file with the patchs
noemifrisina Jun 16, 2023
c3362c8
Add pvar files
noemifrisina Jun 16, 2023
9cfff46
ove some files around
noemifrisina Jun 16, 2023
a5875f8
Change path
noemifrisina Jun 16, 2023
1a7e807
Finish fixing/removing paths
noemifrisina Jun 16, 2023
6a21b63
Fix import
noemifrisina Jun 16, 2023
8805264
Add just a couple of tests
noemifrisina Jun 16, 2023
3e58195
Use old directories for .addr .spec files as they look like logs
noemifrisina Jun 16, 2023
d9b0a2a
Uncomment module load
noemifrisina Jun 16, 2023
7a49078
Remove unneeded pvar files
noemifrisina Jun 16, 2023
c79d121
Move parsers into __main__
noemifrisina Jun 16, 2023
e0f997c
Test a function that apparently does nothing
noemifrisina Jun 16, 2023
32054b5
Make a start on log tests
noemifrisina Jun 16, 2023
047b1ed
Fix extruder parsers tests
noemifrisina Jun 16, 2023
ebd43cc
Remove log test that broke everything else
noemifrisina Jun 19, 2023
9876d89
Add small test of basic logging config
noemifrisina Jun 19, 2023
0ec69d4
Add a test for logging
noemifrisina Jun 19, 2023
dd01a30
Small directory fix and test for get_format
noemifrisina Jun 19, 2023
4a62346
Add test for tot number of images calculation in ft
noemifrisina Jun 20, 2023
6ec523a
Add test for start_i24 in ft
noemifrisina Jun 20, 2023
7ad138e
Add tests
noemifrisina Jun 20, 2023
ac2a852
Reverse accidental change to vscode settings
noemifrisina Jun 21, 2023
58c4b40
Update src/mx_bluesky/I24/serial/fixed_target/i24ssx_Chip_Manager_py3…
noemifrisina Jun 21, 2023
2647993
Make suggested changes in manager
noemifrisina Jun 21, 2023
d374452
Avoid too much isinstance repetition
noemifrisina Jun 21, 2023
586ed84
Use shutil for copying file
noemifrisina Jun 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
"python.formatting.provider": "none",
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
noemifrisina marked this conversation as resolved.
Show resolved Hide resolved
}
}
Loading