Skip to content

Commit

Permalink
fret / alex 2cde in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 22, 2024
1 parent 3ea3c86 commit b12fe89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/01_load_datafile_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@
# %%
photons = PhotonData.from_file(PhotonFile(test_data_dir / ptu_file))


# %%

bursts = photons.burst_search("DCBS")
bursts.burst_data

# %%

bursts = bursts.alex_2cde(photons).fret_2cde(photons)

bursts.burst_data

# %%

0 comments on commit b12fe89

Please sign in to comment.