Commit fa5fe51
Features: TakeProperties (#400)
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Value
Update test_features.py
Update features.py
Update test_features.py
Update features.py
* Update test_features.py
* remove __gpu_compatible__
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update aberrations.py
* Update optics.py
* Update image.py
* Update holography.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update test_features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update test_features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update _config.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update _config.py
* Update features.py
* Update features.py
* Update features.py
* Updated the documentation of features/__sub__ (#356)
* updated documentation of features/__sub__
* minor changes
* remove blank
* Update documentation of features/__pow__ (#359)
* Update documentation of features/__pow__
* Update
* u
---------
Co-authored-by: Jiacheng Huang <[email protected]>
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* added get_backend() as a feature method + unittesting to switch and get backend (#360)
* Update features.py
* Update test_features.py
* Sequences restructuring (#345)
* features: added to_sequential()
* refactoring: SequentialProperty
* typo in type hint
* added dependency support for the set methods.
* docs for to_sequential()
* Update features.py
* Update features.py
* Add files via upload
* edits
Update sequences.py
Update properties.py
Update sequences.py
Update sequences.py
Update DTAT341_sequences.ipynb
* Update test_properties.py
* Update properties.py
* u
* Update properties.py
* Update test_properties.py
* Update properties.py
* Update __init__.py
* Update properties.py
* Update properties.py
* Update features.py
* Update features.py
* Update sequences.py
* documentation and type hints
* import Optional, Dict
* missing comma...
* current attributes
* fix: typo in docstring.
* documentation for sequences
* typo
* Update sequences.py
* :
* future import
* documentation
* DTAT306: Added SequentialProperty Example. (#350)
* Added SequentialProperty example
* typo
* set length & index in seqprop __init__
* variable rename: sequence_step <- sequence_index
* variable rename: sequence_step <- sequence_index
* Update test_properties.py with new variable name
* update documentation of SequentialProperty
* variable name change: current and initialization
* Update test_properties.py
* Update features.py
* Update sequences.py
* sampling rule in init.
* attributes
* Update properties.py
* Update features.py
* Update properties.py
* Update test_sequences.py
* Revert "Update test_sequences.py"
This reverts commit 503ea57.
* Update properties.py
* Update test_sequences.py
* sequentialproperty docs
* markov chain example in properties tutorial
* Update seq_prop names
* Update features.py
* Update properties.py
* Update properties.py
* Update properties.py
* Update properties.py
* Update properties.py
* Update properties.py
* removed duplicate method
* added example in docs
* Updated tutorial with new names and examples
* Update unit test
* Update test_properties.py
* Variable name changes
* Update test_sequences.py
* sequentialproperty docs
* markov chain example in properties tutorial
* new sequentialproperty attribute names
* removed duplicate method
* added example in docs
* Updated tutorial with new names and examples
* Update unit test
* Update test_properties.py
* docs: example of to_sequential()
* create_action in __init__
* Added Previous() to SequentialProperty
* Removed previous from backend.core
* removed upsample from unit tests
* Specific imports
* u
* sequences type hints
* Updated SequentialProperty example
* comma
* Update __init__.py
* Update features.py
* Update DTAT306_properties.ipynb
* Update DTAT306_properties.ipynb
* Update DTAT341_sequences.ipynb
* Update DTAT306_properties.ipynb
* Update properties.py
* Update test_properties.py
* Update test_properties.py
* Update features.py
* Update features.py
* Update optics.py
* Update sequences.py
* Update properties.py
* Update test_sequences.py
* Update features.py
---------
Co-authored-by: Giovanni Volpe <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update features.py
* Update augmentations.py
* Update types.py
* Update utils.py
* Update types.py
* Update test_features.py
* Update test_utils.py
* Update DTAT387_types.ipynb
* u
* Update types.py
* Update DTAT301_features.ipynb
* Update DTAT387_types.ipynb
* Update DTAT306_properties.ipynb
* Update DTAT301_features.ipynb
* Update DTAT306_properties.ipynb
* Update DTAT341_sequences.ipynb
* Update features.py
* Added more documentation for features/__rsub__ (#363)
* Added more documentation for features/__rsub__
* Update features.py
---------
Co-authored-by: Giovanni Volpe <[email protected]>
* Added more documentation for features/__mul__ (#364)
* Added more documentation for features/__mul__
* Update features.py
---------
Co-authored-by: Giovanni Volpe <[email protected]>
* Added more documentation to features/__rmul__ (#365)
* Update features.py
* Polish documentationof feature/__pow__ (#366)
* Update documentation of features/__pow__
* Update
* u
* Polish
1. remove >>>
2. remove blank
* u
* u
* Update features.py
---------
Co-authored-by: Jiacheng Huang <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
* Add documentation of features/__rpow__ (#367)
* Add documentation of features/__rpow__
* u
* u
* u
* u
* Update features.py
---------
Co-authored-by: Jiacheng Huang <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
* polishing of sources
initial polishing of sources
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* features: __truediv__ (#362)
* implemented truediv and rtruediv
* docstring clarification
* removed white spaces and updated example
* example update
* Implemented feedback
* Update features.py
---------
Co-authored-by: Giovanni Volpe <[email protected]>
* Update base.py
* al/features/__rtruediv__ polishing (#369)
* removed update(), added dynamic example for rtruediv
* Update features.py
* Update features.py
---------
Co-authored-by: Giovanni Volpe <[email protected]>
* Update features.py
* features: __floordiv__ (#368)
* added __floordiv__
* docs
* Implemented feedback from Mirja
* minor adjustments
* updated example
* Update features.py
---------
Co-authored-by: mirjagranfors <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
* Update features.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Update base.py
* Features: ChannelFirst2d (#361)
* documented channel2d func
* unit tests: channelfirst2d
* type hints
* Update features.py
* NDArray type hint
* included Image type hint and xp usage
* unit test checks for torch_available
* Update features.py
* u
* docs
* linebreak
* docs
* Update test_features.py
* Update test_features.py
* deprecation warning & tests
* Added support for Image objects
* Tests for image objects
* docs
* tests and axis compatibility
* fix for repeated calls
* revert changes to upscale
* Implemented feedback
---------
Co-authored-by: Giovanni Volpe <[email protected]>
* Update features.py
* Create __init__.py
* Create test_base.py
* Update test_base.py
* Update DTAT391A_sources.base.ipynb
* Delete interface_v2.mp4
* Update DTAT391B_sources.folder.ipynb
* Update folder.py
* Update test_features.py
* Update folder.py
* Update folder.py
* Update folder.py
* Update folder.py
* Create test_folder.py
* Update test_folder.py
* Update folder.py
* Update folder.py
* Update test_folder.py
* Add docs of /features/__gt__ (#372)
* add docs of feature/__gt__
* u
* u code example
* polish
---------
Co-authored-by: Jiacheng Huang <[email protected]>
* Add docs of /features/__rgt__ (#373)
* Add docs of features/__rgt__
* fix typo
* polish
* fix error
* u
* Update features.py
---------
Co-authored-by: Jiacheng Huang <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
* Add docs of /features/__lt__ (#374)
* add docs of /features/__lt__
* u
---------
Co-authored-by: Jiacheng Huang <[email protected]>
* Add docs of /features/__rlt__ (#375)
* add docs of /features/__rlt__
* u
* u
* Update features.py
---------
Co-authored-by: Jiacheng Huang <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
* Update features.py
* Add docs of /features/__le__ (#376)
* add docs 0f /featuers/__le__
* u
---------
Co-authored-by: Jiacheng Huang <[email protected]>
* Update features.py
* Add docs of /features/__rle__ (#377)
* add docs of /features/__rle__
* u
* u
* Update features.py
---------
Co-authored-by: Jiacheng Huang <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
* Update features.py
* Update features.py
* add docs of /features/__ge__ (#378)
Co-authored-by: Jiacheng Huang <[email protected]>
* Update features.py
* Add docs of /features/__rge__ (#379)
* add docs 0f /features/__rge__
* u
* u
* right ,
* Update features.py
---------
Co-authored-by: Jiacheng Huang <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
* Add docs of /features/__xor__ (#382)
* add docs of /features/__xor__
* remove blank spaces
---------
Co-authored-by: Jiacheng Huang <[email protected]>
* Add docs of /features/__rand__ (#381)
* add docs of /features/__rand__
* Update features.py
---------
Co-authored-by: Jiacheng Huang <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
* add docs of /features/__and__ (#380)
Co-authored-by: Jiacheng Huang <[email protected]>
* Update features.py
* Update /features/TakeProperties
* U
* Revert "U"
This reverts commit b137273.
* UU
* uuu
* uu
* small changes
* Update feedback from Mirja
* update from Alex
* Update features.py
---------
Co-authored-by: Giovanni Volpe <[email protected]>
Co-authored-by: Mirja Granfors <[email protected]>
Co-authored-by: Jiacheng Huang <[email protected]>
Co-authored-by: Alex <[email protected]>
Co-authored-by: Giovanni Volpe <[email protected]>
Co-authored-by: mirjagranfors <[email protected]>1 parent 4a79b7a commit fa5fe51
File tree
3 files changed
+81
-39
lines changed- deeptrack
- tests
- tutorials/3-advanced-topics
3 files changed
+81
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
9440 | 9440 | | |
9441 | 9441 | | |
9442 | 9442 | | |
9443 | | - | |
9444 | | - | |
| 9443 | + | |
| 9444 | + | |
9445 | 9445 | | |
9446 | 9446 | | |
9447 | | - | |
| 9447 | + | |
9448 | 9448 | | |
9449 | 9449 | | |
9450 | 9450 | | |
| |||
9453 | 9453 | | |
9454 | 9454 | | |
9455 | 9455 | | |
9456 | | - | |
| 9456 | + | |
9457 | 9457 | | |
9458 | 9458 | | |
9459 | 9459 | | |
| |||
9462 | 9462 | | |
9463 | 9463 | | |
9464 | 9464 | | |
9465 | | - | |
| 9465 | + | |
9466 | 9466 | | |
9467 | 9467 | | |
9468 | 9468 | | |
9469 | 9469 | | |
9470 | | - | |
| 9470 | + | |
| 9471 | + | |
9471 | 9472 | | |
9472 | | - | |
| 9473 | + | |
9473 | 9474 | | |
9474 | 9475 | | |
9475 | 9476 | | |
9476 | | - | |
| 9477 | + | |
9477 | 9478 | | |
9478 | 9479 | | |
9479 | 9480 | | |
| |||
9489 | 9490 | | |
9490 | 9491 | | |
9491 | 9492 | | |
9492 | | - | |
| 9493 | + | |
9493 | 9494 | | |
9494 | 9495 | | |
9495 | 9496 | | |
| |||
9504 | 9505 | | |
9505 | 9506 | | |
9506 | 9507 | | |
9507 | | - | |
| 9508 | + | |
9508 | 9509 | | |
9509 | 9510 | | |
9510 | 9511 | | |
| |||
9513 | 9514 | | |
9514 | 9515 | | |
9515 | 9516 | | |
9516 | | - | |
| 9517 | + | |
9517 | 9518 | | |
9518 | | - | |
| 9519 | + | |
9519 | 9520 | | |
9520 | | - | |
| 9521 | + | |
9521 | 9522 | | |
9522 | 9523 | | |
9523 | 9524 | | |
9524 | 9525 | | |
9525 | 9526 | | |
9526 | 9527 | | |
9527 | | - | |
9528 | | - | |
| 9528 | + | |
| 9529 | + | |
9529 | 9530 | | |
9530 | 9531 | | |
9531 | 9532 | | |
9532 | | - | |
| 9533 | + | |
9533 | 9534 | | |
9534 | 9535 | | |
9535 | | - | |
| 9536 | + | |
9536 | 9537 | | |
9537 | 9538 | | |
9538 | 9539 | | |
9539 | 9540 | | |
9540 | | - | |
| 9541 | + | |
9541 | 9542 | | |
9542 | 9543 | | |
9543 | 9544 | | |
9544 | 9545 | | |
9545 | | - | |
| 9546 | + | |
9546 | 9547 | | |
9547 | 9548 | | |
9548 | 9549 | | |
9549 | 9550 | | |
9550 | 9551 | | |
9551 | 9552 | | |
9552 | | - | |
9553 | | - | |
9554 | | - | |
9555 | | - | |
| 9553 | + | |
| 9554 | + | |
| 9555 | + | |
| 9556 | + | |
9556 | 9557 | | |
9557 | 9558 | | |
9558 | 9559 | | |
| |||
9578 | 9579 | | |
9579 | 9580 | | |
9580 | 9581 | | |
9581 | | - | |
9582 | | - | |
| 9582 | + | |
| 9583 | + | |
9583 | 9584 | | |
9584 | 9585 | | |
9585 | 9586 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2673 | 2673 | | |
2674 | 2674 | | |
2675 | 2675 | | |
2676 | | - | |
2677 | 2676 | | |
2678 | 2677 | | |
2679 | 2678 | | |
2680 | 2679 | | |
2681 | | - | |
| 2680 | + | |
2682 | 2681 | | |
2683 | | - | |
| 2682 | + | |
2684 | 2683 | | |
2685 | 2684 | | |
2686 | 2685 | | |
2687 | 2686 | | |
2688 | 2687 | | |
2689 | 2688 | | |
2690 | | - | |
2691 | | - | |
2692 | | - | |
| 2689 | + | |
| 2690 | + | |
| 2691 | + | |
2693 | 2692 | | |
2694 | | - | |
2695 | | - | |
2696 | | - | |
2697 | | - | |
| 2693 | + | |
| 2694 | + | |
| 2695 | + | |
| 2696 | + | |
| 2697 | + | |
| 2698 | + | |
| 2699 | + | |
| 2700 | + | |
| 2701 | + | |
| 2702 | + | |
| 2703 | + | |
| 2704 | + | |
| 2705 | + | |
| 2706 | + | |
| 2707 | + | |
| 2708 | + | |
| 2709 | + | |
| 2710 | + | |
| 2711 | + | |
| 2712 | + | |
| 2713 | + | |
| 2714 | + | |
| 2715 | + | |
| 2716 | + | |
| 2717 | + | |
| 2718 | + | |
| 2719 | + | |
| 2720 | + | |
| 2721 | + | |
| 2722 | + | |
| 2723 | + | |
| 2724 | + | |
| 2725 | + | |
| 2726 | + | |
| 2727 | + | |
| 2728 | + | |
| 2729 | + | |
| 2730 | + | |
| 2731 | + | |
2698 | 2732 | | |
2699 | 2733 | | |
2700 | 2734 | | |
| |||
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
433 | 440 | | |
434 | 441 | | |
435 | 442 | | |
| |||
0 commit comments