Skip to content

Commit 7147b6b

Browse files
committed
context test for sxt
1 parent 7bb87e6 commit 7147b6b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/client/test_analyser.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from murfey.client.contexts.clem import CLEMContext
88
from murfey.client.contexts.spa import SPAModularContext
99
from murfey.client.contexts.spa_metadata import SPAMetadataContext
10+
from murfey.client.contexts.sxt import SXTContext
1011
from murfey.client.contexts.tomo import TomographyContext
1112
from murfey.client.contexts.tomo_metadata import TomographyMetadataContext
1213
from murfey.util.models import ProcessingParametersSPA, ProcessingParametersTomo
@@ -76,6 +77,9 @@
7677
"visit/images/2024_03_14_12_34_56--Project001/grid1/Metadata/Series001_Lng_LVCC.xlif",
7778
CLEMContext,
7879
],
80+
# Soft x-ray tomography
81+
["visit/tomo__tag_ROI10_area1_angle-60to60@1.5_1sec_251p.txrm", SXTContext],
82+
["visit/X-ray_mosaic_ROI2.xrm", SXTContext],
7983
]
8084

8185

0 commit comments

Comments
 (0)