Skip to content

Commit

Permalink
Create cuts_with_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuer committed Mar 22, 2023
1 parent 049b815 commit b4ec33c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/cuts_with_cli.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
"""
Created on Wed Mar 22 11:36:27 2023
@author: pheu
"""

from pathlib import Path

from cr39py.scan import Scan
cpsa_path = Path("C:\\", "Users", "pheu", "Data", "data_dir", "105350", "o105350-Ernie-PR3236-2hr_40x_s0.cpsa")

scan = Scan.from_cpsa(cpsa_path)

# Launch the command line interface for making cuts
scan.cli()

0 comments on commit b4ec33c

Please sign in to comment.