About "getPlaneTimingDeltaT"

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

About "getPlaneTimingDeltaT"

osiris5435
Hi everyone,

I use getPlaneTimingDeltaT macro command from BioFormats to extract time points.

Here is the code I use:

run("Bio-Formats Macro Extensions");
path = File.openDialog("Choose a file");
Ext.setId(path);
Ext.getPlaneTimingDeltaT(deltaT, 1);
print (deltaT);

However, I always get deltaT = NaN.

Would anyone help me here?

Thanks so much!

Charles