Skip to content

Commit

Permalink
updt trigscan default energy counter
Browse files Browse the repository at this point in the history
  • Loading branch information
maurov committed Mar 8, 2024
1 parent 2fbd0f9 commit 42868e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions larch/io/specfile_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__author__ = ["Mauro Rovezzi", "Matt Newville"]
__version__ = "2023.2"
__version__ = "2023.3"

import os
import copy
Expand Down Expand Up @@ -708,7 +708,9 @@ def get_scan_info_from_title(self):
if _scntype == "contscan.EnergyCont":
iscn.update(dict(scan_axis="energy_enc"))
iscn.update(dict(scan_info="ESRF/BM16 BLISS 2023-Sept"))

if _scntype == "trigscan":
iscn.update(dict(scan_axis="energy_enc"))
iscn.update(dict(scan_info="ESRF/BLISS 2023-Dec"))
return iscn

def get_scan_axis(self):
Expand Down

0 comments on commit 42868e4

Please sign in to comment.