Get Exposure Time from MetaData

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Get Exposure Time from MetaData

Ofra Golani
Hi,

I'm reading a DeltaVision file (.dv) using LOCI bioformat importer.
Each image was taken using different exposure time.
I want to normalize each image by its exposure time, which is written in the metadata.

I want to write a simple macro that does this automatically for all the images in the file.
How can I extract  the exposure time from the metadata in order to use it later for dividing my image by this value ?

Thanks,
Ofra Golani

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Get Exposure Time from MetaData

Melissa Linkert-2
Hi Ofra,

> I'm reading a DeltaVision file (.dv) using LOCI bioformat importer.
> Each image was taken using different exposure time.
> I want to normalize each image by its exposure time, which is written in the metadata.
>
> I want to write a simple macro that does this automatically for all the images in the file.
> How can I extract  the exposure time from the metadata in order to use it later for dividing my image by this value ?

This macro retrieves the timestamps and exposure times for each plane,
for files in any format supported by Bio-Formats:

https://github.com/openmicroscopy/bioformats/blob/v4.4.6/components/loci-plugins/utils/macros/planeTimings.txt

Regards,
-Melissa

On Thu, Mar 21, 2013 at 11:46:56AM +0000, Ofra Golani wrote:

> Hi,
>
> I'm reading a DeltaVision file (.dv) using LOCI bioformat importer.
> Each image was taken using different exposure time.
> I want to normalize each image by its exposure time, which is written in the metadata.
>
> I want to write a simple macro that does this automatically for all the images in the file.
> How can I extract  the exposure time from the metadata in order to use it later for dividing my image by this value ?
>
> Thanks,
> Ofra Golani
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html