Skip to content
Discussion options

You must be logged in to vote

Hi @iidas,
So happy to hear you've been finding valis useful! Regarding your question, yes, you should be able to register the images using the DAPI channels, and then apply those transformations to the associated dim images. If the dim channels are in the same image as the one with the DAPI channel this would be done automatically, but it's a little more involved if they're in separate files. In that case, you could use the following function to apply the transformations found using src_f (the DAPI channel image) to assoc_img_f (the dim image), saving the warped dim image as dst_f:


import numpy as np
from valis import registration, slide_io

def warp_associated_img(registrar, src_f, ass…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@iidas
Comment options

Answer selected by cdgatenbee
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants