Skip to content

Problem: Reading the high-resolution layers of the pyramid image for registration at a lower resolution level. #60

@juanenofbit

Description

@juanenofbit

Hi Chandler,

After several months without using it, I have updated valis to the latest version (1.0.0.rc15) and relaunched a script I had prepared for registration of four czi images (to test if with the update I got better or different results)

When I used the old 1.0.0.rc11 release, the reading of images for the registration process was fast because it went directly to some low resolution layer (according to the size chosen in the parameters). Only the high resolution layer was read in the final warping process registrar.warp_and_save_slides

Now, after this command:
rigid_registrar, non_rigid_registrar, error_df = registrar.register()

The following message appears, about SKF4J, before reading the high-resolution pyramid:


==== Converting images

  0%|                                                                                                             | 0/4 [00:00<?, ?it/s]SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

JVM has been initialized. Be sure to call registration.kill_jvm() or slide_io.kill_jvm() at the end of your script.

  0%|                                                                                                         | 0/11760 [00:00<?, ?it/s]
  1%|█                                                                                              | 126/11760 [00:07<11:56, 16.23it/s]
  2%|█▌                                                                                             | 189/11760 [00:13<12:39, 15.23it/s]
  2%|█▌                                                                                             | 191/11760 [00:17<17:28, 11.03it/s]
  2%|█▌                                                                                             | 192/11760 [00:19<27:10,  7.10it/s]

And so on until 100% of all images (15 minutes per image, which are very large, before recording in low resolution).

When updating to the 1.0.0.rc15, I installed maven according to the documentation, also updating bioformats-jar to 2020.5.27 version.

Best,
Juan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions