tlnagy/OMETIFF.jl

Extract and report actual elapsed time information

Closed this issue · 1 comments

The whole image TimeIncrement value often doesn't line up with the actual time of when each plane was taken. It would be helpful to report the actual DeltaT for each plane in an image, if available. Unlike with TimeIncrement, the elapsed times don't line up nicely along different dimensions so the same Z or C slice might have the same "timepoint", but will have different DeltaT values. Thus, it would probably best to report them as additional information instead of in the time axis values.

Implemented by #33