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

change(run_wela): changed to GFP_Z

parent 065fff2d
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ server_info = {
"username": "upload",
"password": "gothamc1ty",
}
view = True
view = False
# pick the experiment to analyse
omid = 469 # expt_id e.g., 469
......@@ -44,8 +44,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(["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.8)
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