Skip to content
Snippets Groups Projects
Commit a282097a authored by payno's avatar payno
Browse files

NXtomoScan: update location to use the full path.

parent 0b431003
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ class NXtomoScan(_tsNXtomoScan, TomwerScanBase):
)
return {
"hdf5_entry": self.entry,
"location": os.path.basename(self.master_file),
"location": os.path.abspath(self.master_file),
"binning": binning,
"binning_z": binning_z,
"projections_subsampling": proj_subsampling,
......
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