Skip to content
Snippets Groups Projects
Commit 8a9d722e authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

update review_mu_map script

parent ae7a78ba
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ if __name__ == "__main__": ...@@ -51,7 +51,7 @@ if __name__ == "__main__":
) )
args = parser.parse_args() args = parser.parse_args()
dataset = MuMapDataset(dataset_dir=args.dataset_dir, discard_μ_map_slices=args.view) dataset = MuMapDataset(dataset_dir=args.dataset_dir, bed_contours_file=None, discard_mu_map_slices=args.view)
if ( if (
not args.view not args.view
......
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