data=bfopen(path_to_file);
data{4}.getPlaneDeltaT(0,0); % Read the time stamp of the first plane of the first series
data{4}.getPlaneDeltaT(0,1); % Read the time stamp of the second plane of the first series
...
metadata.setPlaneDeltaT(java.lang.Double(.1), 0,0); % Set the time stamp of the first plane
metadata.setPlaneDeltaT(java.lang.Double(1.1), 0,1); % Read the time stamp of the second plane
...
Return to User Discussion [Legacy]
Users browsing this forum: No registered users and 1 guest