Skip to content

Commit

Permalink
Fix missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Feb 18, 2024
1 parent 1666653 commit 8226123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/correlation/plot_confocor3_two_ch_correlation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# ------------
# The photon data registered by different detectors are saved in separate files.
# Read the data of all channels that should be correlated into separate containers.
fns = [str(p) for p in pathlib.Path('../../tttr-data/cz/fcs').glob('b02f1b794ef4110bcde513983548ee4b_R1_P12_K1_Ch*.raw')]
fns = [str(p) for p in pathlib.Path('../../tttr-data/cz/fcs').glob('5a6ce6a348a08e3da9f7c0ab4ee0ce94_R1_P1_K1_Ch*.raw')]
tttr_data = [tttrlib.TTTR(fn, 'CZ-RAW') for fn in fns]

#%%
Expand Down

0 comments on commit 8226123

Please sign in to comment.