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

Add FromImagePlusConversionTest #258

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Add FromImagePlusConversionTest #258

wants to merge 2 commits into from

Commits on Oct 23, 2020

  1. Add FromImagePlusConversionTest

    This adds tests converting from ImagePlus to:
    - ImageDisplay
    - Dataset
    - ImgPlus (not yet functional, therefore disabled)
    - Img
    
    In addition, we test that the current plane position of an ImagePlus
    and its converted ImageDisplay equivalent stay in sync. This currently
    works ImageDisplay -> ImagePlus but not ImagePlus -> ImageDisplay.
    imagejan committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3c4cd14 View commit details
    Browse the repository at this point in the history
  2. Add converter from ImagePlus to ImgPlus

    This commit adds a delegate converter from ImagePlus to ImgPlus via Dataset,
    and enables the corresponding test that was added in the previous commit.
    imagejan committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    af7e383 View commit details
    Browse the repository at this point in the history