Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
ac2026e
Increment version number for development
GenevieveBuckley Feb 13, 2020
f5adbcb
Added structured fill, pulse function for single and multi lines
Mar 2, 2021
c0d476b
Changed volume function to work with TTL
Mar 2, 2021
f6ff1e4
Fixed nidaqmx importing
DavidDierickx Mar 3, 2021
07952f6
Added hardware triggering for camera_grab
DavidDierickx Mar 3, 2021
9daeb5a
Added nidaqmx to requirements
DavidDierickx Mar 3, 2021
83840f8
Fixed references to nidaqmx
DavidDierickx Mar 3, 2021
52853b0
Minor spacing fix
DavidDierickx Mar 3, 2021
7bb283d
Fixed function calls
DavidDierickx Mar 3, 2021
3319fde
removed unused import
DavidDierickx Mar 3, 2021
26a5706
Fixed camera_grab parameters
DavidDierickx Mar 3, 2021
2ece58e
Removed unecessary prints
DavidDierickx Mar 4, 2021
ae77043
Delay given in us, changed division factor to match
DavidDierickx Mar 4, 2021
d3c6601
Changed laser_name to pin for multi_pulse
DavidDierickx Mar 4, 2021
74b92bd
Small documentation fixes
DavidDierickx Mar 4, 2021
34dc4a6
Implemented hardware triggering as default
DavidDierickx Mar 4, 2021
720d07d
Changed volume shape to include patterns
DavidDierickx Mar 4, 2021
8b7123a
Changed laser and camera pins
DavidDierickx Mar 8, 2021
d02843e
Added single_line_onoff function for pattern
DavidDierickx Mar 8, 2021
e0ff56c
Forced negative laser power to 0, >100 power to 100
Mar 9, 2021
fd702b9
update to github
DavidDierickx Dec 8, 2021
113f687
NIcontroller python
DavidDierickx Dec 15, 2021
a830627
removed incorrect import
DavidDierickx Dec 15, 2021
dd9ec6b
added arduino and PIStage controls
DavidDierickx Jan 24, 2022
4db9624
fixed calibrations for mirror/shift
DavidDierickx Feb 20, 2022
e0ba5eb
refactored laser.py
DavidDierickx Feb 22, 2022
cda96ec
remove unused initialise_laser function
DavidDierickx Feb 22, 2022
9c6a308
remove internal path dependence
DavidDierickx Feb 22, 2022
546e46a
remove config path creation
DavidDierickx Feb 22, 2022
adf1883
add ip and offline to config
DavidDierickx Feb 22, 2022
c5c1e7b
fix initialise initialize inconsiztency
DavidDierickx Feb 22, 2022
280ad02
really fix it this time
DavidDierickx Feb 22, 2022
af1c6bf
added default laser
DavidDierickx Feb 22, 2022
a57311d
cleanup of laser init
DavidDierickx Feb 22, 2022
c55b2c0
send to other computer
DavidDierickx Feb 23, 2022
74eb62f
change requirements
DavidDierickx Feb 23, 2022
f7caeac
change grab image and load_iamges
DavidDierickx Feb 23, 2022
8c308fb
add github actions workflow
DavidDierickx Feb 24, 2022
3fa36f0
update actions
DavidDierickx Feb 24, 2022
3a8165c
update actions
DavidDierickx Feb 24, 2022
6896488
github actions
DavidDierickx Feb 24, 2022
357404f
update_display rework
DavidDierickx Feb 24, 2022
a6b3609
Merge branch 'cleanup' of https://github.com/DavidDierickx/piescope_d…
DavidDierickx Feb 24, 2022
3f2ceda
Merge pull request #55 from DavidDierickx/cleanup
patrickcleeve2 Feb 24, 2022
b06daef
repo cleanup
DavidDierickx Feb 24, 2022
6c063da
live imaging
DavidDierickx Feb 24, 2022
daf5f3c
fix live imaging bug, add cmap
DavidDierickx Feb 25, 2022
c649f7b
update gitignore
DavidDierickx Feb 25, 2022
b0cd360
working volume imaging with SIM
DavidDierickx Feb 25, 2022
9ef5be3
added double click functionality
DavidDierickx Feb 28, 2022
707c9af
fixed MIP/RGB/Live/double and clean
DavidDierickx Mar 1, 2022
8c33f8a
clean unused structured functions
DavidDierickx Mar 1, 2022
d180eb2
added objective ready pin
DavidDierickx Mar 3, 2022
3c361a7
+ example config. + config writing
DavidDierickx Mar 7, 2022
205e7cf
load/save ui state from config files
DavidDierickx Mar 7, 2022
658833b
added lamella config
DavidDierickx Mar 8, 2022
249293f
fix volume bug
DavidDierickx Mar 8, 2022
b71ae0d
working milling position saving
DavidDierickx Mar 8, 2022
66fb4d6
update TODOS
DavidDierickx Mar 8, 2022
3b5097c
added external code
DavidDierickx Mar 9, 2022
fbb3eed
refactored correlation
DavidDierickx Mar 9, 2022
8610dac
Updated save, YOLO, TODO
DavidDierickx Mar 9, 2022
7379398
lower indentation in save images
DavidDierickx Mar 9, 2022
491f526
fixed stage movement, added gui elems to dataclass
DavidDierickx Mar 21, 2022
91f48f9
fixed milling currents, error window
DavidDierickx Mar 21, 2022
07a0d3d
fix volume imaging
DavidDierickx Mar 21, 2022
a49dd0b
integrate the guis
DavidDierickx Mar 23, 2022
dd4490b
fixed last fib image type issue
DavidDierickx Mar 23, 2022
8bfb042
conf update
DavidDierickx Mar 25, 2022
2990f18
Fixed volume saving notes
DavidDierickx Apr 7, 2022
eee6554
updates
DavidDierickx Apr 11, 2022
c3a5d6b
Merge branch 'develop' of https://github.com/DeMarcoLab/piescope into…
DavidDierickx Apr 11, 2022
97d4218
updated phase calculations (hardware)
DavidDierickx Apr 14, 2022
86a78f5
remove old volume acquisition function
DavidDierickx Apr 14, 2022
23146b8
add phase selection
DavidDierickx Apr 14, 2022
52b7d3c
updated phase movements
DavidDierickx Apr 14, 2022
8cd31f3
Merge pull request #61 from DeMarcoLab/phases
patrickcleeve2 Apr 14, 2022
12c6731
change to piescope filing
DavidDierickx May 9, 2022
995c14f
updated stage shift
DavidDierickx May 9, 2022
7f8d275
add dcam API
DavidDierickx May 19, 2022
45f17eb
add Hamamatsu Class
DavidDierickx May 19, 2022
2a26f95
Add close_camera function
DavidDierickx May 19, 2022
d27470b
need for speed
DavidDierickx May 24, 2022
65af18a
updated for hammatsu
DavidDierickx Jul 4, 2022
ab73e13
[FEAT] add zoom for light imaging
DavidDierickx Jul 4, 2022
93b9a5f
cleanup
DavidDierickx Jul 4, 2022
0040e7c
Merge pull request #66 from DeMarcoLab/hamamatsu
patrickcleeve2 Jul 4, 2022
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
25 changes: 0 additions & 25 deletions .appveyor.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .appveyor_support/create_env.bat

This file was deleted.

98 changes: 0 additions & 98 deletions .appveyor_support/environments/requirements_py36.txt

This file was deleted.

112 changes: 0 additions & 112 deletions .appveyor_support/environments/tst_py36.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .appveyor_support/install_miniconda.bat

This file was deleted.

65 changes: 0 additions & 65 deletions .appveyor_support/install_pylon.bat

This file was deleted.

Loading