Nico Stuurman

Results 6 comments of Nico Stuurman

In the ideal world all universally useful code (in this case, acquisition engine, file saving, probably some more entities) would be in a layer with a C interface so that...

Just found this thread. It would be great to open issues on the micro-manager repository (https://github.com/micro-manager/micro-manager). I see at least two different issues here (Size sometimes > 4GB, and "the...

Changing the first line to: targetStore = mm.data().createMultipageTIFFDatastore("C:\tmp\test", false, false); makes it work correctly. Setting the last parameter (split by position) to true, results in only a single position being...

More elaborate version of the test script: ```import org.micromanager.data.Coordinates; dirName = "C:\\tmp\\test5"; targetStore = mm.data().createMultipageTIFFDatastore(dirName, false, false); //targetStore = mm.data().createRAMDatastore(); nrPos = 2; nrC = 4; nrT = 2; nrZ...

Sorry for the delay in commenting! I very much agree that this functionality is missing and is important. I do remember Mark having strong ideas about this, but forgot what...

Agreed. I think the idea was that it is worse to stop the acquisition if this turned out to be a recoverable error. In the mean time, we developed a...