File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55from murfey .client .analyser import Analyser
66from murfey .client .contexts .atlas import AtlasContext
77from murfey .client .contexts .clem import CLEMContext
8+ from murfey .client .contexts .fib import FIBContext
89from murfey .client .contexts .spa import SPAModularContext
910from murfey .client .contexts .spa_metadata import SPAMetadataContext
1011from murfey .client .contexts .tomo import TomographyContext
7677 "visit/images/2024_03_14_12_34_56--Project001/grid1/Metadata/Series001_Lng_LVCC.xlif" ,
7778 CLEMContext ,
7879 ],
80+ # FIB Autotem files
81+ ["visit/autotem/visit/ProjectData.dat" , FIBContext ],
82+ ["visit/autotem/visit/Sites/Lamella/SetupImages/Preparation.tif" , FIBContext ],
83+ [
84+ "visit/autotem/visit/Sites/Lamella (2)//DCImages/DCM_2026-03-09-23-45-40.926/2026-03-09-23-48-43-Finer-Milling-dc_rescan-image-.png" ,
85+ FIBContext ,
86+ ],
87+ # FIB Maps files
88+ ["visit/maps/visit/EMproject.emxml" , FIBContext ],
89+ [
90+ "visit/maps/visit/LayersData/Layer/Electron Snapshot/Electron Snapshot.tiff" ,
91+ FIBContext ,
92+ ],
93+ [
94+ "visit/maps/visit/LayersData/Layer/Electron Snapshot (2)/Electron Snapshot (2).tiff" ,
95+ FIBContext ,
96+ ],
7997]
8098
8199
You can’t perform that action at this time.
0 commit comments