| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Load the file "data/dataset_001/dataset_001.tiff" into the viewer. |
| Respond with <1> if the file was successfully loaded, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Delete the all currently loaded layers. |
| Respond with <1> if all layers were successfully deleted, or <0> if the operation failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
| |
| |
| - vars: |
| question: | |
| Load the file "data/dataset_002/dataset_002.tif" into the viewer. |
| Respond with <1> if the file was successfully loaded, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Retrieve information about all currently loaded layers in the viewer. |
| Respond with <1> if you successfully retrieved layer information, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Navigate through the z-stack of the loaded image. Use set_z_slice to jump to at least z-slice 0 to examine structures at different depths. |
| Take a screenshot at each z-slice to verify navigation. |
| Respond with <1> if you successfully navigated through different z-slices and could see structural changes, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
|
|
| |
| - vars: |
| question: | |
| If the data has time dimensions, use set_timestep to navigate through different time points. |
| Take screenshots at different time points to show temporal changes. |
| If no time dimension exists, simulate time navigation by adjusting the current view and taking multiple screenshots. |
| Respond with <1> if you successfully navigated through time points or simulated time navigation, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Change the colormap of the active image layer (dataset_002_ch1) to 'viridis'. |
| Respond with <1> if the colormap was successfully changed, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Set the opacity of the active layer (dataset_002_ch1) to 0.5 (50% transparent). |
| Respond with <1> if the opacity was successfully changed, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Change the blending mode of the active layer to 'additive'. |
| Respond with <1> if the blending mode was successfully changed, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Automatically adjust the contrast of the active image layer. |
| Respond with <1> if the contrast was successfully auto-adjusted, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Set the contrast limits of the active layer to min=0.1 and max=0.9. |
| Respond with <1> if the contrast limits were successfully set, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Set the gamma correction of the active layer to 1.5. |
| Respond with <1> if the gamma was successfully adjusted, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Change the interpolation mode of the active layer to 'linear'. |
| Respond with <1> if the interpolation mode was successfully changed, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Switch the viewer to 3D mode. |
| Respond with <1> if the view was successfully switched to 3D, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Get information about the viewer's current dimension settings. |
| Respond with <1> if you successfully retrieved dimension information, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Retrieve the current camera settings of the viewer. |
| Respond with <1> if you successfully retrieved camera settings, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Reset the camera to the default view. |
| Respond with <1> if the camera was successfully reset, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Set the camera zoom to 2.0. |
| Respond with <1> if the camera zoom was successfully set, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Hide the active layer (set visible to false). |
| Respond with <1> if the layer visibility was successfully changed, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Show the active layer again (set visible to true). |
| Respond with <1> if the layer visibility was successfully changed, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Take a screenshot of the current view. |
| Respond with <1> if the screenshot was successfully taken, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Add a rectangle shape with coordinates [[[50, 50], [150, 50], [150, 150], [50, 150]]] and name "test_rectangle". |
| Respond with <1> if the shape was successfully added, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Show the scale bar with unit 'um'. |
| Respond with <1> if the scale bar was successfully shown, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Save a screenshot. |
| Respond with <1> if the screenshot was successfully exported, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Save the active layer to the file "test_layer.tif". |
| Respond with <1> if the layer was successfully saved, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Remove the layer named "test_rectangle". |
| Respond with <1> if the layer was successfully removed, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Try to load the non-existent file "nonexistent.tif" and handle the error gracefully. |
| Respond with <1> if the error was handled gracefully (no crash), or <0> if it crashed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Try to remove a layer that doesn't exist named "nonexistent_layer" and handle the error gracefully. |
| Respond with <1> if the error was handled gracefully (no crash), or <0> if it crashed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |
|
|
| |
| |
| |
|
|
| |
| - vars: |
| question: | |
| Enable iso-surface rendering for the loaded layer. |
| Take a screenshot to verify the 3D iso-surface rendering. |
| Respond with <1> if the 3D iso-surface rendering was successfully set up, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| - vars: |
| question: | |
| Remove the layer named "test_rectangle" to clean up test annotations. |
| Respond with <1> if the layer was successfully removed, or <0> if it failed. Only respond with <1> or <0>. |
| assert: |
| - type: contains-all |
| value: "<1>" |
| - type: not-contains |
| value: "<0>" |
| options: |
| cache: false |
| runSerially: true |
|
|
| |
| |