-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update the ome_zarr channel #728
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8770c39 - Browse repository at this point
Copy the full SHA 8770c39View commit details -
Merge pull request #630 from NEUBIAS/volume_slicing_anniek
Volume slicing refactoring
Configuration menu - View commit details
-
Copy full SHA for 43fe671 - Browse repository at this point
Copy the full SHA 43fe671View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f88a67 - Browse repository at this point
Copy the full SHA 8f88a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c6676 - Browse repository at this point
Copy the full SHA 33c6676View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7842780 - Browse repository at this point
Copy the full SHA 7842780View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce29a4b - Browse repository at this point
Copy the full SHA ce29a4bView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 946f7a0 - Browse repository at this point
Copy the full SHA 946f7a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f5981 - Browse repository at this point
Copy the full SHA a4f5981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7fe98 - Browse repository at this point
Copy the full SHA 7a7fe98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15dfd13 - Browse repository at this point
Copy the full SHA 15dfd13View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ea8d8 - Browse repository at this point
Copy the full SHA e6ea8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7a1b9 - Browse repository at this point
Copy the full SHA 6e7a1b9View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af52f16 - Browse repository at this point
Copy the full SHA af52f16View commit details
Commits on Mar 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0aeb267 - Browse repository at this point
Copy the full SHA 0aeb267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50eeed0 - Browse repository at this point
Copy the full SHA 50eeed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03a740 - Browse repository at this point
Copy the full SHA a03a740View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f63186 - Browse repository at this point
Copy the full SHA 1f63186View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2c845b - Browse repository at this point
Copy the full SHA c2c845bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ddbd8 - Browse repository at this point
Copy the full SHA b1ddbd8View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9554f7 - Browse repository at this point
Copy the full SHA c9554f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c75d2 - Browse repository at this point
Copy the full SHA 90c75d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ad657 - Browse repository at this point
Copy the full SHA b1ad657View commit details
Commits on Apr 21, 2024
-
Move OpenIJTIFF functionality to own module
in preparation of creating a python package out of it.
Configuration menu - View commit details
-
Copy full SHA for f8785ec - Browse repository at this point
Copy the full SHA f8785ecView commit details -
Fix codestyle, docstrings, typing
* Ran black for a more objective code style * Fixed some type annotations (mostly in order to understand the better understand the code * Added more docstrings mostly in order to better understand the code * Ensured google-style docstrings
Configuration menu - View commit details
-
Copy full SHA for d6971fa - Browse repository at this point
Copy the full SHA d6971faView commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91f75b6 - Browse repository at this point
Copy the full SHA 91f75b6View commit details
Commits on Apr 23, 2024
-
factor out downloading function
Note: This changes the behavior a bit. Previous version was opening the tiff file and immediately unlinking the file, such that it was deleted once tifffile closed the handle. However, this was not supported on windows, where a blank try except was employed to hide it and also obscure what was really happening. Now the behavior on all osses is the same and users can employ the os-specific way to clean up their temp folder.
Configuration menu - View commit details
-
Copy full SHA for d4fa4d5 - Browse repository at this point
Copy the full SHA d4fa4d5View commit details -
add (ugly) typing to open_ij_tiff returns
would prefer to remove the special handling of fetching extra metadata as it's also not used in the tutorial. Typing gets ugly with the different return types.
Configuration menu - View commit details
-
Copy full SHA for dc12980 - Browse repository at this point
Copy the full SHA dc12980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6d6fd - Browse repository at this point
Copy the full SHA 1a6d6fdView commit details -
remove unecessary path manipulation
it's also not really good practice.
Configuration menu - View commit details
-
Copy full SHA for f74abe7 - Browse repository at this point
Copy the full SHA f74abe7View commit details
Commits on Apr 24, 2024
-
Merge pull request #647 from NEUBIAS/move-openij-python-to-module
Move OpenIJTIFF python to module/conda-package
Configuration menu - View commit details
-
Copy full SHA for e2a8274 - Browse repository at this point
Copy the full SHA e2a8274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c3897 - Browse repository at this point
Copy the full SHA 72c3897View commit details
Commits on Apr 25, 2024
-
Updated installation instructions
* `openijtiff` now sourced from `euro-bioimaging` conda channel * open `.py` files as notebooks via right-click in jypyter.
Configuration menu - View commit details
-
Copy full SHA for 292c071 - Browse repository at this point
Copy the full SHA 292c071View commit details -
Merge pull request #648 from NEUBIAS/enh-install-instructions-conda
Updated installation instructions
Configuration menu - View commit details
-
Copy full SHA for a5bd172 - Browse repository at this point
Copy the full SHA a5bd172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d464a - Browse repository at this point
Copy the full SHA 55d464aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1930004 - Browse repository at this point
Copy the full SHA 1930004View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90ab7f - Browse repository at this point
Copy the full SHA e90ab7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b93ff - Browse repository at this point
Copy the full SHA 49b93ffView commit details -
Fix scripts to allow test running
* `binarization_skimage_napari.py`: use `OpenIJTIFF` to open image from the internet. * `filter_morphological_ac1_skimage_napari.py`: use `add_image` in both instances after morphological operations. `add_labels` does not take a colormap * `sptial_calibration_act2_skimage_napari.py`: write to home folder, added note for trainings - should be replaced by users Desktop folder. * `string_concat_python.py`: remove semi-colons, fix typo.
Configuration menu - View commit details
-
Copy full SHA for 55a3851 - Browse repository at this point
Copy the full SHA 55a3851View commit details
Commits on Apr 26, 2024
-
Add xfail expectations for some tests
some tests require manual interactions of some kind or are run in a different environment - e.g. not from a notebook but in napari directly. Those xfail now with appropriate reasons.
Configuration menu - View commit details
-
Copy full SHA for 263e6f9 - Browse repository at this point
Copy the full SHA 263e6f9View commit details -
Merge pull request #649 from NEUBIAS/add-tests-python
Added tests for python scripts in _includes
Configuration menu - View commit details
-
Copy full SHA for eed2057 - Browse repository at this point
Copy the full SHA eed2057View commit details -
Configuration menu - View commit details
-
Copy full SHA for b39ea23 - Browse repository at this point
Copy the full SHA b39ea23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2008c8d - Browse repository at this point
Copy the full SHA 2008c8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c50bf - Browse repository at this point
Copy the full SHA c8c50bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b72d05 - Browse repository at this point
Copy the full SHA 1b72d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff340c - Browse repository at this point
Copy the full SHA 8ff340cView commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b4cb33 - Browse repository at this point
Copy the full SHA 7b4cb33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134410e - Browse repository at this point
Copy the full SHA 134410eView commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28a0c61 - Browse repository at this point
Copy the full SHA 28a0c61View commit details -
Merge pull request #655 from NEUBIAS/quickfix-py-pixels-act1
fix missing square bracket
Configuration menu - View commit details
-
Copy full SHA for 6320ffe - Browse repository at this point
Copy the full SHA 6320ffeView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17f7dc4 - Browse repository at this point
Copy the full SHA 17f7dc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18a8cd - Browse repository at this point
Copy the full SHA e18a8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e922d - Browse repository at this point
Copy the full SHA 54e922dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be39bef - Browse repository at this point
Copy the full SHA be39befView commit details -
Configuration menu - View commit details
-
Copy full SHA for d228e8b - Browse repository at this point
Copy the full SHA d228e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab8fd4 - Browse repository at this point
Copy the full SHA 4ab8fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45b827c - Browse repository at this point
Copy the full SHA 45b827cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c65de85 - Browse repository at this point
Copy the full SHA c65de85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 986d4a5 - Browse repository at this point
Copy the full SHA 986d4a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d80f94 - Browse repository at this point
Copy the full SHA 5d80f94View commit details -
added aspect ratio formula to 'measure_shapes_act1.md'
akhan committedApr 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 3652fba - Browse repository at this point
Copy the full SHA 3652fbaView commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 182aeb3 - Browse repository at this point
Copy the full SHA 182aeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f994bf - Browse repository at this point
Copy the full SHA 3f994bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c739c2b - Browse repository at this point
Copy the full SHA c739c2bView commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42d66e5 - Browse repository at this point
Copy the full SHA 42d66e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 705416a - Browse repository at this point
Copy the full SHA 705416aView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7b8156 - Browse repository at this point
Copy the full SHA f7b8156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4a143 - Browse repository at this point
Copy the full SHA 2a4a143View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef1ce16 - Browse repository at this point
Copy the full SHA ef1ce16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f907f - Browse repository at this point
Copy the full SHA 46f907fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f79e5fb - Browse repository at this point
Copy the full SHA f79e5fbView commit details -
Merge pull request #674 from NEUBIAS/improve_median_filter_skimage_na…
…pari Improve median_filter_skimage_napari.py
Configuration menu - View commit details
-
Copy full SHA for 32a81fc - Browse repository at this point
Copy the full SHA 32a81fcView commit details -
Merge pull request #673 from NEUBIAS/improve_filter_variance_skimage_…
…napari.py simplify filter_variance_skimage_napari.py
Configuration menu - View commit details
-
Copy full SHA for bac3fb9 - Browse repository at this point
Copy the full SHA bac3fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a60ebb - Browse repository at this point
Copy the full SHA 8a60ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a339516 - Browse repository at this point
Copy the full SHA a339516View commit details -
edited activity for '2D noisy object segmentation and filtering'
akhan committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 76ee8c0 - Browse repository at this point
Copy the full SHA 76ee8c0View commit details -
edited activity for '2D noisy object segmentation and filtering'
akhan committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for e233570 - Browse repository at this point
Copy the full SHA e233570View commit details -
edited activity for '2D noisy object segmentation and filtering'
akhan committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c882dac - Browse repository at this point
Copy the full SHA c882dacView commit details -
edited activity for '2D noisy object segmentation and filtering'
akhan committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 3874692 - Browse repository at this point
Copy the full SHA 3874692View commit details -
edited activity for '2D noisy object segmentation and filtering'
akhan committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 66a8414 - Browse repository at this point
Copy the full SHA 66a8414View commit details -
edited caption for main figure of 'Morphological filters'
akhan committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for b11e0d5 - Browse repository at this point
Copy the full SHA b11e0d5View commit details -
edited caption for main figure of 'Morphological filters'
akhan committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 8a75bc3 - Browse repository at this point
Copy the full SHA 8a75bc3View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 318cc40 - Browse repository at this point
Copy the full SHA 318cc40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f85c7 - Browse repository at this point
Copy the full SHA 86f85c7View commit details -
fixed python code for activity 3 of 'Morphological filters'
akhan committedMay 7, 2024 Configuration menu - View commit details
-
Copy full SHA for a9344d8 - Browse repository at this point
Copy the full SHA a9344d8View commit details -
fixed python code for activity 3 of 'Morphological filters'
akhan committedMay 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 77619f5 - Browse repository at this point
Copy the full SHA 77619f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd6992 - Browse repository at this point
Copy the full SHA 9fd6992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51449dc - Browse repository at this point
Copy the full SHA 51449dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 987454d - Browse repository at this point
Copy the full SHA 987454dView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for caa87df - Browse repository at this point
Copy the full SHA caa87dfView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 388616b - Browse repository at this point
Copy the full SHA 388616bView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee64754 - Browse repository at this point
Copy the full SHA ee64754View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dab0f76 - Browse repository at this point
Copy the full SHA dab0f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for d30da85 - Browse repository at this point
Copy the full SHA d30da85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6238558 - Browse repository at this point
Copy the full SHA 6238558View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e6b31 - Browse repository at this point
Copy the full SHA e2e6b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for a448a41 - Browse repository at this point
Copy the full SHA a448a41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e713b4 - Browse repository at this point
Copy the full SHA 7e713b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44949ae - Browse repository at this point
Copy the full SHA 44949aeView commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1032131 - Browse repository at this point
Copy the full SHA 1032131View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e04b8 - Browse repository at this point
Copy the full SHA b3e04b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc84df - Browse repository at this point
Copy the full SHA dcc84dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdcedd2 - Browse repository at this point
Copy the full SHA cdcedd2View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a960fd3 - Browse repository at this point
Copy the full SHA a960fd3View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c162b4 - Browse repository at this point
Copy the full SHA 2c162b4View commit details -
ci on windows would suddenly not find pytest executable
Configuration menu - View commit details
-
Copy full SHA for 7e33269 - Browse repository at this point
Copy the full SHA 7e33269View commit details
Commits on May 28, 2024
-
Remove iinfo for bool array (#687)
np.iinfo is not implemented for bool type (yet). xref: numpy/numpy#8849
Configuration menu - View commit details
-
Copy full SHA for 516ab72 - Browse repository at this point
Copy the full SHA 516ab72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ad0a2 - Browse repository at this point
Copy the full SHA d0ad0a2View commit details -
* group code sections with `# %%` (will be separate cells in notebooks) * more meaningful comments Co-authored-by: Christian Tischer <christian.tischer@embl.de>
Configuration menu - View commit details
-
Copy full SHA for 82e50b8 - Browse repository at this point
Copy the full SHA 82e50b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3179f1 - Browse repository at this point
Copy the full SHA b3179f1View commit details -
updated path manipulation, ijm
Updated with composing of new file names based on the python ex. Also removed use of File.separator as getDirectory already returns a trailing separator (at least on mac).
Configuration menu - View commit details
-
Copy full SHA for a405c3b - Browse repository at this point
Copy the full SHA a405c3bView commit details -
Merge pull request #686 from NEUBIAS/add-py-strings-paths
Added basic implementation for string and path manipulation in python
Configuration menu - View commit details
-
Copy full SHA for 3ab4583 - Browse repository at this point
Copy the full SHA 3ab4583View commit details -
Rename 2024_07_idip-heidelberg_skimage_napari_beginners.md to 2024_07…
…_IDIP-Heidelberg_skimage_napari_beginners.md
Configuration menu - View commit details
-
Copy full SHA for 23db46d - Browse repository at this point
Copy the full SHA 23db46dView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae379bb - Browse repository at this point
Copy the full SHA ae379bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d3f3b4 - Browse repository at this point
Copy the full SHA 8d3f3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b5d6e - Browse repository at this point
Copy the full SHA 60b5d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52027bf - Browse repository at this point
Copy the full SHA 52027bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64fcafe - Browse repository at this point
Copy the full SHA 64fcafeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f5111 - Browse repository at this point
Copy the full SHA 86f5111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9d9d6 - Browse repository at this point
Copy the full SHA 1b9d9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a83c4b8 - Browse repository at this point
Copy the full SHA a83c4b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for db6a1f1 - Browse repository at this point
Copy the full SHA db6a1f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 378d40d - Browse repository at this point
Copy the full SHA 378d40dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d0f6c - Browse repository at this point
Copy the full SHA 15d0f6cView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22ed3a0 - Browse repository at this point
Copy the full SHA 22ed3a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5247e - Browse repository at this point
Copy the full SHA 4f5247eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c292b76 - Browse repository at this point
Copy the full SHA c292b76View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2c11de - Browse repository at this point
Copy the full SHA c2c11deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a17a152 - Browse repository at this point
Copy the full SHA a17a152View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef2d071 - Browse repository at this point
Copy the full SHA ef2d071View commit details -
Configuration menu - View commit details
-
Copy full SHA for e584fe1 - Browse repository at this point
Copy the full SHA e584fe1View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e809e2 - Browse repository at this point
Copy the full SHA 9e809e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 803653a - Browse repository at this point
Copy the full SHA 803653aView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b589817 - Browse repository at this point
Copy the full SHA b589817View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26a55e6 - Browse repository at this point
Copy the full SHA 26a55e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 432e794 - Browse repository at this point
Copy the full SHA 432e794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3630c4b - Browse repository at this point
Copy the full SHA 3630c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dafc99c - Browse repository at this point
Copy the full SHA dafc99cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5691218 - Browse repository at this point
Copy the full SHA 5691218View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb2fa9 - Browse repository at this point
Copy the full SHA 0fb2fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d7fe9 - Browse repository at this point
Copy the full SHA f7d7fe9View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4284cf2 - Browse repository at this point
Copy the full SHA 4284cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d357b90 - Browse repository at this point
Copy the full SHA d357b90View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4deb6a - Browse repository at this point
Copy the full SHA d4deb6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d110c8 - Browse repository at this point
Copy the full SHA 8d110c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf19210 - Browse repository at this point
Copy the full SHA cf19210View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd40b81 - Browse repository at this point
Copy the full SHA bd40b81View commit details
Commits on Jun 28, 2024
-
Fix broken Chat-GPT link found during ZIDAS tutorial
Configuration menu - View commit details
-
Copy full SHA for 040fd58 - Browse repository at this point
Copy the full SHA 040fd58View commit details -
Configuration menu - View commit details
-
Copy full SHA for a785f2a - Browse repository at this point
Copy the full SHA a785f2aView commit details
Commits on Jun 29, 2024
-
Update 2024_07_IDIP-Heidelberg_skimage_napari_beginners.md
Fix aesthetics
Configuration menu - View commit details
-
Copy full SHA for 9c63e4a - Browse repository at this point
Copy the full SHA 9c63e4aView commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 311b68d - Browse repository at this point
Copy the full SHA 311b68dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 345476a - Browse repository at this point
Copy the full SHA 345476aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d11b1 - Browse repository at this point
Copy the full SHA c6d11b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f514c - Browse repository at this point
Copy the full SHA e6f514cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d89406 - Browse repository at this point
Copy the full SHA 4d89406View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b842693 - Browse repository at this point
Copy the full SHA b842693View commit details -
Configuration menu - View commit details
-
Copy full SHA for a683693 - Browse repository at this point
Copy the full SHA a683693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f12376 - Browse repository at this point
Copy the full SHA 6f12376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95adaa2 - Browse repository at this point
Copy the full SHA 95adaa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89932be - Browse repository at this point
Copy the full SHA 89932beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d67a1a - Browse repository at this point
Copy the full SHA 0d67a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6c393 - Browse repository at this point
Copy the full SHA 3a6c393View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b78e04 - Browse repository at this point
Copy the full SHA 0b78e04View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e067803 - Browse repository at this point
Copy the full SHA e067803View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c0be6d - Browse repository at this point
Copy the full SHA 3c0be6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d400f - Browse repository at this point
Copy the full SHA e5d400fView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 682c867 - Browse repository at this point
Copy the full SHA 682c867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dec505 - Browse repository at this point
Copy the full SHA 2dec505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6ab53 - Browse repository at this point
Copy the full SHA 0e6ab53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ec21e - Browse repository at this point
Copy the full SHA 48ec21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4614aac - Browse repository at this point
Copy the full SHA 4614aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for e317874 - Browse repository at this point
Copy the full SHA e317874View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b7968 - Browse repository at this point
Copy the full SHA a9b7968View commit details -
Configuration menu - View commit details
-
Copy full SHA for da11fb1 - Browse repository at this point
Copy the full SHA da11fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7151c3 - Browse repository at this point
Copy the full SHA a7151c3View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59ad132 - Browse repository at this point
Copy the full SHA 59ad132View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf08d54 - Browse repository at this point
Copy the full SHA bf08d54View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac2bfdf - Browse repository at this point
Copy the full SHA ac2bfdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebac1e - Browse repository at this point
Copy the full SHA 1ebac1eView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df4a390 - Browse repository at this point
Copy the full SHA df4a390View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c0039 - Browse repository at this point
Copy the full SHA c6c0039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b10864 - Browse repository at this point
Copy the full SHA 8b10864View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68bd4f1 - Browse repository at this point
Copy the full SHA 68bd4f1View commit details -
Saving data with save_ij_tiff for compatibility with open_ij_tiff;
Plotting first output image
Configuration menu - View commit details
-
Copy full SHA for 98985c4 - Browse repository at this point
Copy the full SHA 98985c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6785d - Browse repository at this point
Copy the full SHA 6a6785dView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4de6089 - Browse repository at this point
Copy the full SHA 4de6089View commit details -
Merge pull request #706 from NEUBIAS/batch_processing
Updates for batch processing
Configuration menu - View commit details
-
Copy full SHA for 3304aac - Browse repository at this point
Copy the full SHA 3304aacView commit details -
Create python script which covers how to load images and read their m…
…etadata, as well as saves them again
Configuration menu - View commit details
-
Copy full SHA for cef06cd - Browse repository at this point
Copy the full SHA cef06cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e07cca3 - Browse repository at this point
Copy the full SHA e07cca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3e5e6 - Browse repository at this point
Copy the full SHA 7d3e5e6View commit details -
Merge pull request #707 from felixS27/ImageFileFormatPython
Image file format python script (see #705)
Configuration menu - View commit details
-
Copy full SHA for 945109b - Browse repository at this point
Copy the full SHA 945109bView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d150e5 - Browse repository at this point
Copy the full SHA 6d150e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 834d809 - Browse repository at this point
Copy the full SHA 834d809View commit details
Commits on Jul 29, 2024
-
updated skimage napari conda environment creation instructions to to …
…exclude default channel in 'install_skimage_napari_conda.md'
akhan committedJul 29, 2024 Configuration menu - View commit details
-
Copy full SHA for f97a0db - Browse repository at this point
Copy the full SHA f97a0dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d99880 - Browse repository at this point
Copy the full SHA 2d99880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a33c81 - Browse repository at this point
Copy the full SHA 4a33c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61e57c1 - Browse repository at this point
Copy the full SHA 61e57c1View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a9da09 - Browse repository at this point
Copy the full SHA 0a9da09View commit details -
Update 2024_08_EMBL_automated_batch_analysis_python.md
Corrected my name in the markdown
Configuration menu - View commit details
-
Copy full SHA for 9eaec71 - Browse repository at this point
Copy the full SHA 9eaec71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3ce23 - Browse repository at this point
Copy the full SHA 1e3ce23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1135ab9 - Browse repository at this point
Copy the full SHA 1135ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c595fd8 - Browse repository at this point
Copy the full SHA c595fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8988fb1 - Browse repository at this point
Copy the full SHA 8988fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 871c813 - Browse repository at this point
Copy the full SHA 871c813View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a0cf2 - Browse repository at this point
Copy the full SHA c2a0cf2View commit details -
Merge pull request #712 from NEUBIAS/forloops
Notebook to teach for loops in python
Configuration menu - View commit details
-
Copy full SHA for 2ccbd8a - Browse repository at this point
Copy the full SHA 2ccbd8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c71833 - Browse repository at this point
Copy the full SHA 9c71833View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc14243 - Browse repository at this point
Copy the full SHA fc14243View commit details -
Configuration menu - View commit details
-
Copy full SHA for a751677 - Browse repository at this point
Copy the full SHA a751677View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea81c7e - Browse repository at this point
Copy the full SHA ea81c7eView commit details
Commits on Jul 31, 2024
-
Merge pull request #714 from NEUBIAS/710-remove-ome-tiff-saving-from-…
…first-image-file-formats-activity Shorten script to only include opening files
Configuration menu - View commit details
-
Copy full SHA for 4372088 - Browse repository at this point
Copy the full SHA 4372088View commit details -
added figure to 'script_functions.md'
akhan committedJul 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 2920086 - Browse repository at this point
Copy the full SHA 2920086View commit details -
improved 'script_functions' module
akhan committedJul 31, 2024 Configuration menu - View commit details
-
Copy full SHA for b3b49aa - Browse repository at this point
Copy the full SHA b3b49aaView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9fe769e - Browse repository at this point
Copy the full SHA 9fe769eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0513dd - Browse repository at this point
Copy the full SHA b0513ddView commit details -
Reviewed 'script_functions' module according to Tischi's comments
akhan committedAug 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 5201261 - Browse repository at this point
Copy the full SHA 5201261View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cee98db - Browse repository at this point
Copy the full SHA cee98dbView commit details -
Merge pull request #643 from NEUBIAS/galaxy
add instructions for the Galaxy platform
Configuration menu - View commit details
-
Copy full SHA for 963d1e3 - Browse repository at this point
Copy the full SHA 963d1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8949156 - Browse repository at this point
Copy the full SHA 8949156View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9fd5483 - Browse repository at this point
Copy the full SHA 9fd5483View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a4dd8 - Browse repository at this point
Copy the full SHA a0a4dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d3c566 - Browse repository at this point
Copy the full SHA 6d3c566View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f4f5b - Browse repository at this point
Copy the full SHA a7f4f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5312e2c - Browse repository at this point
Copy the full SHA 5312e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7ed397 - Browse repository at this point
Copy the full SHA a7ed397View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2e19d9 - Browse repository at this point
Copy the full SHA b2e19d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1c1f7d - Browse repository at this point
Copy the full SHA a1c1f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a22667 - Browse repository at this point
Copy the full SHA 8a22667View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b14796d - Browse repository at this point
Copy the full SHA b14796dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f56707 - Browse repository at this point
Copy the full SHA 2f56707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7caec - Browse repository at this point
Copy the full SHA 5d7caecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e7abf - Browse repository at this point
Copy the full SHA 01e7abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0afaec - Browse repository at this point
Copy the full SHA f0afaecView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3ef4ad - Browse repository at this point
Copy the full SHA f3ef4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7643e6c - Browse repository at this point
Copy the full SHA 7643e6cView commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fa27c8 - Browse repository at this point
Copy the full SHA 4fa27c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603a354 - Browse repository at this point
Copy the full SHA 603a354View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f271d6a - Browse repository at this point
Copy the full SHA f271d6aView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b3ac43 - Browse repository at this point
Copy the full SHA 5b3ac43View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a3d73 - Browse repository at this point
Copy the full SHA c5a3d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc562f - Browse repository at this point
Copy the full SHA dfc562fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39050bb - Browse repository at this point
Copy the full SHA 39050bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52093fe - Browse repository at this point
Copy the full SHA 52093feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e2b0e - Browse repository at this point
Copy the full SHA 82e2b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe5dbe - Browse repository at this point
Copy the full SHA 5fe5dbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ab1b2 - Browse repository at this point
Copy the full SHA 88ab1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a0081 - Browse repository at this point
Copy the full SHA a0a0081View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c9afcd - Browse repository at this point
Copy the full SHA 7c9afcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c641ce4 - Browse repository at this point
Copy the full SHA c641ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50d1f1d - Browse repository at this point
Copy the full SHA 50d1f1dView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e2a7c7 - Browse repository at this point
Copy the full SHA 0e2a7c7View commit details