abcucberkeley / PetaKit5D-GUI

Other
5 stars 3 forks source link

Image list generator #49

Closed Elsword016 closed 3 weeks ago

Elsword016 commented 4 weeks ago

Hello! I want to clear some doubts regarding Image List generator. I have 47 xyz tiles in .tif format that i want to stitch in a 6x8 grid.

  1. Custom patterns: My filenames are named as "8_100x_2024-06-12_14.01.03_deconvolved_F00.tif", ..... So in the Custom patterns box, should I input the entire filename or just F00,F01..F46?

  2. I am bit confused about the Tile patterns. My images are single channels and have no time axis

Thanking you.

MattHazard commented 3 weeks ago

Hello,

  1. Since you only have one channel you will only have one pattern. It can be anything that is present in the file names of all the files you want to include in that single channel. I.E. something like 8_100x_2024 for you. Usually we separate our channels with something like CamA_ch0 and use that as the custom pattern for that channel.

  2. To use the image list generator, you need to have file names that follow some sort of convention in order for the grid to be formed. You can have a look at our demo data and its corresponding example for how we name our files. If you only want to stitch in xy then you can have z, ch, and time all the same in all the files. So if you were to use our default values then your file names could look something like 8_100x_2024-06-12_14.01.03_deconvolved_ch0_000x_000y_000z_0000t.tif, 8_100x_2024-06-12_14.01.03_deconvolved_ch0_001x_000y_000z_0000t.tif, 8_100x_2024-06-12_14.01.03_deconvolved_ch0_000x_001y_000z_0000t.tif, 8_100x_2024-06-12_14.01.03_deconvolved_ch0_001x_001y_000z_0000t.tif, etc.

I hope this helps to clarify things for you.

Best,

Matthew Mueller

Elsword016 commented 3 weeks ago

Thank you so much. I will try with the suggestions!