From abd523907c9d6d601f239897da27e89d9f9b35b4 Mon Sep 17 00:00:00 2001
From: Andrey Aristov <aaristov@pasteur.fr>
Date: Wed, 1 Jun 2022 10:38:08 +0200
Subject: [PATCH] ch fluo color to green

---
 combine.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/combine.py b/combine.py
index 753b50b..b50dd92 100644
--- a/combine.py
+++ b/combine.py
@@ -16,7 +16,7 @@ def combine(BF_zarr_2D_path:str, TRITC_zarr_3D_path:str, out_zarr_path:str):
         path=out_zarr_path, 
         steps=4, 
         name=['BF','TRITC'], 
-        colormap=['gray','orange'],
+        colormap=['gray','green'],
         lut=((1000,30000),(440, 600)),
     )
 
-- 
GitLab