Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ieivanov committed Aug 7, 2024
1 parent 9a7a4ef commit 9e7533e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mantis/acquisition/scripts/measure_psf.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,6 @@ def check_acquisition_directory(root_dir: Path, acq_name: str, suffix='', idx=1)
input_dataset_name=dataset,
)

# deskewed_beads, deskewed_offsets = extract_beads(
# zyx_data=deskewed_data,
# points=deskewed_peaks,
# scale=scale, ## Looks like there was a bug with the scale here, patch size may need retuning
# )

if view:
viewer2 = napari.Viewer()
viewer2.add_image(deskewed_data)
Expand Down

0 comments on commit 9e7533e

Please sign in to comment.