Skip to content
Snippets Groups Projects
Commit fb1d6edb authored by Udai Singh's avatar Udai Singh
Browse files

added title info for flint

parent faf40267
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@ class blissdata_dispacher:
"type": self.scan.name,
"npoints": self.npoints,
"count_time": self.count_time,
"title": self.scan.name + str(self.scan.number),
##################################
# Device information
......@@ -257,7 +258,7 @@ class blissdata_dispacher:
##################################
# Mandatory by the schema
##################################
"user_name": os.getlogin(), # tangosys?
"user_name": "bluesky", # tangosys?
}
scan_info["plots"].append({"kind": "curve-plot"})
......
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