|
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
|