{
  "layers": [
    {
      "type": "image",
      "source": [
        {
          "url": "zarr2://s3://vgt-enhancer-screening-scanning-802451596237-us-west-2/2410258576/ome_zarr_conversion/1402740774.zarr/",
          "transform": {
            "outputDimensions": {
              "c^": {
                "coordinates": [
                  0,
                  1,
                  2
                ],
                "labels": [
                  "CFP",
                  "YFP",
                  "mCherry"
                ]
              },
              "z": [
                3e-05,
                "m"
              ],
              "y": [
                6.500000000000001e-07,
                "m"
              ],
              "x": [
                6.500000000000001e-07,
                "m"
              ]
            }
          }
        }
      ],
      "shader": "#uicontrol bool channel0_visible checkbox(default=true);\n#uicontrol vec3 channel0_color color(default =\"#0df\");\nvec3 channel0 = vec3(0); \n#uicontrol invlerp channel0_lut(range=[0.0, 25024.0], window=[0, 65535], channel=[0], );\n#uicontrol bool channel1_visible checkbox(default=true);\n#uicontrol vec3 channel1_color color(default =\"#fffd00\");\nvec3 channel1 = vec3(0); \n#uicontrol invlerp channel1_lut(range=[0.0, 65535.0], window=[0, 65535], channel=[1], );\n#uicontrol bool channel2_visible checkbox(default=true);\n#uicontrol vec3 channel2_color color(default =\"#ff2f00\");\nvec3 channel2 = vec3(0); \n#uicontrol invlerp channel2_lut(range=[0.0, 24413.0], window=[0, 65535], channel=[2], );\nvoid main() { \nif (channel0_visible == true) channel0 = channel0_color * ((channel0_lut(getDataValue(0)) ));\nif (channel1_visible == true) channel1 = channel1_color * ((channel1_lut(getDataValue(1)) ));\nif (channel2_visible == true) channel2 = channel2_color * ((channel2_lut(getDataValue(2)) ));\nvec3 rgb = (channel0 + channel1 + channel2);\nfloat maxValue = max(max(max(rgb.x, rgb.y), rgb.z),0.01);\nvec4 rgba = vec4(rgb, maxValue);\nvec4 render = min(rgba,vec4(1));\nemitRGBA(render);\n}",
      "name": "1402740774"
    }
  ],
  "layout": "xy",
  "dimensions": {
    "x": [
      6.500000000000001e-07,
      "m"
    ],
    "y": [
      6.500000000000001e-07,
      "m"
    ],
    "z": [
      3e-05,
      "m"
    ]
  },
  "showAxisLines": false,
  "crossSectionBackgroundColor": "#000000",
  "showDefaultAnnotations": false,
  "crossSectionScale": 44.0,
  "toolPalettes": {
    "Shader controls": {
      "row": 1,
      "query": "type:shaderControl"
    }
  }
}