-
Notifications
You must be signed in to change notification settings - Fork 6
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
adapting to TIff images multiplex (4i) #50
Comments
Are you able to convert the image to OME-NGFF/ZARR with a tool like bioformats2raw? Further details are provided here: |
Hi, |
The omera XML data will be in a subdirectory named "OME" in the zarr directory. This is the same information that ImageJ/FIJI can display when importing files with bio formats. |
ok got it thanks, will send updates as it goes. can I do rigid registration as well ? I want to compare affine VS rigid since I have some rotation and local deformations. |
Hi,
I understand how the code works and how to install ect.
I want to use this code on 4i multiplex images (similar to IBEX), my images are in TIF, so I have a few questions :
In the code example below how do I adapt the code to run my images ?
I have a fix image (dapi) and 20 or more channels that needs registration.
But for a .Tif images , how / where to add the images ? is there a specific folder or just add all to the root (need a specific tree )?
My images are single channel so how to proceed something like --affine "LiverDAPI" "Liverxyz" ?
Then, I don't understand the tx_p2_to_p1.txt ?For .TIF images is it necessary ?
Thanks a lot,
python -m sitkibex registration --affine "spleen_panel2.nrrd@CD4 AF594" "spleen_panel1.nrrd@CD4 AF594" tx_p2_to_p1.txt
python -m sitkibex registration --affine "spleen_panel2.nrrd@CD4 AF594" "spleen_panel3.nrrd@CD4 AF594" tx_p2_to_p3.txt
The text was updated successfully, but these errors were encountered: