Skip to content

Commit

Permalink
backend, templates: add scan_num to args in DPC
Browse files Browse the repository at this point in the history
Revert "backend, templates: add scan_num to args in DPC"

This reverts commit 25b578f.

Update DPC.ipynb.j2
  • Loading branch information
swelborn committed Aug 14, 2023
1 parent c552c4e commit fcd5db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/faust/templates/DPC.ipynb.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"plt.close('all')\n",
"\n",
"# Get the file paths\n",
"scan_path, scan_num, scan_id = get_scan_path(distiller_path / Path('counted') / Path(scan_date), scan_id=scan_id, version=1)\n",
"scan_path, scan_num, scan_id = get_scan_path(distiller_path / Path('counted') / Path(scan_date), scan_id=scan_id, scan_num=scan_num, version=1)\n",
"haadf_path = distiller_path / 'dm4' / scan_date / f'scan{scan_num}.dm4'\n",
"\n",
"# Load the HAADF\n",
Expand Down

0 comments on commit fcd5db8

Please sign in to comment.