Skip to content

Commit

Permalink
fix hamamatsu signal type
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Jan 2, 2024
1 parent 94f9aa9 commit b08c868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsciio/hamamatsu/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def _map_signal_md(self):
)
signal["signal_type"] = ""
else:
signal["signal_type"] = "Luminescence" # pragma: no cover
signal["signal_type"] = "TransientSpec" # pragma: no cover

try:
quantity = self.original_metadata["Comment"]["Acquisition"]["ZAxisLabel"]
Expand Down

0 comments on commit b08c868

Please sign in to comment.