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

Update the ome_zarr channel #728

Merged
merged 568 commits into from
Sep 27, 2024
Merged

Update the ome_zarr channel #728

merged 568 commits into from
Sep 27, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    8770c39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #630 from NEUBIAS/volume_slicing_anniek

    Volume slicing refactoring
    tischi authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    43fe671 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    8f88a67 View commit details
    Browse the repository at this point in the history
  2. Creating code using a LLM

    tischi committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    33c6676 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Improve coding with LLMs

    tischi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7842780 View commit details
    Browse the repository at this point in the history
  2. Improve coding with LLMs

    tischi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ce29a4b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    946f7a0 View commit details
    Browse the repository at this point in the history
  2. Update TEACHING_TIPS.md

    tischi authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a4f5981 View commit details
    Browse the repository at this point in the history
  3. Update TEACHING_TIPS.md

    tischi authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7a7fe98 View commit details
    Browse the repository at this point in the history
  4. Update TEACHING_TIPS.md

    tischi authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    15dfd13 View commit details
    Browse the repository at this point in the history
  5. microscopy_data_inspection WIP

    tischi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e6ea8d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e7a1b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    af52f16 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    0aeb267 View commit details
    Browse the repository at this point in the history
  2. Add create_modules_pdf.sh #636

    tischi committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    50eeed0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a03a740 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. add some galaxy instructions

    sunyi000 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1f63186 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    c2c845b View commit details
    Browse the repository at this point in the history
  2. Update 2024 python course

    tischi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b1ddbd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. meadian filter

    sunyi000 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c9554f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90c75d2 View commit details
    Browse the repository at this point in the history
  3. fix typo

    sunyi000 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b1ad657 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Move OpenIJTIFF functionality to own module

    in preparation of creating a python package out of it.
    k-dominik committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f8785ec View commit details
    Browse the repository at this point in the history
  2. 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
    k-dominik committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    d6971fa View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    91f75b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. 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.
    k-dominik committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d4fa4d5 View commit details
    Browse the repository at this point in the history
  2. 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.
    k-dominik committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dc12980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a6d6fd View commit details
    Browse the repository at this point in the history
  4. remove unecessary path manipulation

    it's also not really good practice.
    k-dominik committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f74abe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge pull request #647 from NEUBIAS/move-openij-python-to-module

    Move OpenIJTIFF python to module/conda-package
    tischi authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e2a8274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c3897 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Updated installation instructions

    * `openijtiff` now sourced from `euro-bioimaging` conda channel
    * open `.py` files as notebooks via right-click in jypyter.
    k-dominik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    292c071 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #648 from NEUBIAS/enh-install-instructions-conda

    Updated installation instructions
    bugraoezdemir authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a5bd172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d464a View commit details
    Browse the repository at this point in the history
  4. ignore jython scripts

    k-dominik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1930004 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e90ab7f View commit details
    Browse the repository at this point in the history
  6. Merge latest main

    tischi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    49b93ff View commit details
    Browse the repository at this point in the history
  7. 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.
    k-dominik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    55a3851 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. 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.
    k-dominik committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    263e6f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #649 from NEUBIAS/add-tests-python

    Added tests for python scripts in _includes
    bugraoezdemir authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    eed2057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39ea23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2008c8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8c50bf View commit details
    Browse the repository at this point in the history
  6. Fixes #646

    tischi committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1b72d05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ff340c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    7b4cb33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    134410e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. fix missing square bracket

    k-dominik committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    28a0c61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #655 from NEUBIAS/quickfix-py-pixels-act1

    fix missing square bracket
    tischi authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6320ffe View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update schedule

    tischi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    17f7dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e18a8cd View commit details
    Browse the repository at this point in the history
  3. various updates

    sunyi000 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    54e922d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be39bef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d228e8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ab8fd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45b827c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c65de85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    986d4a5 View commit details
    Browse the repository at this point in the history
  10. Improve binarization_act2.md

    tischi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5d80f94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3652fba View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    182aeb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f994bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c739c2b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. new MoBIE CLEM module

    martinschorb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    42d66e5 View commit details
    Browse the repository at this point in the history
  2. manual registration

    martinschorb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    705416a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    f7b8156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4a143 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef1ce16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46f907f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f79e5fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #674 from NEUBIAS/improve_median_filter_skimage_na…

    …pari
    
    Improve median_filter_skimage_napari.py
    tischi authored May 6, 2024
    Configuration menu
    Copy the full SHA
    32a81fc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #673 from NEUBIAS/improve_filter_variance_skimage_…

    …napari.py
    
    simplify filter_variance_skimage_napari.py
    tischi authored May 6, 2024
    Configuration menu
    Copy the full SHA
    bac3fb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a60ebb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a339516 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76ee8c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e233570 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c882dac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3874692 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    66a8414 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b11e0d5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8a75bc3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    318cc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f85c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9344d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77619f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fd6992 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51449dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    987454d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    caa87df View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    388616b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fixes #670

    tischi committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ee64754 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    dab0f76 View commit details
    Browse the repository at this point in the history
  2. Improve string concat, fixes #682

    tischi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d30da85 View commit details
    Browse the repository at this point in the history
  3. Now add anything...

    tischi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6238558 View commit details
    Browse the repository at this point in the history
  4. Fixes #680

    tischi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e2e6b31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a448a41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e713b4 View commit details
    Browse the repository at this point in the history
  7. WIP #569

    tischi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    44949ae View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Further work on #659

    tischi committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1032131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e04b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc84df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdcedd2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    a960fd3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    2c162b4 View commit details
    Browse the repository at this point in the history
  2. fix windows ci (#675)

    ci on windows would suddenly not find pytest executable
    k-dominik authored May 27, 2024
    Configuration menu
    Copy the full SHA
    7e33269 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Remove iinfo for bool array (#687)

    np.iinfo is not implemented for bool type (yet).
    
    xref: numpy/numpy#8849
    k-dominik authored May 28, 2024
    Configuration menu
    Copy the full SHA
    516ab72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0ad0a2 View commit details
    Browse the repository at this point in the history
  3. review suggestions

    * group code sections with `# %%` (will be separate cells in notebooks)
    * more meaningful comments
    
    Co-authored-by: Christian Tischer <christian.tischer@embl.de>
    k-dominik and tischi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    82e50b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3179f1 View commit details
    Browse the repository at this point in the history
  5. 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).
    k-dominik committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a405c3b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #686 from NEUBIAS/add-py-strings-paths

    Added basic implementation for string and path manipulation in python
    tischi authored May 28, 2024
    Configuration menu
    Copy the full SHA
    3ab4583 View commit details
    Browse the repository at this point in the history
  7. Rename 2024_07_idip-heidelberg_skimage_napari_beginners.md to 2024_07…

    …_IDIP-Heidelberg_skimage_napari_beginners.md
    tischi authored May 28, 2024
    Configuration menu
    Copy the full SHA
    23db46d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    ae379bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d3f3b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60b5d6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52027bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64fcafe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86f5111 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b9d9d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a83c4b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db6a1f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    378d40d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15d0f6c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    22ed3a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5247e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c292b76 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    c2c11de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a17a152 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    ef2d071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e584fe1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    9e809e2 View commit details
    Browse the repository at this point in the history
  2. init TIFF module

    tischi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    803653a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    b589817 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    26a55e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    432e794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3630c4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dafc99c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5691218 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fb2fa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7d7fe9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    4284cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d357b90 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    d4deb6a View commit details
    Browse the repository at this point in the history
  2. Improve Coding with LLMs

    tischi committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8d110c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf19210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd40b81 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fix Chat-GPT link

    Fix broken Chat-GPT link found during ZIDAS tutorial
    jluethi authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    040fd58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #695 from jluethi/master

    Fix Chat-GPT link
    tischi authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a785f2a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    9c63e4a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Datatypes WIP

    tischi committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    311b68d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    345476a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d11b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6f514c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d89406 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    b842693 View commit details
    Browse the repository at this point in the history
  2. draft combined tutorial

    martinschorb committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a683693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f12376 View commit details
    Browse the repository at this point in the history
  4. more background info

    martinschorb committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    95adaa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89932be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d67a1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a6c393 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    0b78e04 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    e067803 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Address #669, #668, #667

    tischi committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3c0be6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d400f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Amend course schedule

    tischi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    682c867 View commit details
    Browse the repository at this point in the history
  2. Update workflow

    tischi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2dec505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e6ab53 View commit details
    Browse the repository at this point in the history
  4. CLEM registration

    martinschorb committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    48ec21e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4614aac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e317874 View commit details
    Browse the repository at this point in the history
  7. Remove analysis result files

    tischi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a9b7968 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da11fb1 View commit details
    Browse the repository at this point in the history
  9. Improve batch analysis module

    tischi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a7151c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    59ad132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf08d54 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. course protocol

    martinschorb committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ac2bfdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ebac1e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    df4a390 View commit details
    Browse the repository at this point in the history
  2. fix image link

    martinschorb committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c6c0039 View commit details
    Browse the repository at this point in the history
  3. typos

    martinschorb committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8b10864 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    68bd4f1 View commit details
    Browse the repository at this point in the history
  2. Saving data with save_ij_tiff for compatibility with open_ij_tiff;

    Plotting first output image
    jhennies committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    98985c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a6785d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    4de6089 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #706 from NEUBIAS/batch_processing

    Updates for batch processing
    tischi authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3304aac View commit details
    Browse the repository at this point in the history
  3. Create python script which covers how to load images and read their m…

    …etadata, as well as saves them again
    felixS27 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cef06cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e07cca3 View commit details
    Browse the repository at this point in the history
  5. Add little excersie block

    felixS27 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7d3e5e6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #707 from felixS27/ImageFileFormatPython

    Image file format python script (see #705)
    tischi authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    945109b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. merge

    tischi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6d150e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    834d809 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. updated skimage napari conda environment creation instructions to to …

    …exclude default channel in 'install_skimage_napari_conda.md'
    akhan committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f97a0db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d99880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a33c81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61e57c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. clean up courses folder a bit

    tischi committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0a9da09 View commit details
    Browse the repository at this point in the history
  2. Update 2024_08_EMBL_automated_batch_analysis_python.md

    Corrected my name in the markdown
    felixS27 authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9eaec71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e3ce23 View commit details
    Browse the repository at this point in the history
  4. Add activity in modules

    felixS27 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1135ab9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c595fd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8988fb1 View commit details
    Browse the repository at this point in the history
  7. Removed Napari import

    jhennies committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    871c813 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2a0cf2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #712 from NEUBIAS/forloops

    Notebook to teach for loops in python
    tischi authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2ccbd8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c71833 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc14243 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #713 from NEUBIAS/batch_processing

    Batch processing
    tischi authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a751677 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ea81c7e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge pull request #714 from NEUBIAS/710-remove-ome-tiff-saving-from-…

    …first-image-file-formats-activity
    
    Shorten script to only include opening files
    tischi authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4372088 View commit details
    Browse the repository at this point in the history
  2. added figure to 'script_functions.md'

    akhan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2920086 View commit details
    Browse the repository at this point in the history
  3. improved 'script_functions' module

    akhan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b3b49aa View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    9fe769e View commit details
    Browse the repository at this point in the history
  2. merge

    tischi committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b0513dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5201261 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    cee98db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #643 from NEUBIAS/galaxy

    add instructions for the Galaxy platform
    tischi authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    963d1e3 View commit details
    Browse the repository at this point in the history
  3. WIP

    tischi committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8949156 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. improve course

    tischi committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9fd5483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a4dd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3c566 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7f4f5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5312e2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7ed397 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    b2e19d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1c1f7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a22667 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Image data formats course WIP

    tischi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b14796d View commit details
    Browse the repository at this point in the history
  2. Fix merge

    tischi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2f56707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d7caec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01e7abf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0afaec View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    f3ef4ad View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tischi authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7643e6c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    4fa27c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    603a354 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    f271d6a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    5b3ac43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a3d73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfc562f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39050bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52093fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82e2b0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fe5dbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88ab1b2 View commit details
    Browse the repository at this point in the history
  9. Add activity #716

    felixS27 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a0a0081 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add ome_zarr_open_java.md

    tischi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7c9afcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c641ce4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50d1f1d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Improve TIFF figure

    tischi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0e2a7c7 View commit details
    Browse the repository at this point in the history