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
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_slidesNow, after this command:
rigid_registrar, non_rigid_registrar, error_df = registrar.register()The following message appears, about SKF4J, before reading the high-resolution pyramid:
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