[micro-manager-general] "Add to album" functionality issue
Status: Beta
Brought to you by:
nicost
|
From: Miroslaw M. <Mir...@st...> - 2014-08-20 14:41:57
|
Dear All, it seems that the "Add to album" functionality is not working correctly. Clicking appropriate button in the GUI when no album is present creates one with double copy of the image taken. Adding another picture results in replacing the second one so at this point everything seems to be fine. Then, taking the third picture induces no action. After that every other is being added as the previous image. To make it clearer, creating a sequence of images 1, 2, 3, 4, 5 will result in: Expected: 1 Album: 1, 1 Expected: 1, 2 Album: 1, 2 Expected: 1, 2, 3 Album: 1, 2 Expected: 1, 2, 3, 4 Album: 1, 2, 3 Expected: 1, 2, 3, 4, 5 Album: 1, 2, 3, 4 Moreover, invoking addToAlbum command in BeanShell yields an error: bsh % mmc.snapImage(); bsh % img = mmc.getImage(); <[S@1dbc064> bsh % gui.addToAlbum(img); // Error: EvalError: Error in method invocation: Method addToAlbum( [S ) not found in class'org.micromanager.MMStudioMainFrame' : at Line: 1 : in file: <unknown file> : gui .addToAlbum ( img ) I am using Windows 32-bit version 1.14.8 of Micro-Manager Bests, Miroslaw |