Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Sep 1, 2017
2 parents 3975b5a + b61a02b commit f7d3e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion niconverter/niconverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,8 @@ def create_ph5data_smFRET_48spots(
excitation_wavelengths = excitation_wavelengths,
excitation_cw = (False,),
detection_wavelengths = detection_wavelengths,
excitation_alternated = (False,)
excitation_alternated = (False,),
detectors = get_detectors_group(h5file)
)

if setup != 'skip':
Expand Down

0 comments on commit f7d3e57

Please sign in to comment.