{
  "layers": [
    {
      "type": "image",
      "source": [
        {
          "url": "zarr2://s3://allen-genetic-tools/epifluorescence/1402741075/ome_zarr_conversion/1402741075.zarr/",
          "transform": {
            "outputDimensions": {
              "c^": {
                "coordinates": [
                  0,
                  1,
                  2
                ],
                "labels": [
                  "red",
                  "green",
                  "blue"
                ]
              },
              "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 =\"#FF0000\");\nvec3 channel0 = vec3(0); \n#uicontrol invlerp channel0_lut(range=[1, 144], window=[0, 255], channel=[0], );\n#uicontrol bool channel1_visible checkbox(default=true);\n#uicontrol vec3 channel1_color color(default =\"#00FF00\");\nvec3 channel1 = vec3(0); \n#uicontrol invlerp channel1_lut(range=[4, 255], window=[0, 255], channel=[1], );\n#uicontrol bool channel2_visible checkbox(default=true);\n#uicontrol vec3 channel2_color color(default =\"#0000FF\");\nvec3 channel2 = vec3(0); \n#uicontrol invlerp channel2_lut(range=[15, 255], window=[0, 255], 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": "1402741075"
    }
  ],
  "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"
    }
  }
}