Commit 109a98f
Merging autotracker (#156)
* initial test of the multiotsu
* adding working pcc, template matching and multiotsu. borrowing funcs from dexv2
* adding autotracker shrimpy backbone and tracking methods
* this runs on demo mode without updating the events for the stage. Assumes that there are shifts computed and returned.
* autotracker with demo mode working
* adding autotracker parameters to the mantis config
* add notes
* add back isort on/off
* implement shift limits
* fix bug in template matching validator
* debug autotracker
* change from tuple to list
* adding normalization flag
* Update autotracker.py
small fix on phase cross corr
* Update autotracker.py
printing positions in the same order
* Update autotracker.py
Update printing positions and logging
* Update acq_engine.py
* Update autotracker.py
use t=0 as reference
* update O3 refocus to use new piezo stage
* style
* add autotracker stall debugging
* move autotracker logs to /logs (#176)
* move autotracker logs to /logs
* Update author metadata labeling in CITATION.cff (#188)
Update author metadata format in CITATION.cff
* Add CLI to stir plate before acquisition (#189)
* add stir_plate CLI
* docs and check for empty pos list
* use logging instead of click.echo
* style
---------
Co-authored-by: Mandy Chen <[email protected]>
* Update MM position list when using autotracker (#197)
* update MM position list
* bugfixes
* update positions at last timepoint
* from pycromanager import JavaObject
* add autotracker stall debugging
* abort stalled O3 autofocus
* add phase reconstruction
* update pcc removing padding
* bug fix
* clean gpu
* keep track of gpu vars
* autotracker debug
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* clip shift_zyx
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* update limits
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* remove log transform from PCC and adding max shift
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* add vs to autotracker
* adding viscy and correcting bugs
* correct config indentation
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* add vs to pydantic acquisition settings model
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* debug
* remove device log and tif file writes
* Autotracker based on phase reconstruction (#198)
* add autotracker stall debugging
* abort stalled O3 autofocus
* add phase reconstruction
* update pcc removing padding
* bug fix
* clean gpu
* keep track of gpu vars
* autotracker debug
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* clip shift_zyx
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* update limits
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* remove log transform from PCC and adding max shift
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
---------
Co-authored-by: Taylla Theodoro <[email protected]>
* Revert "Autotracker based on phase reconstruction" (#201)
Revert "Autotracker based on phase reconstruction (#198)"
This reverts commit d295f36.
* abort stalled O3 autofocus
* add phase reconstruction
* update pcc removing padding
* bug fix
* clean gpu
* keep track of gpu vars
* autotracker debug
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* clip shift_zyx
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* update limits
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* remove log transform from PCC and adding max shift
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* debug - don't use PM for O3 autofocus
* if shift reaches the max value, use max
Co-Authored-By: Taylla Milena Theodoro <[email protected]>
* working stage with autotracker instanciated once, buffer=100
* limit shifts function
* autotracker settings in classs init
* adding data preprocessing label free function
* Autotracker refactor instantiation and shifit limits (#209)
* instanciate autotracker once
* refactor shift lim
* add logging
* debug
* tracker in autotracker
* arguments from tracker to init
* zyx_shape as parameter
* tf in autotracker
* push last updates from mantis microscope
* remove extra print statements
---------
Co-authored-by: Ivan Ivanov <[email protected]>
* remove python-no-eval hook
* style
---------
Co-authored-by: Ivan Ivanov <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Mandy Chen <[email protected]>1 parent 301bb2e commit 109a98f
File tree
16 files changed
+3231
-17
lines changed- examples/acquisition_settings
- mantis
- acquisition
- hook_functions
- cli
- tests/test_autotracker
- scripts
16 files changed
+3231
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
143 | 146 | | |
144 | 147 | | |
145 | 148 | | |
| 149 | + | |
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
| |||
195 | 199 | | |
196 | 200 | | |
197 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
0 commit comments