Skip to content
Snippets Groups Projects
Commit e59289f6 authored by pswain's avatar pswain
Browse files

change(examples): GFP_Z to run_wela

parent 80303fec
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,9 @@ if view:
sys.exit(0)
else:
# run dataloader
key_index = "median_GFP"
key_index = "median_GFP_Z"
dl = dataloader(h5dir, ".")
dl.define_g2a_dict(fl_channels=["GFP_Z"])
expt = [omid_full for omid_full in omids if str(omid) in omid_full][0]
dl.load(expt, key_index=key_index, cutoff=0.9)
dl.save()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment