Skip to content

Commit

Permalink
Add script useful to launch debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraporta committed Nov 8, 2024
1 parent ad5d0ae commit 8a34d2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/debugging.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from example_usage import main
from pathlib import Path


main(
raw_data_path = Path('/nfs/winstor/margrie/SimonWeiler/RawData/Invivo_imaging/3photon_rotation/shared/'),
output_path = Path('/ceph/margrie/laura/cimaut/'),
folder_read_pattern = '2*',
file_read_pattern = ['rotation_00001.tif', '*.bin']
)

0 comments on commit 8a34d2a

Please sign in to comment.