Hi,
I am testing various filters with fast optics, considering wavelength shift.
I made a capture campaign:
> For each filter I'm interested in,
> For several apertures,
> For several “offset” with respect to the optical axis
> I captured 16 pics.
Now, I have ~ 500 sets of 16 images.
I have to do now ~500x the processing ...
1 ° I would like to make an automated stack of each of the 16 captures,
while keeping the original file name root that allows me to find out the case (file name of the first capture or file name of the directory)
I could use process container and image containers.
But already on Image Container, how to define several directories, each having a bunch of images.
2 ° Then, for each stack of 16 primary images,
I would like to make a recognition of the max level reached in the image.
And have in return the position x, y of the max, and the max itself.
At the best, the recognized max should actually not be the max level reached (hot pixel?) but rather a detection of a cluster of pixels having high level (My test object).
Not more complicated than that...
Mmm any idea?
Otherwise, I would try in python, but there will certainly be a learning curve...
CS
Alex