Where can I access the function for time alignment?

Discuss questions and projects related to processing of imaging data here
Post Reply
Chieko Ishiwata
Posts: 2
Joined: Tue Feb 01, 2022 2:29 am

Where can I access the function for time alignment?

Post by Chieko Ishiwata »

Hello,

I'm trying to develop some macros in OAD.

Where can I access the function for time alignment?
I want to use the function with the following parameters:
- Quality: Highest
- Registration method: Translation
- Interpolation: Linear
- Single Component: true
- Scene Component: 150

Best regards.
CarlZeissMicroscopy3
Posts: 180
Joined: Wed May 20, 2020 10:10 am

Re: Where can I access the function for time alignment?

Post by CarlZeissMicroscopy3 »

Hello Chieko Ishiwata,

maybe this

Zen.Processing.TimeSeries.TimelapseAlignment(...)

is what you are searching for ...
Chieko Ishiwata
Posts: 2
Joined: Tue Feb 01, 2022 2:29 am

Re: Where can I access the function for time alignment?

Post by Chieko Ishiwata »

Hello,
You have helped me a lot for my purposes.

It actually worked with a script like this:
image2 = Zen.Processing.TimeSeries.TimelapseAlignment (
image1,
ZenThirdProcessingDimension.T,
ZenRegistrationMethod.Translation,
ZenInterpolation.Linear,
ZenRegistrationQuality.Highest,
True)

Thank you.
Post Reply