meavis.filesystem.session module¶
MeaVis session.
-
class
meavis.filesystem.session.Manager(access=None)[source]¶ Bases:
meavis._detail.sqlite.SQLiteAccessProvides an access to the MeaVis filesystem.
-
roots¶ Get all roots.
-
root_path¶ Get current root path.
-
root¶ Get current root.
-
sessions¶ Get all sessions regarding the current root and sample.
-
session¶ Get the current session.
-
last_session¶ Get the newest session.
-
all_setups¶ Get the current setups.
Instruments and instances setups for session and sample.
-
samples¶ Get samples regarding root and session.
-
active_samples¶ Get active samples regarding the setups.
-
register_active_samples()[source]¶ Register the current active samples.
Make them aviable throught the MeaVis injection and registration mechanism.
-
sample¶ Get the current sample.
-