Arcadia-Science / readlif

Leica Image Format (LIF) file reader for Python
GNU General Public License v3.0
32 stars 13 forks source link

Clarification on scale metadata #29

Closed evamaxfield closed 3 years ago

evamaxfield commented 3 years ago

From docs: https://github.com/nimne/readlif/blob/master/readlif/reader.py#L61

I see that the spatial dimensions are px/µm but time is sec/image can you clarify if that is "how long the entire image acquistion process took" or sec/frame

nimne commented 3 years ago

This should be the duration of the entire image capture. The documentation will be updated in 0.6.2 along with addressing other scaling bugs.