by Will » Tue Mar 19, 2019 1:23 am
Thanks for the new script Will. I tested it and it seems to work just fine. I am a software developer and I showed it to the scientist on our team that I'm working with. The scientist was wondering if this is the correct way to populate a plate in omero if the images in question are separate "channels" as opposed to separate "fields" in a well. The script in question seems to create a group of fields per well as opposed to a group of channels.
Question 1:
Is there a different procedure for loading plates with multiple channel images per well as opposed to multiple field images per well? Or, is the same procedure used for both?
Question 2:
Does the new script you provided load the images in file name order. For example, if I have img_001.tif, img_002.tif, img_003.tif, etc, I think the script will load the images in order 1, 2, 3. This means that each image field or channel must be in order. For example, assuming 3 images per well, the following order must be maintained:
img_001.tif -> well A1 channel 1
img_002.tif -> well A1 channel 2
img_003.tif -> well A1 channel 3
img_004.tif -> well A2 channel 1
img_005.tif -> well A2 channel 2
img_006.tif -> well As channel 2
...
Is this the correct interpretation?